Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-08 | user/perl-email-date-format: upgrade to 1.006 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-email-address-xs: upgrade to 1.05 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-dbd-pg: upgrade to 3.16.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-datetime-timezone: upgrade to 2.56 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-datetime-locale: upgrade to 1.37 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-datetime: upgrade to 1.59 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-convert-color: upgrade to 0.13 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-commandable: upgrade to 0.09 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-code-tidyall: upgrade to 0.83 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/perl-chart: upgrade to 2.403.9 | Síle Ekaterin Liszka | 1 | -3/+4 | |
2023-02-08 | user/perl-graphics-toolkit-color: new package | Síle Ekaterin Liszka | 1 | -0/+35 | |
2023-02-08 | user/muparser: upgrade to 2.3.4 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/pangomm: upgrade to 2.46.3 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/meson: upgrade to 0.62.2 | Síle Ekaterin Liszka | 2 | -125/+3 | |
2023-02-08 | user/libsoup: upgrade to 2.74.3 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/libass: upgrade to 0.15.2 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/gtkmm: upgrade to 3.24.7 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/gtk4: upgrade to 4.6.8 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/glibmm: upgrade to 2.66.5 | Síle Ekaterin Liszka | 1 | -2/+3 | |
2023-02-08 | user/catfish: upgrade to 4.16.4 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/caja-extensions: upgrade to 1.26.1 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/caja: upgrade to 1.26.1 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/cairomm: upgrade to 1.14.4 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/ayatano-ido: upgrade to 0.8.2 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/atkmm: upgrade to 2.28.3 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-02-08 | user/aspell-dict-pt_BR: upgrade to 20131030.12.0 | Síle Ekaterin Liszka | 1 | -3/+4 | |
2023-02-08 | user/aspell-dict-lt: upgrade to 1.3.2, new upstream | Síle Ekaterin Liszka | 1 | -5/+4 | |
2023-02-08 | user/aspell-dict-de: upgrade to 20161207.7.0, return to GNU upstream | Síle Ekaterin Liszka | 1 | -14/+10 | |
2023-02-08 | user/aspell-dict-da: upgrade to 4.2, new upstream | Síle Ekaterin Liszka | 1 | -6/+5 | |
2023-02-08 | user/apache-httpd: upgrade to 2.4.54, fix a bunch of CVEs | Síle Ekaterin Liszka | 1 | -2/+10 | |
2023-02-06 | user/sox: move to legacy/ | Zach van Rijn | 15 | -675/+0 | |
This package has numerous CVEs and does not currently build on our pmmx target. It is not required by any other packages at the moment. See also: #961. | |||||
2023-02-06 | user/mlt: bump { 7.6.0 --> 7.12.0 }. drop SoX dependency. | Zach van Rijn | 2 | -18/+4 | |
SoX is an optional dependency and is a security concern, and needs more work than we are able to allocate now. | |||||
2023-02-05 | user/wine: bump { 7.0 --> 8.1 }. fixes #959. | Zach van Rijn | 1 | -4/+11 | |
The addition of 'options="textrels"' follows what Gentoo is doing (same files affected): https://gitweb.gentoo.org/repo/gentoo.git /tree/app-emulation/wine-vanilla /wine-vanilla-8.1.ebuild ?id=2d66e9a07e972cfd20dc12146c31293faa682f2b#n124 | |||||
2023-01-31 | user/grantlee: Explicitly register enum comparator | A. Wilcox | 2 | -1/+17 | |
This is necessary to make the tests pass on 64-bit PowerPC. This is caused because the MetaEnumVariable class does not register its comparators, which is required in Qt 5. Qt 6 will use introspection to automatically do this. The proper fix is likely to use a constructor function somewhere in the Grantlee library to ensure it is called on library initialisation, but it isn't immediately obvious to me where to put such a ctor. This only seems to affect 64-bit PowerPC, as other platforms do pass this test; maybe Qt is doing some sort of introspection that doesn't work on ppc64. It is also affected by GCC optimisation flags, so it may be a miscompilation. At any rate, this patch *does* fix the tests. Prior to 5.3.0, enums did not compare correctly anyway, so this does not have a very high impact. Fixes: #955 | |||||
2023-01-30 | user/{mozilla}: Fix double format on pmmx | A. Wilcox | 4 | -2/+38 | |
This fixes the definition of the double format on our pmmx builds in the vendored copy of fdlibm. Fixes: #958 | |||||
2023-01-15 | user/netqmail: support STARTTLS, manage conflict with ssmtp | Laurent Bercot | 6 | -102/+80 | |
2023-01-15 | user/smtpd-starttls-proxy: new package | Laurent Bercot | 1 | -0/+31 | |
2023-01-15 | user/bcnm: upgrade to 0.0.1.6 | Laurent Bercot | 1 | -4/+4 | |
2023-01-15 | user/s6-networking: upgrade to 2.5.1.2 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | user/s6-dns: upgrade to 2.3.5.5 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | user/s6-linux-utils: upgrade to 2.6.0.1 | Laurent Bercot | 1 | -3/+3 | |
2023-01-15 | user/s6-portable-utils: upgrade to 2.2.5.1 | Laurent Bercot | 1 | -3/+3 | |
2023-01-06 | user/grantlee: Use x87 math properly | A. Wilcox | 2 | -2/+47 | |
Reported upstream by SuSE maintainer, though the way this works does sort of bother me since this sort of code really shouldn't depend on precision if written properly.. Fixes: #954 | |||||
2023-01-04 | user/libpng: bump { 1.6.37 --> 1.6.39 }. fixes #957. | Zach van Rijn | 2 | -8/+12 | |
2023-01-04 | user/gitlab-runner: patch armv7 for multiple redefinition 'seek'. | Zach van Rijn | 2 | -3/+44 | |
the file: sys/unix/syscall_linux_arm.go seems to declare 'seek()' as a prototype, the implementation being: sys/unix/syscall_linux_gccgo_arm.go however it isn't immediately clear why the conflict occurs, unless it has to do with our Makefile patches, which CGO_ENABLED=1? fixes #956 | |||||
2023-01-02 | user/gambit-c: support s390/s390x. | Zach van Rijn | 2 | -1/+49 | |
Upstream: https://github.com/gambit/gambit/pull/809 | |||||
2023-01-02 | user/node: Fix time64 issue on pmmx | A. Wilcox | 2 | -2/+208 | |
This patch reverts Node MR 43714[1], which broke time64 on pmmx. [1]: https://github.com/nodejs/node/pull/43714 Fixes: #935 | |||||
2022-12-30 | user/grantlee: bump { 5.2.0 --> 5.3.1 }. | Zach van Rijn | 1 | -3/+3 | |
2022-12-30 | user/grantlee: update upstream URL. fixes #952. | Zach van Rijn | 1 | -1/+1 | |
Note that the checksums remain the same. Also removes a hard-coded version number. | |||||
2022-12-30 | user/imagemagick: bump { 7.1.0.52 --> 7.1.0.56 }. | Zach van Rijn | 1 | -2/+2 | |