Commit graph

141637 commits

Author SHA1 Message Date
Đoàn Trần Công Danh 1cb1e24df0 gnome-autoar: update to 0.3.0.
CVE-2020-36241
2021-02-21 09:46:43 +07:00
Đoàn Trần Công Danh 36a3b046fb update_check/gnome: also check for 0.* version 2021-02-21 09:28:34 +07:00
shtayerc c1197e6ab2 stockfish: update to 13 2021-02-20 23:10:07 -03:00
Roberto Ricci e828285e5d skim: update to 0.9.4 2021-02-20 23:03:24 -03:00
Daniel Eyßer 3e1900781d restic: update to 0.12.0. 2021-02-20 22:55:21 -03:00
Ulf 610e188134 mousepad: update to 0.5.2. 2021-02-20 22:51:08 -03:00
Adrian Göransson 996e4d35a1 miniserve: update to 0.10.4 2021-02-20 22:46:41 -03:00
Đoàn Trần Công Danh f9da7ff3bb vsed: stop collapsing whitespace
MCVE:
	printf '%s  %s\n' a b >afile
	vsed -i -e '/a  b/d' afile

Expect:
- afile should be empty
Actual:
- afile is not empty
2021-02-21 08:33:06 +07:00
Đoàn Trần Công Danh f2b1408938 pari: update to 2.13.1. 2021-02-21 08:07:14 +07:00
Đoàn Trần Công Danh 25174e7183 bibletime: rebuild with shared sword 2021-02-21 08:05:24 +07:00
Đoàn Trần Công Danh d7bee7d37c sword: build shared lib 2021-02-21 08:05:24 +07:00
Đoàn Trần Công Danh 62ef7455c4 libtool: stop put /usr/lib{32,64} into RPATH 2021-02-21 07:50:50 +07:00
Đoàn Trần Công Danh 6b880f614a ttfautohint: fix cross-build & rpath 2021-02-21 07:44:26 +07:00
Đoàn Trần Công Danh f821989a2c libtool: stop put /usr/lib{32,64} into RPATH
libtool will insert RPATH if $libdir not in sys_lib_dlsearch_path_spec.
libtool's configure will parse /etc/ld.so.conf for this value.

Without this change the original value is:

- glibc: /lib /usr/lib /usr/lib32 /usr/local/lib
- musl: /lib /usr/lib
2021-02-21 07:44:26 +07:00
Andrew J. Hesford 60b24771ea Revert "cura: update to 4.8.0."
The cura/cura-engine/libArcus v4.8.0 toolchain requires some additional
dependencies that are not yet packaged, so go back to a working version
until everything is in order.

This reverts commit 927081cd8d.
2021-02-20 17:40:40 -05:00
Andrew J. Hesford 9d67b6453f Revert "cura-engine: update to 4.8.0."
The cura/cura-engine/libArcus v4.8.0 toolchain requires some additional
dependencies that are not yet packaged, so go back to a working version
until everything is in order.

This reverts commit 4e1bfd24f0.
2021-02-20 17:40:40 -05:00
Andrew J. Hesford 0492a74db9 Revert "libArcus: update to 4.8.0."
The cura/cura-engine/libArcus v4.8.0 toolchain requires some additional
dependencies that are not yet packaged, so go back to a working version
until everything is in order.

