aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/texinfo: fix license, mark no testsA. Wilcox2018-03-011-6/+6
|
* main/sharutils: new aportA. Wilcox2018-03-011-0/+40
|
* main/gconf: fix depends_devWilliam Pitcock2018-02-281-3/+3
|
* main/nftables: upgrade to 0.8.2, clarify licensedai9ah2018-02-281-4/+4
|
* main/wpa_supplicant: refactor wpa_cli.shSören Tempel2018-02-282-16/+23
| | | | | | | | | | | | | | | | udhcpc doesn't have link beat detection and the purposes of this script is making udhcpc acquire a new lease when connecting to an access point. The previous version of this script achieved that goal by running ifdown/ifup which is pretty ugly and never worked properly (at least with my setup). A better solution for acquiring a DHCP lease when connecting to a new AP is sending a SIGUSR1 signal to the udhcpc running on the affected interfaces, this solution is implemented in this commit. Together with the wpa_cli OpenRC service added in the previous commit this makes using udhcpc on laptops very convenient. See also: cc8f61f6330f49f1e2522e6fbed88e84e47190c3
* main/wpa_supplicant: add OpenRC runscript for wpa_cliSören Tempel2018-02-283-0/+21
|
* main/wpa_supplicant: split OpenRC scriptsSören Tempel2018-02-281-2/+2
|
* main/libevent: build static libsJakub Jirutka2018-02-281-3/+2
|
* main/libevent: modernize abuild and clarify licenseJakub Jirutka2018-02-281-18/+7
|
* main/gc: fix code-styleJakub Jirutka2018-02-281-11/+13
|
* main/gc: build static libsJakub Jirutka2018-02-281-4/+2
|
* main/alpine-conf: keymaps OpenRC service has been renamedSören Tempel2018-02-282-2/+51
|
* main/openrc: move loadkmap service to busybox-initscriptsSören Tempel2018-02-285-22/+49
|
* main/openrc: make keymaps a virtual serviceSören Tempel2018-02-282-2/+8
|
* main/kbd: add -openrc subpackageSören Tempel2018-02-283-2/+109
| | | | | OpenRC run scripts have been copied from the OpenRC source and contain only minimal modifications.
* main/grep: disable testsuite as builders lock up on it (wtf?)William Pitcock2018-02-281-0/+2
|
* main/patch: update secinfoLeonardo Arena2018-02-281-1/+0
| | | | CVE-2016-10713 is already fixed
* main/patch: security fix (CVE-2018-6951)Leonardo Arena2018-02-282-3/+40
| | | | | | | Partially fixes #8563 Patch for CVE-2018-6952 not yet available: https://savannah.gnu.org/bugs/index.php?53133
* main/squid: security upgrade to 3.5.27Leonardo Arena2018-02-282-28/+17
| | | | | | CVE-2018-1000024, CVE-2018-1000027 Fixes #8550
* main/libseccomp: fix depends for -devNatanael Copa2018-02-281-2/+3
| | | | | | libseccomp-dev needs linux-headers ref #8597
* main/ckbcomp: ugprade to 1.178Francesco Colista2018-02-281-2/+2
|
* main/awstats: upgrade to 7.7Francesco Colista2018-02-281-9/+4
|
* main/perl-cpanel-json-xs: upgrade to 4.02Francesco Colista2018-02-281-2/+2
|
* main: rebuild against icu-60.2William Pitcock2018-02-274-4/+4
|
* main/icu: upgrade to 60.2Andy Postnikov2018-02-272-16/+3
|
* main/grep: move binaries to /bin, fix licenseA. Wilcox2018-02-271-2/+3
|
* main/py-pynacl: depend on py-cffi and py-sixz382018-02-271-2/+6
|
* main/gcc: fix c89/c99 wrappersDaniel Sabogal2018-02-271-4/+4
| | | | | Prevent variables in the here-document from being expanded. Keep indentation and use $() for consistency.
* main/curses: use abuild strip onlyDaniel Sabogal2018-02-271-1/+2
| | | | | | | | Fails to cross-compile: strip: Unable to recognise the format of the input file `[...]/aports/main/ncurses/pkg/ncurses/usr/bin/tic' install: strip: No such file or directory make[1]: *** [Makefile:201: install.progs] Error 1
* main/s6-networking: change dependency from libressl to bearsslLaurent Bercot2018-02-271-3/+3
|
* main/bearssl: new APKBUILD (bearssl-0.5)Laurent Bercot2018-02-272-0/+53
|
* main/fluxbox: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/openbox: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/conky: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/feh: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/scrot: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/giblib: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/lua-imlib2: rebuild against new imlib2William Pitcock2018-02-271-1/+1
|
* main/imlib2: upgrade to 1.5.0, fix licensedai9ah2018-02-271-11/+9
|
* main/xen: add basic xen-pci rc scriptWilliam Johansson2018-02-273-2/+48
| | | | | | Adds a basic xen-pci release OpenRC script that will run before xendomains and release PCI devices from dom0, so they can be pci "passthroughed" to e.g. network or storage domain domUs.
* main/alpine-conf: add s390x bootloaderTuan M. Hoang2018-02-272-2/+35
|
* main/alpine-baselayout: need /dev/console on s390xTuan M. Hoang2018-02-271-0/+4
| | | | for some reasons tty are not recognized at the moment
* main/cups-filters: rebuild against libqpdf soname bumpWilliam Pitcock2018-02-271-1/+1
|
* main/qpdf: upgrade to 8.0.0dai9ah2018-02-271-2/+2
|
* main/nano: upgrade to 2.9.3, clarify licensedai9ah2018-02-271-5/+5
|
* main/fish: upgrade to 2.7.1dai9ah2018-02-271-4/+4
|
* main/s390-tools: new aportTuan M. Hoang2018-02-2719-0/+1254
| | | | | This package includes bootloader for s390x, thus needs to be in main
* main/feh: upgrade to 2.24dai9ah2018-02-271-4/+3
|
* main/curl: enable nghttp2Natanael Copa2018-02-271-2/+3
| | | | fixes #4520
* main/curl: re-enable ssh supportNatanael Copa2018-02-271-1/+2
| | | | | | This was unintentionally disabled with the 7.58 upgrade. fixes #8578