Commit graph

141135 commits

Author SHA1 Message Date
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
Jürgen Buchmüller
b38ff94056 linux4.9: update to 4.9.257 2021-02-11 13:54:33 +01:00
Jürgen Buchmüller
28d606630e linux4.4: update to 4.4.257 2021-02-11 13:34:06 +01:00
John
40d298c1cc kdiagram: update to 2.8.0. 2021-02-11 07:50:55 +01:00
John
141d55a99b calligra-plan: update to 3.3.0. 2021-02-11 07:50:55 +01:00
Érico Rolim
ae31cfbc3d srcpkgs/: move packages checking XBPS_CHECK_PKGS to use make_check. 2021-02-11 03:11:18 -03:00
Érico Rolim
dfa05620b7 iwd: use make_check and fix checkdepends. 2021-02-11 03:02:05 -03:00
Érico Rolim
2a748e7e6d xbps-src/libexec: add make_check option.
Allows a template to define in which circumstances its do_check phase
should run, without requiring custom do_check definitions in each
template (also makes it easier to change how build styles do things
without checking as many templates).

Add to Manual and CONTRIBUTING as well.
2021-02-11 02:40:09 -03:00
Érico Rolim
42d7596981 xbps-src: add -K option to getopt string.
Was forgotten when the actual option was added.
2021-02-11 02:40:09 -03:00
Ulf
69c67cf704 yaz: update to 5.30.3.
By ericonr:
- add changelog
- use LIBS instead of LDFLAGS

Closes: #28378 [via git-merge-pr]
2021-02-11 02:20:16 -03:00
UsernameRandomlyGenerated
aa1d34d57b pick: update to 4.0.0.
By ericonr:
- remove -fcommon

Closes: #28564 [via git-merge-pr]
2021-02-11 02:14:56 -03:00
sternenseemann
1384e928f7 xbps-src: create $XBPS_MASTERDIR/tmp in chroot_prepare
Missing $XBPS_MASTERDIR/tmp caused ca-certificates and glibc-locales to
fail in the reconfigure step of binary-bootstrap, since a call to mktemp
(which I couldn't locate in source though) assumed /tmp in the chroot
would be present already.

This issue was reproducible reliably for me on NixOS by doing something
like:

    rm -rf masterdir
    ./xbps-src binary-bootstrap

The workaround I found was:

    mkdir -p masterdir/tmp      # or alternatively ./xbps-src clean
                                # which also (re-)creates masterdir/tmp
    ./xbps-src binary-bootstrap

This workaround is now mirrored in chroot_prepare by ensuring that tmp
always exists.
2021-02-11 02:07:32 -03:00
Anthony Iliopoulos
8308fb1417 util-linux: update to 2.36.1. 2021-02-11 01:10:08 -03:00
Anthony Iliopoulos
afecc8daae util-linux-libs: update to 2.36.1. 2021-02-11 01:10:08 -03:00
Érico Rolim
73673d5d0b openvswitch: update to 2.14.2.
Fixes CVE-2020-35498.
2021-02-11 00:50:39 -03:00
Adrian Herath
201b99a8bd nvimpager: update to 0.9.
By ericonr:
- use lowdown instead of pandoc

Closes: #28603 [via git-merge-pr]
2021-02-11 00:49:44 -03:00
Érico Rolim
517c1ab592 lowdown: update to 0.8.1. 2021-02-11 00:29:13 -03:00
Giuseppe Fierro
1d79784495 enchant2: update to 2.2.15
Also necessary for the nuspell soname bump.

Picks up comment from:
https://github.com/void-linux/void-packages/pull/27323
2021-02-11 00:16:54 -03:00
Giuseppe Fierro
00dfb637c6 nuspell: update to 4.2.0. 2021-02-11 00:16:54 -03:00
UsernameRandomlyGenerated
ee71adeaa4 dlayer: update to 0.2.4. 2021-02-10 23:45:09 -03:00
Anthony Iliopoulos
dc708dfc8b kexec-tools: update to 2.0.21. 2021-02-10 23:26:28 -03:00
Érico Rolim
c26a756354 mpv-mpris: vdoc README.md
It contains instructions for enabling the plugin.
2021-02-10 23:04:52 -03:00
Érico Rolim
51896b4ad4 mpv: add --enable-cplugins so it can't be accidentally disabled.
At least mpv-mpris depends on this flag, since the mpv symbols it uses
are provided by /usr/bin/mpv, not by libmpv.
2021-02-10 23:03:34 -03:00
Đoàn Trần Công Danh
4ca3b080a2 djview: remove rpath 2021-02-11 09:01:47 +07:00