Commit Graph
35831 Commits
Author SHA1 Message Date
github-actions[bot] e6c1d10f4b Merge release-21.05 into staging-next-21.05 2021-07-29 00:03:09 +00:00
Robert Scott 33c7f751dc exif: add patches for CVE-2021-27815
(cherry picked from commit 764a102f35757e8916039f4ed3e88ba35d7a2195)
2021-07-28 22:13:23 +00:00
github-actions[bot] 17caed6521 Merge release-21.05 into staging-next-21.05 2021-07-27 00:02:38 +00:00
Alyssa Ross 93ab0e3fcd apk-tools: 2.12.5 -> 2.12.6
Fixes: CVE-2021-36159
(cherry picked from commit 29475a58af1d46e48017416aba9ffbead9bf1a91)
2021-07-26 20:42:10 +00:00
github-actions[bot] 48b0dbb885 Merge staging-next-21.05 into staging-21.05 2021-07-25 12:02:56 +00:00
Robert Scott edf50c4c2b lrzsz: add patch for CVE-2018-10195
provide gettext because modifying source files triggers
localization regeneration

(cherry picked from commit edc01d05a925369f518b0f3cef6f3689e561011e)
2021-07-25 09:30:22 +00:00
github-actions[bot] 3da4cec89e Merge staging-next-21.05 into staging-21.05 2021-07-23 12:03:20 +00:00
Alyssa Ross 54ed469293 squashfs-tools-ng: 1.1.1 -> 1.1.2
tar2sqfs seems to work on the source tarball.

(cherry picked from commit bbdf2e931a84b9d8a8a03ab508f42e9c2adabf55)
2021-07-23 09:31:22 +00:00
Artturin e2770d3b95 virtscreen: unbreak
(cherry picked from commit 5871962ba579ffef8475300c5f6ed5bfba7f97b9)
2021-07-23 08:44:05 +00:00
Maxine Aubrey cdda69f6b7 networkmanager: 1.30.4 -> 1.30.6 2021-07-23 02:20:26 +02:00
Sander van der Burg 5b526c90ca Merge pull request #130992 from svanderburg/backport-lha
[Backport release-21.05] lha: init at 2021-07-01
2021-07-22 18:14:27 +02:00
Sander van der Burg d240845bbb lha: init at 2021-07-01
(cherry picked from commit c4508944773a579423c370b81860b175059ab540)
2021-07-22 13:47:25 +02:00
Robert Hensing 348a2aaee0 Merge pull request #130952 from NixOS/backport-129574-to-release-21.05
[Backport release-21.05] nixUnstable: 2.4pre20210601_5985b8b -> 2.4pre20210707_02dd6bb
2021-07-22 09:09:24 +02:00
Sander van der Burg 33574c5708 arj: init at 3.10.22
(cherry picked from commit 37601fd76d96a8c83a980061adda9529d665d5b9)
2021-07-21 18:29:19 +02:00
Robert Hensing 648f26faa4 boehmgc_{nix,nixUnstable}: Move into {nix,nixUnstable}.passthru
Do not pollute top-level, but do provide allow the derivations to
be accessed for debugging and reuse if necessary.

