summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-12-06Remove useless file.Zach van Rijn2-5/+10
2022-12-06Even more.Zach van Rijn4-229/+674
2022-12-06scripts/setup-abuild: work under qemu user properly.Zach van Rijn1-33/+90
2022-12-05more...Zach van Rijn2-25/+274
2022-12-05more work..Zach van Rijn2-11/+91
2022-12-05Initial draft of new bootstrap tooling.Zach van Rijn5-11/+337
2022-12-04user/mariadb: Fix PowerPC buildA. Wilcox2-94/+8
Modern GCC (8.x) doesn't need a special builtins file for PPC. Let's remove the old workaround and build natively. Fixes: #869
2022-12-04user/supertux: Fix SDL2 detection on 32-bit CPUsA. Wilcox2-1/+25
No clue why they were special-casing detection like this. Fixes: #870
2022-12-03user/py3-pyirc: Update for new taillightA. Wilcox2-3/+27
Fixes: #906
2022-12-03user/py3-twisted: Regenerate raiser.c for Py3.11A. Wilcox1-1/+2
Fixes: #895
2022-12-04user/sddm: Fix autologin issue with PAM modulesA. Wilcox2-0/+82
This corrects an issue where Horizon media may boot to a black screen.
2022-12-02user/gst-plugins-bad: disable flaky curl test. fixes #768.Zach van Rijn2-0/+13
2022-12-01Unify contact information.Zach van Rijn331-588/+561
2022-12-01user/{ccache,pigz}: move from { 'user/' --> 'system/' }.Zach van Rijn2-0/+0
2022-12-01user/gambit-c: new package.Zach van Rijn4-0/+151
2022-12-01user/libdrm: adjust configure flags. fixes #913.Zach van Rijn1-4/+6
2022-12-01user/postgresql: bump { 14.3 --> 14.6 }. fixes #912.Zach van Rijn1-2/+2
2022-12-01user/llvm14: Fix DWARF patch for x86A. Wilcox2-2/+2
It turns out we *have* to specify signedness or we have incorrect results on systems with signed-char by default (aka x86). Tested on ppc64 and x86_64 and both pass tests now. Fixes: #911
2022-11-30user/protobuf: disable parallel build again. fixes #909.Zach van Rijn1-1/+1
2022-11-30user/bash-completion: disable problematic test. fixes #910.Zach van Rijn1-0/+1
2022-11-29user/abiword: use http mirror. checksum remains unchanged. fixes #860.Zach van Rijn1-1/+2
2022-11-28user/llvm14: Fix tests on 32-bit machinesA. Wilcox5-6/+90
* DWARF info patch fixes issue seen on ARMv7 and PPC. * Dyld patch fixes OrcJIT on PPC (also needed for mesa). * MachO fix is being sent upstream and affects all 32-bit CPUs. * PPC test fix is already upstream, backported to 14 branch. Fixes: #846
2022-11-28user/poppler-qt5: bump { 22.06.0 --> 22.11.0 }. fixes #905.Zach van Rijn1-2/+2
2022-11-28user/coverage: bump { 4.5.1 --> 6.5.0 }. fixes #904.Zach van Rijn1-2/+2
2022-11-28user/cracklib: add missing build dep. fixes #902.Zach van Rijn1-1/+1
2022-11-28user/firefox-esr: add patches for python 3.11. fixes #901.Zach van Rijn3-1/+134
2022-11-28user/thunderbird: add patches for python 3.11. fixes #900.Zach van Rijn3-1/+134
2022-11-28user/py3-taillight: bump { 0.3b4 --> 0.5.2 }. fixes #883.Zach van Rijn1-3/+3
2022-11-28user/gpgme: update patch to support python 3.11. fixes #899.Zach van Rijn2-11/+11
2022-11-28user/mesa: add missing build deps. fixes #898.Zach van Rijn1-1/+2
2022-11-28user/psycopg2: bump { 2.8.5 --> 2.9.5 }. become maintainer. fixes #896.Zach van Rijn1-4/+4
2022-11-28user/uwsgi: bump { 2.0.19.1 --> 2.0.21 }. fixes #897.Zach van Rijn1-3/+3
2022-11-27user/bind: bump { 9.16.21 --> 9.16.35 }. fixes #893.Zach van Rijn1-8/+8
Also fixes an issue where parallel builds do not occur.
2022-11-27user/protobuf: add patch for python 3.11. fixes #888.Zach van Rijn2-4/+140
2022-11-27user/py3-lxml: delete erroneous file.Zach van Rijn1-0/+0
2022-11-27user/xcb-util-errors: add missing build dep. fixes #894.Zach van Rijn1-1/+1
2022-11-28user/py3-docutils: Fix test suite for 3.11 compatA. Wilcox2-2/+251
Backport of https://sourceforge.net/p/docutils/code/8909 and 8910. Fixes: #892
2022-11-27user/openldap: Update to 2.6.3A. Wilcox1-2/+2
Memory leak and replication fixes. Also fixes Makefile dependencies. Closes: #720
2022-11-27user/py3-mako: bump { 1.1.6 --> 1.2.4 }. fixes #891.Zach van Rijn1-2/+2
According to the changelog, 1.1 --> 1.2 almost entirely affects older (2.x, <= 3.7) versions of Python and has numerous bugfixes.
2022-11-27user/boost: add patches for python 3.11. fixes #890.Zach van Rijn3-3/+69
2022-11-27user/libproxy: bump { 0.4.17 --> 0.4.18 }. fixes #884.Zach van Rijn2-63/+3
2022-11-27user/talloc: bump { 2.3.1 --> 2.3.4 }. fixes #885.Zach van Rijn1-2/+2
2022-11-27user/ntpsec: bump { 1.1.9 --> 1.2.1 }. fixes #887.Zach van Rijn1-3/+3
Also change source URL { ftp --> https }.
2022-11-27user/py3-cython: bump { 0.29.28 --> 0.29.32 }. fixes #886.Zach van Rijn1-2/+2
2022-11-27user/py3-lxml: bump { 4.8.0 --> 4.9.1 }. fixes #882.Zach van Rijn2-2/+2
2022-11-26user/dos2unix: Update to 7.4.3A. Wilcox1-2/+2
Virtually all changes were for translation additions/fixes.
2022-11-26user/docbook2x: Update URL to HTTPSA. Wilcox1-1/+1
2022-11-26user/dmidecode: Update to 3.4, take maintainershipA. Wilcox1-6/+6
Crash fixes and new SMBIOS decoding features.
2022-11-26user/ddrescue: Update to 1.26A. Wilcox1-3/+4
2022-11-26user/cunit: Update URL to HTTPSA. Wilcox1-1/+1