aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/pllua: rename to postgresql-plluaJakub Jirutka2018-10-291-1/+3
| | | | | It's an extension for PostgreSQL, so it should be prefixed with postgresql-, the same as other extensions in aports.
* main/pllua: change upstream to pllua-ng and upgrade to 2.0Jakub Jirutka2018-10-293-254/+13
| | | | | The original project is not compatible with PostgreSQL 11.0 and is not maintained anymore.
* main/pllua: fix incorrect licenseJakub Jirutka2018-10-291-1/+1
|
* main/postgresql: upgrade to 11.0Jakub Jirutka2018-10-292-8/+7
|
* main/ipset: upgrade to 7.0Kaarle Ritvanen2018-10-282-15/+3
|
* main/libetpan: TLS server name indication supportopal hart2018-10-282-2/+334
| | | | | | Taken from <https://github.com/dinhviethoa/libetpan/pull/310>, part of a fix for <https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4103>
* main/one-context: upgrade to 0.5.5Jakub Jirutka2018-10-281-3/+3
|
* main/py-jinja2: add check(), fix dependency and modernizeAndy Postnikov2018-10-261-6/+12
|
* main/syslinux: intel-ucode simplifyHenrik Riomar2018-10-262-12/+7
|
* main/syslinux: Changed update-extlinux to detect intel-ucodeMarian Buschsieweke2018-10-262-3/+14
| | | | | | | | | | | | If `/boot/intel-ucode.img` is present, update-extlinux will add it as (first) INITRD. This way the microcode update in package non-free/intel-ucode will be automatically loaded, if installed. This package fixes, among other processor bugs, the hyper-threading bug in Intel Skylake and Kaby Lake processers currently in the news [1]. More details here [2] and here [3]. [1] https://lists.debian.org/debian-devel/2017/06/msg00308.html [2] https://wiki.archlinux.org/index.php/Microcode#Syslinux [3] https://wiki.gentoo.org/wiki/Intel_microcode
* main/gsm: upgrade to 1.0.18Pedro Filipe2018-10-261-6/+8
|
* main/dnsmasq: fix typoLeonardo Arena2018-10-262-3/+3
|
* main/dnssec-root: depend on libressl instead of opensslSören Tempel2018-10-251-1/+1
| | | | | | The package simply needs the openssl binary which is also provided by the libressl package and currently libressl is still our default openssl implementation.
* main/dnssec-root: make build reproducibleSören Tempel2018-10-251-1/+1
| | | | | | | The same key is not always written to the same file. Since we simply concatenate it we might end up with different trusted keys files. Sort the file using the key string to make the build reproducible.
* main/dmidecode: upgrade to 3.2Henrik Riomar2018-10-251-2/+2
|
* main/apache2: upgrade to 2.4.37Andy Postnikov2018-10-252-79/+2
|
* main/apache2: security upgrade to 2.4.35 (CVE-2018-11763)Andy Postnikov2018-10-251-2/+4
| | | | fixes #9577
* main/tiff: split out libtiffxx to a subpackageNatanael Copa2018-10-251-2/+9
| | | | this avoids to pull in libstdc++ if not needed.
* main/tiff: enable c++ supportAlex Raschi2018-10-251-3/+2
| | | | * needed for nomacs 3.12
* main/checkbashisms: upgrade to 2.18.6Henrik Riomar2018-10-251-2/+2
|
* main/libxml2: backport security fixesNatanael Copa2018-10-244-8/+157
| | | | | | | | - CVE-2018-9251 - CVE-2018-14404 - CVE-2018-14567 fixes #9564
* main/alsa-utils: upgrade to 1.1.7Francesco Colista2018-10-241-3/+3
|
* main/alsa-lib: upgrade to 1.1.7Francesco Colista2018-10-241-2/+2
|
* main/ruby: upgrade to 2.5.3Natanael Copa2018-10-231-2/+2
|
* main/openssh: upgrade to 7.9p1J0WI2018-10-231-3/+3
|
* main/py-jinja2: modernize, fix build time depsNatanael Copa2018-10-231-9/+10
| | | | | we need have the runtime deps of subpackages in makedepends so builder can figure out the build order.
* main/py-markupsafe: add check() and modernizeAndy Postnikov2018-10-231-4/+10
|
* main/libx11: upgrade to 1.6.7Natanael Copa2018-10-231-2/+2
|
* main/tzdata: upgrade to 2018fNatanael Copa2018-10-231-3/+3
|
* main/linux-rpi: upgrade to 4.14.78Natanael Copa2018-10-231-5/+5
|
* main/zfs-vanilla: rebuild against kernel 4.14.78-r0Natanael Copa2018-10-231-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.78-r0Natanael Copa2018-10-231-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.78-r0Natanael Copa2018-10-231-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.78-r0Natanael Copa2018-10-231-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.78-r0Natanael Copa2018-10-231-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.78-r0Natanael Copa2018-10-231-1/+1
|
* main/linux-vanilla: upgrade to 4.14.78Natanael Copa2018-10-232-40/+3
|
* main/linux-vanilla: armhf: update configAndy Postnikov2018-10-222-2/+3
|
* main/dnssec-root: upgrade to 20170203Sören Tempel2018-10-192-92/+14
| | | | | | | | | | | | | | This includes the new root trust anchor. I consider this superior to the solution provided in [1] as it uses a python tool recommended by the iana [2] for fetching the root trust anchors. This tool also takes care of verifying their accuracy by checking the S/MIME signature. See also #9552. [1]: https://github.com/alpinelinux/aports/pull/5400 [2]: https://github.com/iana-org/get-trust-anchor
* main/chrony: upgrade to 3.4Sören Tempel2018-10-192-3/+29
|
* main/zfs-vanilla: rebuild against kernel 4.14.77-r0Natanael Copa2018-10-191-2/+2
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.77-r0Natanael Copa2018-10-191-2/+2
|
* main/spl-vanilla: rebuild against kernel 4.14.77-r0Natanael Copa2018-10-191-4/+4
|
* main/drbd9-vanilla: rebuild against kernel 4.14.77-r0Natanael Copa2018-10-191-2/+2
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.77-r0Natanael Copa2018-10-191-2/+2
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.77-r0Natanael Copa2018-10-191-2/+2
|
* 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
|