Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/texinfo: fix license, mark no tests | A. Wilcox | 2018-03-01 | 1 | -6/+6 |
| | |||||
* | main/sharutils: new aport | A. Wilcox | 2018-03-01 | 1 | -0/+40 |
| | |||||
* | main/gconf: fix depends_dev | William Pitcock | 2018-02-28 | 1 | -3/+3 |
| | |||||
* | main/nftables: upgrade to 0.8.2, clarify license | dai9ah | 2018-02-28 | 1 | -4/+4 |
| | |||||
* | main/wpa_supplicant: refactor wpa_cli.sh | Sören Tempel | 2018-02-28 | 2 | -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_cli | Sören Tempel | 2018-02-28 | 3 | -0/+21 |
| | |||||
* | main/wpa_supplicant: split OpenRC scripts | Sören Tempel | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | main/libevent: build static libs | Jakub Jirutka | 2018-02-28 | 1 | -3/+2 |
| | |||||
* | main/libevent: modernize abuild and clarify license | Jakub Jirutka | 2018-02-28 | 1 | -18/+7 |
| | |||||
* | main/gc: fix code-style | Jakub Jirutka | 2018-02-28 | 1 | -11/+13 |
| | |||||
* | main/gc: build static libs | Jakub Jirutka | 2018-02-28 | 1 | -4/+2 |
| | |||||
* | main/alpine-conf: keymaps OpenRC service has been renamed | Sören Tempel | 2018-02-28 | 2 | -2/+51 |
| | |||||
* | main/openrc: move loadkmap service to busybox-initscripts | Sören Tempel | 2018-02-28 | 5 | -22/+49 |
| | |||||
* | main/openrc: make keymaps a virtual service | Sören Tempel | 2018-02-28 | 2 | -2/+8 |
| | |||||
* | main/kbd: add -openrc subpackage | Sören Tempel | 2018-02-28 | 3 | -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 Pitcock | 2018-02-28 | 1 | -0/+2 |
| | |||||
* | main/patch: update secinfo | Leonardo Arena | 2018-02-28 | 1 | -1/+0 |
| | | | | CVE-2016-10713 is already fixed | ||||
* | main/patch: security fix (CVE-2018-6951) | Leonardo Arena | 2018-02-28 | 2 | -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.27 | Leonardo Arena | 2018-02-28 | 2 | -28/+17 |
| | | | | | | CVE-2018-1000024, CVE-2018-1000027 Fixes #8550 | ||||
* | main/libseccomp: fix depends for -dev | Natanael Copa | 2018-02-28 | 1 | -2/+3 |
| | | | | | | libseccomp-dev needs linux-headers ref #8597 | ||||
* | main/ckbcomp: ugprade to 1.178 | Francesco Colista | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | main/awstats: upgrade to 7.7 | Francesco Colista | 2018-02-28 | 1 | -9/+4 |
| | |||||
* | main/perl-cpanel-json-xs: upgrade to 4.02 | Francesco Colista | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | main: rebuild against icu-60.2 | William Pitcock | 2018-02-27 | 4 | -4/+4 |
| | |||||
* | main/icu: upgrade to 60.2 | Andy Postnikov | 2018-02-27 | 2 | -16/+3 |
| | |||||
* | main/grep: move binaries to /bin, fix license | A. Wilcox | 2018-02-27 | 1 | -2/+3 |
| | |||||
* | main/py-pynacl: depend on py-cffi and py-six | z38 | 2018-02-27 | 1 | -2/+6 |
| | |||||
* | main/gcc: fix c89/c99 wrappers | Daniel Sabogal | 2018-02-27 | 1 | -4/+4 |
| | | | | | Prevent variables in the here-document from being expanded. Keep indentation and use $() for consistency. | ||||
* | main/curses: use abuild strip only | Daniel Sabogal | 2018-02-27 | 1 | -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 bearssl | Laurent Bercot | 2018-02-27 | 1 | -3/+3 |
| | |||||
* | main/bearssl: new APKBUILD (bearssl-0.5) | Laurent Bercot | 2018-02-27 | 2 | -0/+53 |
| | |||||
* | main/fluxbox: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/openbox: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/conky: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/feh: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/scrot: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/giblib: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/lua-imlib2: rebuild against new imlib2 | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/imlib2: upgrade to 1.5.0, fix license | dai9ah | 2018-02-27 | 1 | -11/+9 |
| | |||||
* | main/xen: add basic xen-pci rc script | William Johansson | 2018-02-27 | 3 | -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 bootloader | Tuan M. Hoang | 2018-02-27 | 2 | -2/+35 |
| | |||||
* | main/alpine-baselayout: need /dev/console on s390x | Tuan M. Hoang | 2018-02-27 | 1 | -0/+4 |
| | | | | for some reasons tty are not recognized at the moment | ||||
* | main/cups-filters: rebuild against libqpdf soname bump | William Pitcock | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | main/qpdf: upgrade to 8.0.0 | dai9ah | 2018-02-27 | 1 | -2/+2 |
| | |||||
* | main/nano: upgrade to 2.9.3, clarify license | dai9ah | 2018-02-27 | 1 | -5/+5 |
| | |||||
* | main/fish: upgrade to 2.7.1 | dai9ah | 2018-02-27 | 1 | -4/+4 |
| | |||||
* | main/s390-tools: new aport | Tuan M. Hoang | 2018-02-27 | 19 | -0/+1254 |
| | | | | | This package includes bootloader for s390x, thus needs to be in main | ||||
* | main/feh: upgrade to 2.24 | dai9ah | 2018-02-27 | 1 | -4/+3 |
| | |||||
* | main/curl: enable nghttp2 | Natanael Copa | 2018-02-27 | 1 | -2/+3 |
| | | | | fixes #4520 | ||||
* | main/curl: re-enable ssh support | Natanael Copa | 2018-02-27 | 1 | -1/+2 |
| | | | | | | This was unintentionally disabled with the 7.58 upgrade. fixes #8578 |