Commit Graph

35727 Commits

Author SHA1 Message Date
Guillaume Girol 2bd2119bf3
Merge pull request #131938 from chuahou/update-flameshot-backport-21.05
[21.05] Backport flameshot update from 0.9.0 -> 0.10.1
2021-08-03 21:46:40 +00:00
Serg Nesterov 5bdfd956f1 restic: 0.12.0 -> 0.12.1
(cherry picked from commit c69f341a0590f8d0e00a45672bb0cb1c7ea98b56)
2021-08-03 19:11:43 +00:00
ajs124 e04ad378fd grub2: 2.06-rc1 -> 2.06
* GCC 10 support.
* clang 10 support.
* SBAT support.
* LUKS2 support.
* Drop small MBR gap support.
* Xen Security Modules (XSM/FLASK) support.
* The lockdown mechanism similar to the Linux kernel one.
* Disable the os-prober by default.
* Many backports of GRUB distros specific patches.
* BootHole and BootHole2 fixes.
* XFS bigtime support.
* ...and tons of other fixes and cleanups...

(cherry picked from commit 963b0a1dbf32b80eb6375973bff48af313c2a7c5)
2021-08-01 20:43:18 -07:00
06kellyjac ea0b0e31e1 bat: 0.18.1 -> 0.18.2
(cherry picked from commit ebf9a91123ccbfaf42bbc91c5fb897bfbd4d0721)
2021-07-31 06:06:12 +00:00
Vladimír Čunát de3a57327f nix(Stable): 2.3.14 -> 2.3.15
(cherry picked from commit 9bd0be76b2219e8984566340e26a0f85caeb89cd)
2021-07-30 13:17:54 +00:00
Martin Weinelt de1bca4cb8
Merge pull request #131588 from NixOS/staging-next-21.05 2021-07-30 10:54:17 +02:00
Jason Felice 8cee48a0b2 vault, vault-bin: fix build for darwin
Closes #129443

(cherry picked from commit e0cda3708af3a38397f4f0f1c3d8a3fbad222c48)
2021-07-29 16:45:37 +00:00
Sandro e1fbb93088
Merge pull request #131536 from chuahou/update-flameshot
flameshot: 0.10.0 -> 0.10.1
(cherry picked from commit 8963fb9ff9dbde6422650fac475a3c653caba081)
2021-07-29 18:30:54 +08:00
Ryan Horiguchi ec25a3db05
flameshot: 0.9.0 -> 0.10.0
(cherry picked from commit 7937fefa7802e3f18d01f2c2867813200663cb06)
2021-07-29 18:26:20 +08:00
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
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] 14262b86cc

(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