Commit graph

158249 commits

Author SHA1 Message Date
classabbyamp
b8fafdd9e6 mininet: update to 2.3.0, move to python 3, adopt. 2022-02-24 01:22:14 +01:00
Michal Vasilek
7842fd4fbe rubberband: update to 2.0.2. 2022-02-24 00:50:58 +01:00
tibequadorian
c244f76734 OTPClient: update to 2.4.8. 2022-02-24 00:48:23 +01:00
tibequadorian
4faed0f05a libcotp: update to 1.2.4. 2022-02-24 00:48:23 +01:00
tibequadorian
07f1f2cd9e libbaseencode: update to 1.0.12. 2022-02-24 00:48:23 +01:00
zenobit
7e85855933 gitea: update to 1.16.1
Closes: #35466
2022-02-24 00:37:05 +01:00
Michal Vasilek
b065b3bf3a atkmm: fix update-check 2022-02-24 00:30:09 +01:00
Michal Vasilek
897a63034c grafx2: revbump for changed lua dependency
111b02e8ac
2022-02-24 00:30:09 +01:00
mag
0ee894d078 faust: update to 2.37.3 2022-02-24 00:04:07 +01:00
tibequadorian
3559b5423c immortal: update to 0.24.4. 2022-02-24 00:02:40 +01:00
Alex Childs
bf549e6415 tcpreplay: update to 4.4.1 2022-02-23 23:48:34 +01:00
Joel Beckmeyer
a80bf70880 python3-prometheus_client: update to 0.13.1. 2022-02-23 23:47:57 +01:00
skmpz
0fe804e066 python3-curl: update to 7.44.1. 2022-02-23 23:45:30 +01:00
Jose G Perez Taveras
9cda08c8a2 libjpeg-turbo: update to 2.1.2. 2022-02-23 23:44:11 +01:00
tibequadorian
98b5b5dc22 sumo: update to 1.12.0. 2022-02-23 23:43:35 +01:00
Frank Steinborn
ae96f62fcf bemenu: update to 0.6.7. 2022-02-23 23:36:06 +01:00
classabbyamp
8e7a3960dd chezmoi: update to 2.12.1. 2022-02-23 23:35:26 +01:00
tibequadorian
71c4d8da61 kgpg: update to 21.12.2. 2022-02-23 23:32:22 +01:00
tibequadorian
7e9b72cd98 ffmpegthumbs: update to 21.12.2. 2022-02-23 23:25:18 +01:00
tibequadorian
fb8ca6c579 kdegraphics-mobipocket: update to 21.12.2. 2022-02-23 23:24:57 +01:00
tibequadorian
ee01a1af93 print-manager: update to 21.12.2. 2022-02-23 23:24:45 +01:00
tibequadorian
0d01307e48 skanlite: update to 21.12.2. 2022-02-23 23:24:35 +01:00
tibequadorian
ec30c9b9d0 libksane: update to 21.12.2. 2022-02-23 23:24:35 +01:00
tibequadorian
bca3588974 partitionmanager: update to 21.12.2. 2022-02-23 23:24:21 +01:00
tibequadorian
a230dda5d6 kpmcore: update to 21.12.2. 2022-02-23 23:24:21 +01:00
tibequadorian
15f9283acf kdepim-addons: update to 21.12.2. 2022-02-23 20:19:57 +01:00
tibequadorian
81bf85cc24 kitinerary: update to 21.12.2. 2022-02-23 20:19:57 +01:00
tibequadorian
d9efdc1b06 kpkpass: update to 21.12.2. 2022-02-23 20:19:57 +01:00
tibequadorian
302561caeb flac: update to 1.3.4. 2022-02-23 20:12:52 +01:00
Klara Modin
8b56a7dc0f bird: update to 2.0.9 2022-02-23 18:49:49 +01:00
Zach Dykstra
b93da11c01 terraform: update to 1.1.6 2022-02-23 18:49:32 +01:00
0x5c
4380a30430 nano: update to 6.2 and adopt. 2022-02-23 18:49:17 +01:00
classabbyamp
a53c3486f0 pandoc: add pandoc-crossref filter, move filters to subpkgs 2022-02-23 18:47:52 +01:00
Jami Kettunen
f67b03bf61 steam: fix joining friends' games.
This feature requires lsof to be installed, the following was printed
when opening the context menu of someone in the friends list:

  sh: 1: lsof: not found
2022-02-23 18:46:43 +01:00
0x5c
284da8e348 tailscale: update to 1.20.4. 2022-02-23 18:45:29 +01:00
tibequadorian
47ae253e67 github-cli: update to 2.5.1. 2022-02-23 18:42:50 +01:00
Leah Neukirchen
c9f230419b libxslt: update to 1.1.35. 2022-02-23 18:38:14 +01:00
Leah Neukirchen
1b45ab21c9 libxml2-python3: update to 2.9.13. 2022-02-23 18:38:14 +01:00
Leah Neukirchen
9976259c68 libxml2: update to 2.9.13. 2022-02-23 18:38:14 +01:00
q66
9cb24c20bc cargo-about: restrict archs because of ring 2022-02-23 18:11:52 +01:00
Jami Kettunen
3263ea08fa spice-gtk: depend on gst-plugins-good1 for VM sound output. 2022-02-23 15:40:12 +01:00
Đoàn Trần Công Danh
0d75e72b8b build-style/cmake: pass LIBS as CMAKE_*_STANDARD_LIBRARIES
Normally, we can add them into configure_args directly.
However, if we need to link with 2 or more libaries (e.g. -latomic
and -lexecinfo on armv6-musl), we have noway to do it properly:
- configure_args will be splited on whitespace
- cmake denies to recognise CMAKE_*_STANDARD_LIBRARIES as a list,
  hence denies to split on semicolon (";")

Let's pass LIBS as CMAKE_*_STANDARD_LIBRARIES instead.
2022-02-23 21:28:37 +07:00
Andrew J. Hesford
70d21fee4a vlc: rebuild for protobuf 2022-02-23 00:05:47 -05:00
Andrew J. Hesford
f71b8789b0 usbguard: rebuild for protobuf 2022-02-23 00:05:47 -05:00
Andrew J. Hesford
b9dc1cac59 sysdig: rebuild for protobuf 2022-02-23 00:05:47 -05:00
Andrew J. Hesford
a08b1a55ad strawberry: rebuild for protobuf 2022-02-23 00:05:47 -05:00
Andrew J. Hesford
75aa8ddcca nsjail: rebuild for protobuf 2022-02-23 00:05:47 -05:00
Andrew J. Hesford
4fde3b6e4d mumble: rebuild for protobuf 2022-02-23 00:05:46 -05:00
Andrew J. Hesford
e7617cb4f0 mozc: rebuild for protobuf 2022-02-23 00:05:46 -05:00
Andrew J. Hesford
fd47ba8f83 mosh: rebuild for protobuf 2022-02-23 00:05:46 -05:00