1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00
Commit graph

9930 commits

Author SHA1 Message Date
Tim Steinbach d3433f71a9
linux: 5.2.3 -> 5.2.4 2019-07-28 11:53:14 -04:00
Tim Steinbach 709c2386aa
linux: 5.1.20 -> 5.1.21 2019-07-28 11:52:44 -04:00
Tim Steinbach 620adb5638
linux: 4.19.61 -> 4.19.62 2019-07-28 11:51:59 -04:00
Bas van Dijk 1ff227a979
Merge pull request #60367 from basvandijk/trace-cmd-and-kernelshark
kernelshark: init at 0.9.8 & trace-cmd: 2.6 -> 2.8.3
2019-07-28 11:33:17 +02:00
Bas van Dijk c9c895062f trace-cmd/kernelshark: downgrade to the trace-cmd-stable-v2.8 branch 2019-07-27 20:33:33 +02:00
Bas van Dijk 7803c04c7c kernelshark: 0.9.8-f97e28a -> 1.0.0 2019-07-27 20:02:58 +02:00
Tim Steinbach 2295a3c46d
linux: 5.2.2 -> 5.2.3 2019-07-26 09:10:28 -04:00
Tim Steinbach f2449fd184
linux: 5.1.19 -> 5.1.20 2019-07-26 09:07:08 -04:00
Tim Steinbach 5aa00520af
linux: 4.19.60 -> 4.19.61 2019-07-26 09:06:58 -04:00
Bas van Dijk d9e3118ab0 kernelshark: remove doxygen and graphviz because they aren't used 2019-07-25 22:17:43 +02:00
Bas van Dijk 585de35cd6 kernelshark: install documentation 2019-07-25 22:13:17 +02:00
Bas van Dijk 4542cca0b2 trace-cmd: 2.8-0c957d2 -> 2.9-dev-1517dc3 2019-07-25 21:36:09 +02:00
Bas van Dijk d1466e7006 trace-cmd: 2.8-c8d9e1a -> 2.8-0c957d2 2019-07-25 21:36:09 +02:00
Bas van Dijk fa5a346244 kernelshark: init at 0.9.8-c8d9e1a 2019-07-25 21:36:09 +02:00
Bas van Dijk a9b4881f94 trace-cmd: 2.6 -> 2.8-c8d9e1a 2019-07-25 21:36:09 +02:00
Frederik Rietdijk dcea5637d8
Merge pull request #64982 from NixOS/staging-next
Staging next
2019-07-25 15:48:30 +02:00
WilliButz f149bfe82a
Merge pull request #65348 from mayflower/checksec-2.0.1
checksec: 1.5 -> 2.0.1
2019-07-25 14:17:33 +02:00
Frederik Rietdijk 34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Robin Gloster a6ddcd45da
checksec: 1.5 -> 2.0.1 2019-07-24 21:26:13 +02:00
Aaron Andersen 3d1905e3f5 linux/kernel: enable automatic cpu hotplug support 2019-07-23 06:23:56 -04:00
Frederik Rietdijk db6c38a075 Merge master into staging-next 2019-07-22 14:15:32 +02:00
Tim Steinbach e1309f73eb
linux: 5.2.1 -> 5.2.2 2019-07-21 20:54:56 -04:00
Tim Steinbach 84d2eb6c7b
linux: 5.1.18 -> 5.1.19 2019-07-21 20:54:55 -04:00
Tim Steinbach a4a4e08f56
linux: 4.9.185 -> 4.9.186 2019-07-21 20:54:55 -04:00
Tim Steinbach 822ae870b3
linux: 4.4.185 -> 4.4.186 2019-07-21 20:54:55 -04:00
Tim Steinbach 7e6342dfe3
linux: 4.19.59 -> 4.19.60 2019-07-21 20:54:55 -04:00
Tim Steinbach 7741883554
linux: 4.14.133 -> 4.14.134 2019-07-21 20:54:55 -04:00
Franz Pletz e467600691
Merge pull request #65091 from eadwu/firmwareLinuxNonfree/update-1
firmwareLinuxNonfree: 2019-06-16 -> 2019-07-17
2019-07-21 21:28:49 +00:00
Dominik Xaver Hörl 38c4e13ef5 dbus-broker: 17 -> 21 2019-07-20 14:20:36 +02:00
Edmund Wu 05570075d7
firmwareLinuxNonfree: 2019-04-16 -> 2019-07-17 2019-07-19 16:45:24 -04:00
Frederik Rietdijk 0ce55a10d2 Merge master into staging-next 2019-07-19 16:33:38 +02:00
Austin Seipp 8250dbb1a9
linuxPackages.bpftrace: 0.9 -> 0.9.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-07-17 21:48:54 -05:00
Will Dietz d5dc9a2140 iputils: 20190515 -> 20190709
https://github.com/iputils/iputils/releases/tag/s20190709