This reverts commit 843ef3e342.
2021-02-20 17:40:39 -05:00
Andrew J. Hesford cd87b2fbf4 shotcut: update to 21.01.29. 2021-02-20 17:40:39 -05:00
Andrea Brancaleoni e593ab5024 bitlbee-facebook: update to 1.2.2. 2021-02-20 22:06:28 +00:00
Andrea Brancaleoni cd24f2d7ac diff-pdf: update to 0.5. 2021-02-20 22:04:22 +00:00
Andrea Brancaleoni 446a872c4d git-cola: update to 3.9. 2021-02-20 22:03:13 +00:00
Andrea Brancaleoni e9820f2d97 packer: update to 1.7.0. 2021-02-20 21:56:06 +00:00
Andrea Brancaleoni 68cb1ef02c terragrunt: update to 0.28.7. 2021-02-20 21:53:41 +00:00
Andrea Brancaleoni 6c740bc6be terraform: update to 0.14.7. 2021-02-20 21:49:33 +00:00
Leah Neukirchen 3eb2c2ecf1 git-series: fix build. 2021-02-20 22:03:54 +01:00
Leah Neukirchen 0db3fef018 xtools: update to 0.63. 2021-02-20 21:58:51 +01:00
Leah Neukirchen 15fb6ee653 erlang: update to 23.2.5. 2021-02-20 21:44:49 +01:00
Leah Neukirchen 9848d4e41a ipset: update to 7.11. 2021-02-20 21:44:49 +01:00
Leah Neukirchen a3e840fa15 python3-pyinfra: update to 1.3.6. 2021-02-20 21:44:49 +01:00
Leah Neukirchen c6c2363da4 wireguard-dkms: update to 1.0.20210219. 2021-02-20 21:44:49 +01:00
FollieHiyuki 10faca7ce4 trackma: update to 0.8.4 2021-02-20 16:58:22 -03:00
Érico Rolim 9a05560248 spotifyd: fix runtime crash.
Issue in unsafe code led to a runtime panic if compiled with Rust 1.48
or newer.

Relevant information: https://github.com/Spotifyd/spotifyd/issues/719

Fixes #28285
2021-02-20 13:30:16 -06:00
Andrew Benson fe2cb6ae4c python3-rich: update to 9.11.0. 2021-02-20 13:13:22 -06:00
Andrew Benson 89cb9bc6e9 New package: python3-commonmark-0.9.1 2021-02-20 13:13:22 -06:00
Andrew Benson 9166ba0bd3 python3-Ropper: update to 1.13.6. 2021-02-20 13:11:12 -06:00
Benjamín Albiñana d9dbd4b103 doomretro: update to 4.0.3. 2021-02-20 16:03:52 -03:00
Andrew Benson 97ac9afc39 ytmdl: add missing dependency 2021-02-20 13:03:14 -06:00
Andrew Benson 57e9c2a7c9 python3-aniso8601: update to 9.0.0. 2021-02-20 13:03:06 -06:00
UsernameRandomlyGenerated 0fe67ad506 detox: update to 1.4.1. 2021-02-20 16:00:31 -03:00
Benjamín Albiñana 63e969dff6 exiftool: update to 12.19. 2021-02-20 15:44:51 -03:00
Jürgen Buchmüller 5f9ff41ead qmmp: revbump for projectM-3.1.11 2021-02-20 18:12:52 +01:00
Jürgen Buchmüller 0752c86151 projectM: remove wrong #include "Intrinsics.h"
Try to fix the build of dependencies by removing an obviously wrong
include from Common.hpp
2021-02-20 17:04:59 +01:00
FollieHiyuki 0cc5823111 grub-btrfs-runit: use posix shell for the service 2021-02-20 12:16:21 -03:00
FollieHiyuki 8e4286fc53 cointop: update to 1.6.2 2021-02-20 11:49:20 -03:00
Andrew J. Hesford 393e50916d zbackup: revbump for protobuf26 2021-02-20 09:32:50 -05:00
Andrew J. Hesford 94452d89bf vlc: revbump for protobuf26 2021-02-20 09:32:50 -05:00
Andrew J. Hesford 289d6743a3 usbguard: revbump for protobuf26 2021-02-20 09:32:50 -05:00
Andrew J. Hesford e7e1a3c92f sysdig: revbump for protobuf26 2021-02-20 09:32:50 -05:00
Andrew J. Hesford ac373f40b3 strawberry: update to 0.8.4. 2021-02-20 09:32:50 -05:00
Andrew J. Hesford 08b573d39e python3-protobuf: update to 3.15.0. 2021-02-20 09:32:50 -05:00