summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-24user/py3-more-itertools: bump to 8.0.2A. Wilcox1-2/+2
2019-12-24user/py3-attrs: bump to 19.3.0A. Wilcox1-2/+2
2019-12-24user/py3-pbr: Bump to 5.4.4A. Wilcox1-2/+2
2019-12-24user/libXvMC: install header againA. Wilcox1-4/+1
xorgproto has been bumped to 2019.2, so there is no more conflict.
2019-12-24user/libvdpau: change download URL because ~fd.o~A. Wilcox1-2/+2
They keep moving tarballs around. Let's just use GitLab archives.
2019-12-23user/pixman: modernise, add PNG supportA. Wilcox1-1/+2
2019-12-23user/fontconfig: modernise, remove empty -docA. Wilcox1-6/+1
This only contained the (standard) license.
2019-12-23user/libpng: moderniseA. Wilcox1-7/+0
abuild will remove libtool files automatically since forever ago, so we don't need to manually remove *.la files any more.
2019-12-23user/glib: bump to 2.62.4A. Wilcox1-4/+4
Also enable GIO D-Bus support, which should solve some weird issues.
2019-12-23user/libxpm: bump to 3.5.13A. Wilcox1-7/+3
2019-12-23user/libxkbcommon: bump to 0.9.1A. Wilcox1-18/+13
* Uses Meson build system now * Forces documentation so we get a -doc package now * Disable Wayland support (it was never enabled, but explicitly disable it since it is default-on now)
2019-12-23user/xkeyboard-config: add dependency on xsltprocA. Wilcox1-1/+1
This is required for building man pages; without it, -doc is empty.
2019-12-23user/intltool,xkbcomp: Minor syntax fixesA. Wilcox2-6/+1
2019-12-23user/meson: bump to 0.52.1A. Wilcox1-2/+2
2019-12-23user/gtest: bump to 1.10.0A. Wilcox1-5/+3
2019-12-23user/*: More syntax fixesA. Wilcox5-24/+7
2019-12-23user/libexecinfo: move to system/ repositoryA. Wilcox4-5/+1
This is required by CMake 3.15+; the dependency wasn't noticed because a full distro rebuild hasn't been done since before the CMake bump.
2019-12-23user/re2c: bump to 1.3A. Wilcox1-2/+4
2019-12-23user/X11 libs: More minor syntax fixesA. Wilcox3-9/+1
2019-12-23user/xorgproto: Fix installation conflictsA. Wilcox1-0/+4
Since we --enable-legacy, xorgproto "helpfully" installs headers which are now provided by newer releases of upstream libraries. We need to remove these so that libx11/libxvmc and xorgproto may be installed at the same time.
2019-12-23user/X11 stuff: minor fixesA. Wilcox5-19/+49
Ensure modern syntax, don't install COPYING for typical licenses, etc. For libxcb, ensure test suite works with new version of system/check. Upstreamed at: https://gitlab.freedesktop.org/xorg/lib/libxcb/merge_requests/6
2019-12-23system/strace: fix IPC_64 issue properlyA. Wilcox2-89/+4
See: https://www.openwall.com/lists/musl/2019/10/29/7 Suggested-by: Rich Felker <dalias@aerifal.cx> Fixes: 7d8bef13b311 ("system/strace: fix build on time64")
2019-12-23system/strace: fix build on time64A. Wilcox2-0/+89
2019-12-23system/musl: bump to 1.2.0_alpha3A. Wilcox2-34/+2
2019-12-23system/fcron: explicitly specify sendmail locationA. Wilcox1-0/+1
2019-12-23system/strace: bump to 5.4, remove unnecessary PPC patchA. Wilcox2-23/+2
2019-12-23system/gcc: fix Go on 32-bit machines with 64-bit time_tA. Wilcox2-0/+21
2019-12-22system/psmisc: remove unneeded PPC patchA. Wilcox2-27/+1
2019-12-22system/lutok: use the proper .pc fileA. Wilcox1-2/+2
2019-12-22system/lua5.3: fix shell syntax errorA. Wilcox1-4/+2
2019-12-22system/cvs: add depressingly sad and feeble patch to force time64 buildA. Wilcox2-1/+21
2019-12-22system/patch: add autotools to checkdependenciesA. Wilcox1-1/+1
Yes, really. The test suite is what needs automake/autoconf. The rest of the build works without it and if you want to avoid autotools (for a minimal build or such), you can disable check.
2019-12-22system/nvi: add dependency on db-devA. Wilcox1-1/+1
2019-12-22system/{easy-kernel,musl}: fix struct iphdr UAPI thingA. Wilcox4-1/+82
2019-12-22system/mdevd: update checksumA. Wilcox1-1/+1
2019-12-22system/kbd: add libtool depA. Wilcox1-1/+1
2019-12-22system/git: fix secfixes commentA. Wilcox1-1/+1
2019-12-22Merge branch 'sysv.git.cve' into 'master'A. Wilcox1-2/+12
secbump git to 2.24.1 See merge request adelie/packages!380
2019-12-22system/at: fix build on ARMv7A. Wilcox1-0/+1
2019-12-22system/easy-kernel: return kernel.h hack for gcc-go and othersA. Wilcox2-1/+22
2019-12-22system/libedit: add libtool depA. Wilcox1-1/+1
2019-12-21system/file: declare build-time dep on libtoolA. Wilcox1-1/+1
2019-12-21system/git: [cve] bump to 2.24.1Molly Miller1-2/+12
2019-12-21system/icu: declare test dep on Python 3A. Wilcox1-1/+1
2019-12-21system/cvs: fix buildA. Wilcox1-0/+5
2019-12-21system/icu: bump to 65.1A. Wilcox4-247/+7
2019-12-21system/musl: integrate latest posix-conformance commitA. Wilcox2-4/+4
2019-12-21system/at: fix build against newer yaccA. Wilcox2-13/+0
2019-12-21system/the rest: modernise, fix metadataA. Wilcox9-25/+4
2019-12-21system/t*: modernise, fix metadataA. Wilcox2-6/+2