aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/imagemagick6: upgrade to 6.9.10.60Jakub Jirutka2019-08-141-2/+2
|
* community/ruby-nokogiri: security upgrade to 1.10.4Jakub Jirutka2019-08-141-3/+7
| | | | Fixes CVE-2019-5477
* community/wireguard-vanilla: rebuild against kernel 4.19.66-r0Natanael Copa2019-08-141-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.66-r0Natanael Copa2019-08-141-1/+1
|
* community/wireguard-rpi: rebuild against kernel 4.19.66-r0Natanael Copa2019-08-141-1/+1
|
* community/openjdk8: add missing nss dependency to -jre-baseJakub Jirutka2019-08-121-2/+2
| | | | See #10126 and a0a5ffcea690a74b6f8c240d811be43542af60a6
* community/exempi: security upgrade to 2.5.1Rasmus Thomsen2019-08-101-3/+7
| | | | This fixes CVE-2018-12648
* community/libreoffice: security upgrade to 6.2.5.2J0WI2019-08-081-4/+9
| | | | | | | | CVE-2019-9848, CVE-2019-9849 Fixes #10684 Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* community/sox: fix secfixes commentNatanael Copa2019-08-071-1/+1
|
* community/vault: security upgrade to 1.1.1Matthias Neugebauer2019-08-051-2/+6
|
* community/php7: security upgrade 7.3.8 - CVE-2019-11041 - CVE-2019-11041Andy Postnikov2019-08-051-2/+5
|
* community/pdns: add missing schema filetcely2019-08-032-0/+33
|
* community/pdns: security upgrade to 4.1.11Leo2019-08-022-4/+17
|
* community/esh: upgrade to 0.3.0Jakub Jirutka2019-07-311-2/+2
|
* community/zabbix: upgrade to 4.2.5Leonardo Arena2019-07-311-2/+2
|
* community/wireshark: security upgrade to 3.0.3Leo2019-07-301-3/+7
| | | | ref #10700
* community/vlc: fix CVE-2019-13602Leo2019-07-292-2/+46
| | | | ref #10698
* community/exim: security upgrade to 4.92.1Leo2019-07-291-5/+4
| | | | ref #10694
* community/imagemagick6: security upgrade to 6.9.10.55J0WI2019-07-241-2/+28
|
* community/imagemagick6: security upgrade to 6.9.10-53J0WI2019-07-241-4/+4
|
* community/firefox-esr: security upgrade to 60.8.0J0WI2019-07-241-2/+13
| | | | | | | | | | | | | - CVE-2019-9811 - CVE-2019-11709 - CVE-2019-11711 - CVE-2019-11712 - CVE-2019-11713 - CVE-2019-11715 - CVE-2019-11717 - CVE-2019-11719 - CVE-2019-11729 - CVE-2019-11730
* community/sox: backport a few CVEsLeo2019-07-2411-27/+457
| | | | | | Thanks to Arch Linux for doing most of the hard work Fixes #10523
* testing/py3-texttable: move to communityCarlo Landmeter2019-07-231-0/+29
| | | | due to docker-compose
* testing/py3-pysocks: move to communityCarlo Landmeter2019-07-231-0/+30
| | | | due to docker-compose
* testing/py3-dockerpty: move to communityCarlo Landmeter2019-07-231-0/+30
| | | | due to docker-compose
* testing/py3-cached-property: move to communityCarlo Landmeter2019-07-231-0/+29
| | | | due to docker-compose
* community/docker-compose: update checksumsCarlo Landmeter2019-07-231-1/+1
|
* testing/docker-compose: move to communityCarlo Landmeter2019-07-231-0/+89
|
* community/libosinfo: fix CVE-2019-13313Leo2019-07-222-4/+211
|
* community/gvfs: security upgrade to 1.40.2Leo2019-07-221-2/+9
|
* community/openexr: fix CVE-2018-18444Leo2019-07-212-3/+33
| | | | Fixes https://gitlab.alpinelinux.org/alpine/aports/issues/10394
* community/libraw: add missing CVEs to secfixes commentLeo2019-07-211-0/+3
|
* community/docker: upgrade to 18.09.8Jake Buchholz2019-07-201-5/+8
| | | | | | | https://github.com/docker/docker-ce/releases/tag/v18.09.8 * Fix CVE-2019-13509 in DebugRequestMiddleware: unconditionally scrub data field. Also, compile docker engine with seccomp.
* community/webkit2gtk: enable on x86Natanael Copa2019-07-171-1/+4
| | | | | Enable x86 and work around out of meomory error by disable _FORTIFY_SOURCE.
* community/webkit2gtk: upgrade to 2.24.3 and enable on armNatanael Copa2019-07-172-46/+16
| | | | | | | - build with MinSizeRel and -g1 to reduce memory usage during compile - simplify cmake opts. default seems to do the right thing nowdays - use nijna - remove patch that apparetnly is not needed anymore
* community/webkit2gtk: upgrade to 2.24.2Rasmus Thomsen2019-07-175-46/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable armv7/armhf, due to using a 32-bit kernel these arches can't allocate enough memory during compilation for the massive compilation units webkit2gtk does. We'll have to wait for 2.26.x to allow compilation without unified sources to upgrade these arches. * Disable GTK_DOC, which fails to build * Disable system malloc on some arches. There were typos in the options anyway, so they haven't done anything anyway. System malloc is discouraged by upstream since bmalloc not only performs better it also has some security related advantages. fixes the following CVEs: * CVE-2019-6251 * CVE-2019-8506 * CVE-2019-8524 * CVE-2019-8535 * CVE-2019-8536 * CVE-2019-8544 * CVE-2019-8551 * CVE-2019-8558 * CVE-2019-8559 * CVE-2019-8563 * CVE-2019-11070 fixes #10599 Co-authored-by: TBK <tbk@jjtc.eu>
* community/zabbix: upgrade to 4.2.4Leonardo Arena2019-07-171-2/+2
|
* community/nextcloud: upgrade to 16.0.3Leonardo Arena2019-07-151-2/+2
|
* community/wireguard-rpi: rebuild against kernel 4.19.58-r0Natanael Copa2019-07-101-1/+1
|
* community/wireguard-vanilla: rebuild against kernel 4.19.58-r0Natanael Copa2019-07-101-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.58-r0Natanael Copa2019-07-101-1/+1
|
* community/evince: fix CVE-2019-11459Natanael Copa2019-07-083-21/+81
| | | | | | remove unused patch fixes #10623
* community/php7: upgrade to 7.3.7Andy Postnikov2019-07-081-3/+3
| | | | (cherry picked from commit 69cf5153388a8f006da7b816c7b2b9c31f6367e1)
* community/php7: add argon2 supportAndy Postnikov2019-07-081-1/+3
| | | | | | Closes #10649 (cherry picked from commit 43d556c0cb086ef5d94e22fc362c779cd2268042)
* community/wireguard-rpi: rebuild against kernel 4.19.57-r0Natanael Copa2019-07-081-1/+1
|
* community/wireguard-vanilla: rebuild against kernel 4.19.57-r0Natanael Copa2019-07-081-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.57-r0Natanael Copa2019-07-081-1/+1
|
* community/patchwork: security fix for CVE-2019-13122Francesco Colista2019-07-042-4/+100
|
* community/docker: update to 18.09.7Jake Buchholz2019-07-021-5/+9
| | | | | | Fix: CVE-2018-15664 symlink-exchange attack with directory traversal. More release details at https://github.com/docker/docker-ce/releases/tag/v18.09.7
* community/firefox-esr: security upgrade to 60.7.2 (CVE-2019-11708)J0WI2019-06-271-2/+4
| | | | fixes #10602