(cherry picked from commit 2c2e1db91db465d7a83593d9322aa204c0fa4b43)
2021-07-21 16:07:46 +00:00
Robert Hensing 60370d7133 nixUnstable: patch boehmgc (nix#4944)
As has been done in https://github.com/NixOS/nix/pull/4944

This introduces the boehmgc_nix and boehmgc_nixUnstable attributes
which are useful for external packages that link with Nix and its
boehmgc.

(cherry picked from commit 596ac242af767b38e48af9076887b206dc72e472)
2021-07-21 16:07:45 +00:00
Jonathan Ringer 12e0c5c76c nixUnstable: 2.4pre20210601_5985b8b -> 2.4pre20210707_02dd6bb
(cherry picked from commit 2d1568561b80205b89a5b47e892e636441c26720)
2021-07-21 16:07:45 +00:00
Maximilian Bosch 5aefc30fb8 Merge pull request #130797 from NixOS/backport-130538-to-release-21.05
[Backport release-21.05] nixStable: 2.3.12 -> 2.3.14
2021-07-21 13:35:42 +02:00
Jan Tojnar 24ca69c906 ddccontrol: install systemd service
(cherry picked from commit 27b9fe1e53e0ce21f29cc4c351db67911f941017)
2021-07-20 22:32:07 -04:00
Maximilian Bosch 792c0160c6 nixStable: 2.3.12 -> 2.3.14
Changes: https://github.com/NixOS/nix/compare/2.3.12...2.3.14

Since this is a bugfix release that wasn't pushed to `nixpkgs`, I
decided to take care of it.

As it's usually done in `upload-release.pl`[1], I updated the
fallback-paths accordingly and used eval `1687468`[2] for this with Nix
2.3.14.

Also added a fallback-path for `aarch64-darwin` as Nix 2.3.14 seems to
support this now[3].

[1] https://github.com/NixOS/nix/blob/2.3-maintenance/maintainers/upload-release.pl
[2] https://hydra.nixos.org/eval/1687468
[3] https://github.com/NixOS/nix/commit/14262b86cc5825deae095c14553d623af498124c

(cherry picked from commit e66237af154f63998eaf45233763b2e535b78b95)
2021-07-20 15:13:18 +00:00
Sandro Jäckel efd1d6fe1b treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*
(cherry picked from commit 388a4ef42345775a85d823597dadf25d4f0a5209)
2021-07-18 09:17:54 +00:00
aszlig 9376bf7b34 ip2unix: 2.1.3 -> 2.1.4
Upstream changes:

  * Fix ordering between systemd socket file descriptor names and rules.
  * Fix usage of C library path as discovered by Meson.

Signed-off-by: aszlig <aszlig@nix.build>
(cherry picked from commit 8b7f8e2e6970f21d9f180887b91c979b41450fe8)
2021-07-10 02:17:18 +02:00
Jörg Thalheim dc3497f188 Merge pull request #129495 from delan/backport/bore-0.3.3
[Backport release-21.05] bore: init at 0.3.3 (#129295)
2021-07-08 07:48:37 +01:00
Niklas Hambüchen cdf6905e25 turbovnc: Fix that setting JAVA_HOME breaks vncviewer. Fixes #129582
(cherry picked from commit b7dd636f2475cd199d12cce672390f998f8c81bd)
2021-07-08 05:22:46 +00:00
Bruno Bigras 97554dd958 yggdrasil: 0.3.16 -> 0.4.0 (#129326)
The global yggdrasil network had a breaking protocol change

(cherry picked from commit 7265334f1ab7726e8cbda4670e77c31b42fb5665)
2021-07-07 13:22:28 -04:00
Delan Azabani e77385a232 bore: init at 0.3.3 (#129295)
(cherry picked from commit 8eb54b8e0907ce37ba0eeeacfb67676d42d857bc)
2021-07-07 11:49:22 +08:00
Fabian Affolter b77d450779 tcpdump: 4.99.0 -> 4.99.1
(cherry picked from commit 228adbbf7151ba2aad2cc8a4f103001d2bd20107)
2021-07-04 20:29:05 +00:00
github-actions[bot] f69d5bc5d0 Merge release-21.05 into staging-next-21.05 2021-07-03 12:02:32 +00:00
Jörg Thalheim 2a0b054afa Merge pull request #124935 from NixOS/backport-124690-to-release-21.05
[Backport release-21.05] bitwarden: 1.24.6 -> 1.26.4
2021-07-03 11:17:49 +01:00
github-actions[bot] 31d5f83f39 Merge release-21.05 into staging-next-21.05 2021-07-03 06:02:17 +00:00
Luke Granger-Brown 06f48c14d6 Merge pull request #129056 from NixOS/backport-128794-to-release-21.05
[Backport release-21.05] ceph: Enable cephfs-shell and use system liburing
2021-07-03 02:56:14 +01:00
Luke Granger-Brown 03fb82074c Merge pull request #128699 from NixOS/backport-123474-to-release-21.05
[Backport release-21.05] yaxg: use ffmpeg instead of ffmpeg_3
2021-07-03 01:43:12 +01:00
Janne Heß bae7213808 ceph: Enable cephfs-shell and use system liburing
(cherry picked from commit 196a7136a953eb3fa1b28a17b8d51126b0ee8372)
2021-07-03 00:38:05 +00:00
github-actions[bot] 13282759f6 Merge release-21.05 into staging-next-21.05 2021-07-01 18:02:09 +00:00
Jonathan Ringer 2ff2298f07 vault: wrap with gawk glibc
Binary will shell out awk and getent

(cherry picked from commit 8161c0930504be8c30c51fa36374d751d3850b03)
2021-07-01 08:40:14 -07:00
Jonathan Ringer 3540e860f6 vault-bin: wrap with gawk glibc
Binary will shell out awk and getent

(cherry picked from commit 2c402cc7606684c595375bf78faedec23ef9913f)
2021-07-01 08:40:14 -07:00
github-actions[bot] 5052d11c95 Merge release-21.05 into staging-next-21.05 2021-07-01 00:02:42 +00:00
Zane van Iperen f6aab9913b exfatprogs: init at 1.1.2
(cherry picked from commit a2292607a632f0dd4d4374ee16df2246292af478)
2021-06-29 23:56:46 -07:00
Robert Schütz 6c78cbfd6c yaxg: use ffmpeg instead of ffmpeg_3
(cherry picked from commit d496275b80c4fbc493b00ec61e1edd9bde614479)
2021-06-30 00:12:27 +00:00
lassulus 2bd76aec3f tinc_pre: 1.1pre17 -> 1.1pre18
(cherry picked from commit d71d7ecef16788f717ba5d1ae739fb8915648205)
2021-06-28 20:59:36 +00:00
Jonathan Ringer bb60ebee93 Merge remote-tracking branch 'origin/release-21.05' into staging-next-21.05 2021-06-28 10:04:12 -07:00
Domen Kožar e30a20ee46 blueman: 2.1.4 -> 2.2.1
(cherry picked from commit 1bb478f5be6f707fd0b2491eef26a4e3e7e99893)
2021-06-25 14:49:12 +00:00
Jonathan Ringer 5299f12e63 Merge branch 'staging-next-21.05' into staging-21.05 2021-06-25 00:15:49 -07:00
Mario Rodas c720e790df entr: fix segfault on darwin
(cherry picked from commit 23e36778a13ca70c16535fbbd47590ec4205178d)
2021-06-24 15:35:41 -04:00
Maximilian Bosch e4fe40fc56 Merge pull request #127238 from NixOS/backport-126616-to-release-21.05
[Backport release-21.05] pass: 1.7.3 -> 1.7.4
2021-06-23 21:12:34 +02:00
R. RyanTM 1cc810383a clamav: 0.103.2 -> 0.103.3
(cherry picked from commit 271c827b0e6461e1853fd1356d55025ed97b4ea1)
2021-06-23 13:15:48 +00:00
Robert Schütz 426c25db0d getmail6: 6.16 -> 6.17
https://github.com/getmail6/getmail6/releases/tag/v6.17
(cherry picked from commit fbf187aafe8c330f6986a182d171c17a4947d168)
2021-06-19 17:17:56 +00:00
Las Safin 55c5775d8f connman: 1.39 -> 1.40
(cherry picked from commit 12bc6bff40118924260748d87598447881411bf7)
2021-06-18 22:12:43 +00:00
sternenseemann 17c83897a5 pass: 1.7.3 -> 1.7.4
Mostly bug fixes, the following changes were required in the package:

* set-correct-program-name-for-sleep.patch needed to be rebased,
  b08781e2a6e183986eb1c24f51cdeff879b7a6af partially implemented
  the changes done in this patch, so we don't need to touch
  password-store.sh anymore.

* Remove wayland patch since it is part of the release now

* Reworked assert logic wrt to x11-/wayland- and dmenuSupport:
  passmenu now supports wayland as well via dmenu-wayland. Sadly
  the choice of menu is not changeable, pending
  https://lists.zx2c4.com/pipermail/password-store/2021-January/004363.html

* Rebased no-darwin-getopt.patch

* Note that f.el is no longer required

Reviews would be appreciated, I might've missed something.

(cherry picked from commit 9b794eb21af842bda137bf9f1ecc95c2d2affc8c)
2021-06-17 16:32:19 +00:00
Thomas Gerbet fb93bad76c dhcp: 4.4.2 -> 4.4.2-P1
Fixes CVE-2021-25217.
https://kb.isc.org/docs/cve-2021-25217

(cherry picked from commit efc86b71a4541e5901be42159a53aeaf34d66f26)
2021-06-16 20:16:28 +00:00