aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* skalibs-2.3.9.0-r0, s6-2.2.4.3-r0Laurent Bercot2016-01-192-9/+9
|
* main/lzo: Add -doc subpackage. Minor cleanups in APKBUILDValery Kartel2016-01-191-8/+5
|
* main/nftables: Updating init scriptBen Allen2016-01-192-48/+15
| | | | | | | - Tidy up panic function to a single inet (combined ip and ipv6) table. - Use policy drop for each chain in the panic function instead of a drop rule. This way a user could manually add in rules later allowing explicit access. - Instead of a clear function, include 'flush ruleset' in the output of the save function. This way loading the saved rulesets is fully atomic, instead of two commands. - Stop is the only function that needs to be able to flush ruleset, so run 'nft flush ruleset' directly, and remove the clear function.
* main/mc: various packaging improvementsValery Kartel2016-01-192-7/+43
| | | | | | | | | | - enable SFTP-vfs - add APKBUILD syntax highliting - non-english help and hints are moved to -lang - Serbian menu file /etc/mc/mc.menu.sr moved to -lang - mcedit macros examples are moved to -doc - README's from /usr/lib/mc moved to -doc - non-english man pages are removed.
* community/letsencrypt: update to 0.2.0Stuart Cardall2016-01-191-4/+4
|
* community/py-configargparse: update to 0.10.0Stuart Cardall2016-01-191-5/+5
|
* testing/libdwarf: update to 20160115David Huffman2016-01-191-8/+20
|
* main/clamav: add pcre support for new signatures uses PCREsJens Vehlhaber2016-01-192-10/+11
| | | | Signed-off-by: Jens Vehlhaber <jens@eisfair.org>
* main/supervisor: upgrade to the last supervisord version (3.2.0)Loïc Tosser2016-01-191-5/+5
|
* main/acf-alpine-conf: upgrade to 0.9.0Ted Trask2016-01-181-4/+4
|
* main/acf-provisioning: upgrade to 0.9.0Ted Trask2016-01-181-4/+4
|
* main/acf-provisioning: upgrade to 0.8.9Ted Trask2016-01-181-4/+4
|
* main/acf-weblog: upgrade to 0.11.0Ted Trask2016-01-181-4/+4
|
* main/acf-tinydns: upgrade to 0.11.0Ted Trask2016-01-181-4/+4
|
* main/acf-tcpproxy: upgrade to 0.6.0Ted Trask2016-01-181-4/+4
|
* main/acf-squid: upgrade to 0.11.0Ted Trask2016-01-181-4/+4
|
* main/acf-samba: upgrade to 0.10.0Ted Trask2016-01-181-4/+4
|
* main/acf-provisioning: upgrade to 0.8.8Ted Trask2016-01-181-4/+4
|
* main/acf-postgresql: upgrade to 0.11.0Ted Trask2016-01-181-4/+4
|
* main/acf-postfix: upgrade to 0.10.0Ted Trask2016-01-181-4/+4
|
* main/acf-openvpn: upgrade to 0.11.1Ted Trask2016-01-181-4/+4
|
* main/acf-openssl: upgrade to 0.10.1Ted Trask2016-01-181-4/+4
|
* main/acf-lighttpd: upgrade to 0.6.0Ted Trask2016-01-181-4/+4
|
* main/acf-kamailio: upgrade to 0.10.0Ted Trask2016-01-181-4/+4
|
* main/acf-freeswitch: upgrade to 0.8.0Ted Trask2016-01-181-4/+4
|
* main/acf-freeradius3: upgrade to 0.3.0Ted Trask2016-01-181-4/+4
|
* main/acf-dhcp: upgrade to 0.9.0Ted Trask2016-01-181-4/+4
|
* main/acf-dansguardian: upgrade to 0.8.0Ted Trask2016-01-181-4/+4
|
* main/acf-clamav: upgrade to 0.8.0Ted Trask2016-01-181-4/+4
|
* main/acf-asterisk: upgrade to 0.7.0Ted Trask2016-01-181-4/+4
|
* main/acf-alpine-baselayout: upgrade to 0.13.0Ted Trask2016-01-181-4/+4
|
* main/acf-core: upgrade to 0.20.0Ted Trask2016-01-181-4/+4
|
* main/acf-lib: upgrade to 0.9.0Ted Trask2016-01-181-5/+23
|
* main/acf-provisioning: upgrade to 0.8.7Ted Trask2016-01-181-4/+4
|
* main/libpaper: drop bash dependencyIsaac Dunham2016-01-181-2/+4
| | | | | libpaper 1.1.24 switched paperconfig from bash to POSIX sh; the dependency was not removed from our packaging.
* testing/rethinkdb: upgrade to 2.2.3Carlo Landmeter2016-01-171-6/+7
|
* main/cups-filters: update to 1.6.0Isaac Dunham2016-01-162-8/+91
| | | | While here, drop bash dependency in favor of ash.
* main/unbound: fix checksumNatanael Copa2016-01-161-3/+3
|
* main/unbound: update root.hintsSören Tempel2016-01-162-5/+5
|
* testing/drbdmanage: version updateRoland Kammerer2016-01-162-24/+9
| | | | | This is mainly a version upgrade, that also drops a now unused patch I already merged upstream. Also add "dockbook-xsl" to decrease build time.
* main/drbd-utils: improved deps, dropped 8.3Roland Kammerer2016-01-161-4/+4
| | | | | | | | - Add docbook-xls as build dependency: This speeds up the build process dramatically. - dropped depends_dev to avoid build warning. - dropped drbd-8.3 support: Also speeds up building, and nobody cares about drbd-8.3 anymore. Linux mainline contains 8.4 for a long time.
* community/syncthing: upgrade to 0.12.13Sören Tempel2016-01-161-4/+4
|
* main/dhcp: security fix CVE-2015-8605Leonardo Arena2016-01-151-4/+4
|
* main/nodejs: fix crypto hash error handlingTimo Teräs2016-01-152-5/+23
| | | | | | | fixes #4999 Upstream regression. Cherry-pick fix from https://github.com/nodejs/node/issues/4221
* main/openssh: security upgrade to 7.1_p2 (CVE-2016-0777,CVE-2016-0778)Natanael Copa2016-01-142-9/+9
| | | | fixes #5014
* main/ca-certificates: improve run-parts executionNatanael Copa2016-01-142-7/+9
| | | | | Do not depend on PATH for run-parts, instead we try /usr/bin/run-parts and /bin/run-parts directly. Exit with error if it fails.
* community/openjdk8: fix cacertsNatanael Copa2016-01-141-2/+7
| | | | ref #4128
* community/java-cacerts: move from testingNatanael Copa2016-01-142-0/+0
|
* testing/java-cacerts: new aportNatanael Copa2016-01-142-0/+45
| | | | | Script to update java cacerts store http://git.alpinelinux.org/cgit/aports/community/java-cacerts
* main/ca-certificates: run c_rehash as a hook from update.dNatanael Copa2016-01-144-98/+41
| | | | | | | | instead of running c_rehash directly we run it as a hook from update.d. We also: - update the man-page to be more correct. - remove obsolete lua script