Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/libtirpc: build variant -nokrb without GSS-API/Kerberos | Jakub Jirutka | 2020-03-08 | 2 | -6/+143 | |
| | | | | | To avoid unnecessary dependency on krb5-libs in programs that use libtirpc, but don't use/need GSS-API/Kerberos. | |||||
* | main/nsd: enable ratelimit configure option | Milan P. Stanić | 2020-03-08 | 1 | -2/+4 | |
| | | | | | enable ratelimit configure option but set it to off by default and it can be enabled by admin if needed | |||||
* | various: bump pkgrel due to rewritten commits | Kevin Daudt | 2020-03-08 | 1 | -1/+1 | |
| | | | | | Due to an accidental force push, the commits for these packages were rewritten. Make sure they are rebuilt so that the commit hash matches what's in aports. | |||||
* | community/gjs: move from community | Rasmus Thomsen | 2020-03-08 | 1 | -37/+0 | |
| | ||||||
* | main/at-spi2-core: upgrade to 2.36.0 | Rasmus Thomsen | 2020-03-08 | 1 | -3/+3 | |
| | ||||||
* | main/unzip: disable LCHMOD | Kevin Daudt | 2020-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | lchmod is not available on linux, but it's enabled by default. This leads to warnings while unpacking when the zip file contains symlinks: > lchmod (file attributes) error: Not supported Add `-DNO_LCHMOD` to the buildflags to disable this function in order to to squelch this warning. Fixes #11221 | |||||
* | main/unzip: fix buildflags | Kevin Daudt | 2020-03-07 | 1 | -2/+2 | |
| | | | | | | | To pass our custom CFLAGS, they are passed to make through `LOCAL_ZIP`, but the correct variable is `LOCAL_UNZIP`. Let's fix that. | |||||
* | main/gobject-introspection: upgrade to 1.64.0 | Rasmus Thomsen | 2020-03-07 | 1 | -3/+3 | |
| | ||||||
* | main/curl: apply upstream revert | Kevin Daudt | 2020-03-07 | 2 | -3/+57 | |
| | | | | | | | Upstream has reverted a change that causes timeout with http2. This breaks tools like cargo and flatpak. Upstream issue: https://github.com/curl/curl/issues/5044 | |||||
* | main/mesa: upgrade to 20.0.1 | Leo | 2020-03-07 | 3 | -6/+42 | |
| | ||||||
* | main/spice-protocol: upgrade to 0.14.1 | Leo | 2020-03-07 | 1 | -9/+4 | |
| | ||||||
* | main/libical: upgrade to 3.0.8 | Leo | 2020-03-07 | 1 | -3/+3 | |
| | ||||||
* | main/sysstat: upgrade to 12.2.1 | Milan P. Stanić | 2020-03-07 | 1 | -3/+3 | |
| | | | | remove 'iA' prefix from pkgdesc | |||||
* | main/libseccomp: upgrade to 2.4.3 | Leo | 2020-03-07 | 2 | -45/+4 | |
| | ||||||
* | main/nss: upgrade to 3.51 | Leo | 2020-03-07 | 1 | -3/+3 | |
| | ||||||
* | main/vala: upgrade to 0.48.0 | Rasmus Thomsen | 2020-03-07 | 1 | -2/+2 | |
| | ||||||
* | main/hwids: upgrade to 20200306 | Leo | 2020-03-06 | 1 | -4/+2 | |
| | ||||||
* | main/ldb: upgrade to 2.1.1 | Leo | 2020-03-06 | 1 | -2/+20 | |
| | ||||||
* | main/coreutils: upgrade to 8.32 | Leo | 2020-03-06 | 2 | -9/+32 | |
| | ||||||
* | main/glib: upgrade to 2.64.0 | Rasmus Thomsen | 2020-03-06 | 2 | -17/+4 | |
| | ||||||
* | main/dovecot: upgrade to 2.3.10 | Leo | 2020-03-06 | 1 | -8/+3 | |
| | ||||||
* | main/vim: upgrade to 8.2.0357 | Sören Tempel | 2020-03-06 | 1 | -2/+2 | |
| | | | | | | As always with vim we can't really keep up with upstream releases, but it has been almost two months since the last upgrade, time for a new one. | |||||
* | main/sshfs: install additional documentation files | Sören Tempel | 2020-03-06 | 1 | -1/+2 | |
| | ||||||
* | main/sshfs: include man page by depending on rst2man | Sören Tempel | 2020-03-06 | 1 | -2/+2 | |
| | ||||||
* | main/acf-lib: upgrade to 0.11.0 | Ted Trask | 2020-03-06 | 1 | -2/+2 | |
| | ||||||
* | main/acf-alpine-baselayout: upgrade to 0.13.3 | Ted Trask | 2020-03-06 | 1 | -2/+2 | |
| | ||||||
* | main/acf-core: upgrade to 0.22.0 | Ted Trask | 2020-03-06 | 1 | -2/+2 | |
| | ||||||
* | main/ca-certificates: ditch python dep, symlink ca-certificates.crt | Natanael Copa | 2020-03-05 | 3 | -13/+921 | |
| | | | | | | | | | | | replace the python script with a perl+shell script to extract the certs. This helps us to avoid pull in python when bootstrapping. rename ca-certificates-cacert to ca-certificates-bundle, which is a better name for the precompiled bundle. We also ship a pregenerated ca-certificates.crt file and a /etc/ssl/cert.pem symlink. (fixes #10678) | |||||
* | main/py3-cparser: upgrade to 2.20 | Leo | 2020-03-05 | 1 | -6/+3 | |
| | ||||||
* | main/musl: backport fixes from 1.2.0 | Milan P. Stanić | 2020-03-05 | 7 | -1/+274 | |
| | | | | | | | | | wcwidth wrongly returned 0 for most of planes 4 and up missing case mapping between U+03F3 and U+037F wrong cacosh results for arguments with negative imaginary part wrong catanf/catanl results for various classes of arguments wrong return value for ungetc with argument outside [0,UCHAR_MAX] posix_openpt with no ptys available produced wrong errno | |||||
* | main/perl-date-format: upgrade to 2.32 | Leo | 2020-03-05 | 1 | -2/+2 | |
| | ||||||
* | main/perl-timedate: upgrade to 2.32 | Leo | 2020-03-05 | 1 | -2/+2 | |
| | ||||||
* | main/cmake: upgrade to 3.16.5 | Leo | 2020-03-04 | 1 | -2/+2 | |
| | ||||||
* | main/lua-socket: modernize | Leo | 2020-03-04 | 1 | -7/+3 | |
| | ||||||
* | main/py3-phonenumbers: upgrade to 8.11.5 | Leo | 2020-03-04 | 1 | -2/+2 | |
| | ||||||
* | main/dtc: upgrade to 1.6.0 | Leo | 2020-03-04 | 1 | -5/+2 | |
| | ||||||
* | rebuild against tinyxml2-8.0.0 | Leo | 2020-03-04 | 1 | -7/+9 | |
| | ||||||
* | main/tinyxml2: upgrade to 8.0.0 | Leo | 2020-03-04 | 1 | -6/+3 | |
| | ||||||
* | main/py3-werkzeug: upgrade to 0.16.1 | Rasmus Thomsen | 2020-03-04 | 1 | -5/+4 | |
| | ||||||
* | main/curl: upgrade to 7.69.0 | Leo | 2020-03-04 | 1 | -9/+9 | |
| | ||||||
* | unmaintained/glade3: move from main | TBK | 2020-03-04 | 1 | -36/+0 | |
| | ||||||
* | main/glade3: upgrade to 3.8.6 | TBK | 2020-03-04 | 1 | -11/+6 | |
| | ||||||
* | main/usb-modeswitch: add missing tcl dependency | Reid Rankin | 2020-03-04 | 1 | -2/+2 | |
| | | | | | | | The usb-modeswitch-udev subpackage comes with a tclsh script, usb_modeswitch_dispatcher, but missing a dependency on the 'tcl' package which provides tclsh. Without the dependency, modeswitch will not occur on udev events. | |||||
* | main/libvirt: upgrade to 6.1.0 | Francesco Colista | 2020-03-04 | 1 | -3/+3 | |
| | ||||||
* | main/neon: remove libressl patch | Leo | 2020-03-03 | 2 | -41/+5 | |
| | ||||||
* | main/opusfile: remove libressl patch | Leo | 2020-03-03 | 2 | -108/+3 | |
| | ||||||
* | main/*: add --buildtype=plain to meson packages which don't specify a buildtype | Rasmus Thomsen | 2020-03-03 | 10 | -21/+31 | |
| | ||||||
* | main/ncurses: upgrade to 6.2_p20200301 | Milan P. Stanić | 2020-03-03 | 1 | -2/+2 | |
| | | | | upstream bugfix release | |||||
* | main/py3-click: upgrade to 7.0 | Michał Polański | 2020-03-03 | 1 | -8/+11 | |
| | | | | | - add tests - update url | |||||
* | main/poppler: upgrade to 0.86.1 | TBK | 2020-03-03 | 1 | -9/+12 | |
| |