aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: upgrade to 4.14.77Natanael Copa2018-10-191-3/+3
|
* main/python3: skip minor test failure on ppc64leMike Sullivan2018-10-181-1/+6
|
* main/libssh: security upgrade 0.7.6 - CVE-2018-10933Marvin Steadfast2018-10-181-4/+4
|
* main/ruby: upgrade to 2.5.2Jakub Jirutka2018-10-182-41/+14
|
* main/zfs-vanilla: rebuild against kernel 4.14.76-r1Natanael Copa2018-10-171-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.76-r1Natanael Copa2018-10-171-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.76-r1Natanael Copa2018-10-171-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.76-r1Natanael Copa2018-10-171-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.76-r1Natanael Copa2018-10-171-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.76-r1Natanael Copa2018-10-171-1/+1
|
* main/linux-vanilla: fix apple keyboardNatanael Copa2018-10-172-1/+38
|
* main/python3: make xattr functions work (from adelie)William Pitcock2018-10-162-1/+18
|
* main/boost: fix armv7 buildTimo Teräs2018-10-161-1/+1
|
* main/libxshmfence: upgrade to 1.3Sören Tempel2018-10-161-6/+4
|
* main/ghostscript: security upgrade 9.25 - CVE-2018-16802Andy Postnikov2018-10-151-2/+4
|
* main/libxshmfence: fix build failureSören Tempel2018-10-151-2/+2
| | | | | | | | | | The `-D_GNU_SOURCE` is needed for the memfd_create function prototype in `sys/memfd.h`. Without this change the build fails with the following error message: xshmfence_alloc.c:73:7: error: implicit declaration of function 'memfd_create' fd = memfd_create("xshmfence", MFD_CLOEXEC|MFD_ALLOW_SEALING); ^~~~~~~~~~~~
* main/tinc: security upgrade to 1.0.35prspkt2018-10-151-2/+8
|
* main/re2c: upgrade to 1.1.1Andy Postnikov2018-10-151-2/+2
|
* main/pkgconf: upgrade to 1.5.4William Pitcock2018-10-151-2/+2
|
* main/rsyslog: upgrade to 8.37.0Andy Postnikov2018-10-151-2/+2
|
* main/xf86-input-libinput: upgrade to 0.28.1prspkt2018-10-151-3/+3
|
* main/linux-rpi: upgrade to 4.14.76Natanael Copa2018-10-151-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.14.76-r0Natanael Copa2018-10-151-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.76-r0Natanael Copa2018-10-151-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.76-r0Natanael Copa2018-10-151-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.76-r0Natanael Copa2018-10-151-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.76-r0Natanael Copa2018-10-151-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.76-r0Natanael Copa2018-10-151-1/+1
|
* main/linux-vanilla: upgrade to 4.14.76Natanael Copa2018-10-152-73/+2
|
* main/monkeysphere: move to 'community'Tiago Ilieve2018-10-151-21/+0
|
* main/zip: fix $source indentionSören Tempel2018-10-151-3/+3
|
* main/zip: fetch tarballs from sourceforgeSören Tempel2018-10-151-3/+4
| | | | | | | | | | | The info-zip ftp servers seems unreliable. Fetching the tarballs from sourceforge has the additional advantages that they support HTTPS. Other distributions such as Arch Linux also fetch the tarball from source forge. Does not include a pkgrel bump since the source files and therefore the resulting binaries should be identical.
* main/zip: fix location for manpagesAin2018-10-151-2/+2
|
* main/chrony: add FAST_STARTUP option to OpenRC servicesSören Tempel2018-10-153-4/+15
| | | | | | | | | | chronyd takes quite some time to perform a double fork to deamonize, thereby blocking OpenRC. This is probably the case because it blocks until time is synchronized. When enabled the FAST_STARTUP option performs the double fork through start-stop-daemon(1) thereby significantly reducing the startup of the chronyd service.
* main/cmake: upgrade to 3.12.3Andy Postnikov2018-10-141-3/+3
|
* main/haveged: clarify licenseSören Tempel2018-10-141-2/+2
| | | | | The source tarball contains a GPL-3.0 license, the source files contain a GPL-3.0 header with an or-later-clause.
* main/haveged: upgrade to 1.9.4J0WI2018-10-142-5/+5
|
* main/ansible: upgrade to 2.7.0prspkt2018-10-141-2/+2
|
* main/varnish: upgrade to 6.1.0J0WI2018-10-141-4/+4
|
* main/highlight: upgrade to 3.46prspkt2018-10-141-4/+4
|
* main/gnutls: upgrade to 3.6.4J0WI2018-10-141-3/+3
| | | | Fixes #9508
* main/ruby: fix sourceSören Tempel2018-10-131-2/+2
| | | | | | | | | The source tarball is no longer available under the previous URL. This is the URL now linked from the ruby website. Not rebuilding since the contents of the source tarball should be identical. The checksum changed, but that's only because the compression algorithm changed.
* main/libasr: build fix for gcc8Sören Tempel2018-10-131-0/+2
| | | | | | Just a dirty hotfix. A proper fix is provided in https://github.com/OpenSMTPD/libasr/pull/18
* main/linux-headers: fix little_endian.hNatanael Copa2018-10-122-1/+15
| | | | | | little_endian.h uses __always_inline which is defined in stddef.h should fix build of linux-tools
* main/linux-headers: upgrade to 4.18.13Natanael Copa2018-10-121-4/+4
|
* main/abuild: backport symlink handling fix for abuild-rmtempSören Tempel2018-10-112-3/+39
|
* main/gpgme: upgrade to 1.12.0Sören Tempel2018-10-112-15/+3
|
* main/unbound: upgrade to 1.8.1Sören Tempel2018-10-111-2/+2
|
* main/perl-image-exiftool: upgrade to 11.13Sören Tempel2018-10-111-2/+2
|
* main/ldns: Fix CVE-2017-1000231 and CVE-2017-1000232Sören Tempel2018-10-113-3/+63
|