Leah Neukirchen
3b6958f413
janet: update to 1.15.0.
2021-02-11 21:01:13 +01:00
Alex Childs
5cfa1e2ce3
python3-shodan: update to 1.25.0
2021-02-11 16:56:43 -03:00
Piotr Wójcik
2de92e4739
yakuake: update to 20.12.2.
2021-02-11 20:41:58 +01:00
Piotr Wójcik
68aefd3efe
umbrello: update to 20.12.2.
2021-02-11 20:41:57 +01:00
Piotr Wójcik
33eed2a2ef
svgpart: update to 20.12.2.
2021-02-11 20:41:56 +01:00
Piotr Wójcik
380490a833
libkomparediff2: update to 20.12.2.
2021-02-11 20:41:55 +01:00
Piotr Wójcik
c1e60dc3b5
libkcddb: update to 20.12.2.
2021-02-11 20:41:54 +01:00
Piotr Wójcik
df0e1f0c1b
kwalletmanager: update to 20.12.2.
2021-02-11 20:41:53 +01:00
Piotr Wójcik
951f6f7303
kturtle: update to 20.12.2.
2021-02-11 20:41:52 +01:00
Piotr Wójcik
c4aca04a86
kteatime: update to 20.12.2.
2021-02-11 20:41:51 +01:00
Piotr Wójcik
33d63b97fa
ksystemlog: update to 20.12.2.
2021-02-11 20:41:50 +01:00
Piotr Wójcik
43ce8909a2
kruler: update to 20.12.2.
2021-02-11 20:41:50 +01:00
Piotr Wójcik
d7698efedb
kpat: update to 20.12.2.
2021-02-11 20:41:49 +01:00
Piotr Wójcik
838ae7d56e
kompare: update to 20.12.2.
2021-02-11 20:41:48 +01:00
Piotr Wójcik
5601c8db7c
kolourpaint: update to 20.12.2.
2021-02-11 20:41:47 +01:00
Piotr Wójcik
e659e12be6
kmix: update to 20.12.2.
2021-02-11 20:41:46 +01:00
Piotr Wójcik
5fe0c4e2d4
kmag: update to 20.12.2.
2021-02-11 20:41:45 +01:00
Piotr Wójcik
effac6d6f5
kig: update to 20.12.2.
2021-02-11 20:41:44 +01:00
Piotr Wójcik
59268543ff
kfind: update to 20.12.2.
2021-02-11 20:41:43 +01:00
Piotr Wójcik
8a11e626d5
keditbookmarks: update to 20.12.2.
2021-02-11 20:41:42 +01:00
Piotr Wójcik
d4343d9cf2
kdialog: update to 20.12.2.
2021-02-11 20:41:41 +01:00
Piotr Wójcik
8097481626
kcron: update to 20.12.2.
2021-02-11 20:41:40 +01:00
Piotr Wójcik
024195630f
kcachegrind: update to 20.12.2.
2021-02-11 20:41:40 +01:00
Piotr Wójcik
efbea28571
filelight: update to 20.12.2.
2021-02-11 20:41:39 +01:00
Jürgen Buchmüller
ffed34b13c
linux4.14: update to 4.14.221
2021-02-11 20:02:27 +01:00
Roberto Ricci
ed6146d54b
psmisc: update to 23.4
2021-02-11 15:41:09 -03:00
Anthony Iliopoulos
576e738c4b
haproxy: update to 2.3.5.
2021-02-11 15:34:27 -03:00
Anthony Iliopoulos
f58973613c
xapian-core: update to 1.4.18.
2021-02-11 15:34:08 -03:00
Christopher Brannon
4d518fcb76
busybox: install ntpd service for busybox-huge.
...
Tests were failing due to underspecified checkdepends; added
the missing ones. Some still fail on glibc.
Closes : #28663 [via git-merge-pr]
2021-02-11 15:30:12 -03:00
Benjamín Albiñana
c1edd45f89
doctl: update to 1.56.0.
2021-02-11 15:27:42 -03:00
travankor
e1a2e12d3c
wayfire-plugins-extra: update to 0.7.0.
2021-02-11 15:26:36 -03:00
travankor
39c442e791
wcm: update to 0.7.0.
2021-02-11 15:26:36 -03:00
travankor
6f20a2a150
wf-shell: update to 0.7.0.
2021-02-11 15:26:36 -03:00
travankor
76da8a9827
wf-config: update to 0.7.0.
2021-02-11 15:26:36 -03:00
travankor
2ec5841a1c
wayfire: update to 0.7.0.
2021-02-11 15:26:36 -03:00
Érico Rolim
2c6bde11ad
libglib-static: remove package.
...
No longer necessary, now that glib includes static libraries.
2021-02-11 15:22:01 -03:00
Érico Rolim
62ca689e15
qemu-user-static: update to 5.2.0.
...
Move from libglib-static to libglib-devel, which now includes static
versions of each library.
Pick up tricks from qemu for cross compilation.
The patch being applied fixes #23557 .
Add comment to qemu about qemu-user-static. It's important to update the
two packages together, since they share the patches folder.
2021-02-11 15:22:01 -03:00
Érico Rolim
84a5c1ef7c
Revert "build-style/meson.sh: drop unneeded AR export"
...
This reverts commit 2163ca2d03
.
Removing `export AR=gcc-ar` was apparently done based on the assumption
that the linked issue (https://github.com/mesonbuild/meson/issues/1646 )
had been solved completely on meson's side.
Instead, their solution, seen in
https://github.com/void-linux/void-packages/pull/2815 , had been to force
gcc-ar for linking static libraries; by exporting `AR=ar`, we were
accidentally breaking static libraries when LTO is enabled. This was
noticed by leah while we were trying to build qemu-user-static using the
normal libglib-devel package (built with meson, which for us defaults to
enabling LTO).
Unfortunately, while correct, this change wasn't enough to fix the
static glib build, which had to resort to disabling LTO.
2021-02-11 15:22:01 -03:00
Piotr Wójcik
cb3ce111fe
postgresql12: update to 12.6.
2021-02-11 18:43:59 +01:00
Piotr Wójcik
8af6297421
postgresql13: update to 13.2.
2021-02-11 18:12:33 +01:00
Andrew J. Hesford
76988cd6c9
python-cryptography: update to 3.3.2, split package
...
New package: python3-cryptography-3.4.4
2021-02-11 09:35:07 -05:00
Andrew J. Hesford
64faf773cb
python-cryptography_vectors: update to 3.3.2, split package
...
New package: python3-cryptography_vectors-3.4.4
2021-02-11 09:35:07 -05:00
Andrew J. Hesford
6baf048735
New package: python3-pytest-subtests-0.4.0
2021-02-11 09:35:07 -05:00
Andrew J. Hesford
665b62f834
New package: python3-setuptools-rust-0.11.6
2021-02-11 09:35:07 -05:00
Andrew Benson
26565943ec
aide: update to 0.17.3.
2021-02-11 08:07:14 -06:00
Andrew Benson
974bcfc6dd
python3-yara: update to 4.0.4.
2021-02-11 08:04:35 -06:00
Érico Rolim
0961351b52
util-linux: revbump to match util-linux-libs revision.
...
ABI won't break between revisions (we even depend on it not breaking
between versions), and makes it necessary to revbump one package for
changes that only affect the other. This should be fixed, but depending
on util-linux-libs-${version} results in xbps-src not finding the
dependency.
2021-02-11 10:58:20 -03:00
Quentin Rameau
f1fcc4cb92
util-linux-libs: Fix nofollow option for helpers
...
This is a temporary patch until upstream makes a new release, as this
blocks mount usage for users.
2021-02-11 10:48:19 -03:00
q66
30c5bac99b
mariadb: fix on ppcle
2021-02-11 14:32:07 +01:00
q66
e459ed4622
mariadb: actually fix the my_safe_print_str error properly
...
this is not cross-related
2021-02-11 13:57:32 +01:00