See release notes for details,
but of particular note is that
this expression is now quite simpler
due to the following:

* ninfod now builds w/nettle!
* update includes patches we fetched from upstream
* cross should be handled now, during move to meson
  * prelim testing confirms, meson makes it much easier
    to get things right re:explanation given in comment
    (not propagating host/target info)
* issue re:musl+idn2 appears resolved re:compilation,
  but results in unclear runtime errors regarding
  "invalid flags".  Keep disabled as before as this
  is clearer at the expression level and reports
  failure to resolve instead which is a bit clearer.
  (testing with systemd-less iputils)

This also means our iputils is openssl-free,
which if nothing else is a nice reduction in trans. size :).
(quick imperfect comparison shows:
  39MB -> 35MB w/glibc
  11.4 -> 7.9 w/musl
)

iputils: nvm no IDN w/musl

iputils: nvm keep idn disabled w/musl
2019-07-17 10:31:17 +02:00
Frederik Rietdijk 0d832585b7 Merge staging-next into staging 2019-07-17 10:14:29 +02:00
R. RyanTM 322201aefb lxcfs: 3.0.3 -> 3.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxcfs/versions
2019-07-17 09:44:36 +02:00
R. RyanTM 3063809ac2 smemstat: 0.02.03 -> 0.02.04
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smemstat/versions
2019-07-17 09:37:06 +02:00
Ryan Mulligan fa72b9dda0
Merge pull request #64851 from r-ryantm/auto-update/multipath-tools
multipath-tools: 0.8.1 -> 0.8.2
2019-07-16 20:20:32 -07:00
Ryan Mulligan 5cc3a510b9
Merge pull request #64860 from r-ryantm/auto-update/pagemon
pagemon: 0.01.14 -> 0.01.15
2019-07-16 20:04:15 -07:00
Frederik Rietdijk a28a9ac156 Merge master into staging-next 2019-07-16 11:15:46 +02:00
Ryan Mulligan e8a730207d
Merge pull request #64824 from r-ryantm/auto-update/ipvsadm
ipvsadm: 1.29 -> 1.30
2019-07-15 23:43:10 -05:00
R. RyanTM 5aa42409de pagemon: 0.01.14 -> 0.01.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pagemon/versions
2019-07-15 21:12:51 -07:00
Craige McWhirter 2af6760541 iputils: Completed missing meta.longDescription
Provided a more complete and fleshed out meta.longDescription from the project's README
2019-07-16 04:56:34 +02:00
R. RyanTM b8a4f1eb97 multipath-tools: 0.8.1 -> 0.8.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/multipath-tools/versions
2019-07-15 18:27:29 -07:00
Mario Rodas 679d59bc58
Merge pull request #64789 from r-ryantm/auto-update/forkstat
forkstat: 0.02.09 -> 0.02.10
2019-07-15 20:21:13 -05:00
Vladyslav M d0453ef9ce
bcachefs: 2019-07-13 (#64732)
bcachefs: 2019-07-13
2019-07-15 21:53:45 +03:00
R. RyanTM 1b61987706 ipvsadm: 1.29 -> 1.30
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipvsadm/versions
2019-07-15 11:33:48 -07:00
R. RyanTM 0d9bc89bf7 eventstat: 0.04.05 -> 0.04.06
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eventstat/versions
2019-07-15 16:11:09 +02:00
R. RyanTM b498289741 fnotifystat: 0.02.01 -> 0.02.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fnotifystat/versions
2019-07-15 16:10:55 +02:00
R. RyanTM 9f31c8f82f forkstat: 0.02.09 -> 0.02.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/forkstat/versions
2019-07-15 04:05:51 -07:00
Vladimír Čunát 3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00