aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-vanilla: add support for beagle bone blackVicente Bergas2019-08-262-20/+49
|
* main/linux-vanilla: add SOC_AM33XXVicente Bergas2019-08-262-12/+122
|
* main/linux-vanilla: add iio moduleVicente Bergas2019-08-262-3/+426
|
* main/linux-vanilla: enable CONFIG_BLK_DEV_THROTTLINGNatanael Copa2019-08-2610-26/+32
| | | | | | This is needed for lxc-top to show I/O serviced reporting. fixes #10754
* main/linux-rpi: upgrade to 4.19.68Natanael Copa2019-08-261-3/+3
|
* main/perl-test-simple: upgrade to 1.302167Francesco Colista2019-08-241-2/+2
|
* main/perl-error: upgrade to 0.17028Leo2019-08-241-8/+7
|
* main/{busybox,linux-firmware}: update my e-mail addressOliver Smith2019-08-242-2/+2
| | | Closes GH-10407
* main/perl-io-async: fix URL&LicenseRasmus Thomsen2019-08-231-9/+8
| | | | | * modernize * run tests in check()
* main/bluez: package btmgmt toolmarmota2019-08-231-2/+7
| | | | fixes #10036
* main/bind: add previous ISC signing keytcely2019-08-231-2/+6
| | | | | | | | | | | | | Without this TOFU unknown entry, a release signed with the older key prompts for a trust decision. Avoiding the prompt is desirable. Also, format GPG details so they are easier to check manually. Used: $ gpg --verify bind-*.asc bind-*.tar.gz $ awk \ '/gpgfingerprints=/,/(^|[^=])["'\'']$/ {print;}' \ APKBUILD
* main/czmq: upgrade to 4.2.0J0WI2019-08-231-7/+3
|
* main/py3-pycountry: move from testingprspkt2019-08-231-0/+32
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/py-country: removeprspkt2019-08-231-45/+0
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/ltrace: modernizeJ0WI2019-08-231-6/+4
|
* main/py-lxml: fix license and urlLeo2019-08-231-3/+3
|
* main/busybox-initscripts: update rpi bluetooth commandJoonas Kuorilehto2019-08-232-6/+6
| | | | | The command hciattach is deprecated in bluez. Replace the command with btattach.
* main/openrc: upgrade to 0.42.1Leo2019-08-232-37/+3
|
* main/harfbuzz: upgrade to 2.6.1Leo2019-08-231-2/+2
|
* main/ncurses: upgrade to 6.1-20190817Colin Williams (coliwill)2019-08-231-2/+2
|
* main/mercurial: upgrade to 5.1Leo2019-08-231-11/+10
|
* main/xfsprogs: upgrade to 5.2.1prspkt2019-08-231-2/+2
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/mkinitfs: add af_packet to dhcp featureNatanael Copa2019-08-232-2/+27
| | | | fixes #10750
* main/speedtest-cli: upgrade to 2.1.2Francesco Colista2019-08-231-3/+3
|
* main/tzdata: upgrade to 2019bAndy Postnikov2019-08-231-4/+4
|
* main/su-exec: modernizeJ0WI2019-08-231-23/+4
|
* main/zlib: modernizeJ0WI2019-08-231-8/+2
|
* main/unifont: upgrade to 12.1.03J0WI2019-08-231-2/+2
|
* main/cmph: upgrade to 2.0.2Leo2019-08-231-12/+4
|
* main/cgdb: upgrade to 0.7.1Leo2019-08-231-9/+7
|
* main/byacc: upgrade to 20190617Leo2019-08-231-3/+2
|
* main/avfs: upgrade to 1.1.1Leo2019-08-231-2/+2
|
* main/lttng-ust: upgrade to 2.10.4Leo2019-08-232-112/+4
|
* main/multipath-tools: bump pkgrelLuca Weiss2019-08-231-1/+1
| | | | Rebuild against userspace-rcu 0.11.1
* main/vala: upgrade to 0.44.7Leo2019-08-231-2/+3
|
* main/unbound: install unbound-event.hLeo2019-08-231-1/+2
| | | | Required for packages that use unbound-event API
* main/gnutls: upgrade to 3.6.9Leo2019-08-231-4/+10
|
* main/librsync: clarify license, run test suiteprspkt2019-08-231-1/+11
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/librsync: upgrade to 2.1.0prspkt2019-08-231-3/+3
| | | | Signed-off-by: prspkt <prspkt@protonmail.com>
* main/haproxy: upgrade to 2.0.5Milan P. Stanić2019-08-231-2/+2
| | | | upstream bugfix release
* main/flite: fix underlinkingNatanael Copa2019-08-222-3/+95
| | | | backport fix(es) for the underlinking issues in the internal libraries.
* main/mt-st: upgrade to 1.3Leo2019-08-222-45/+14
|
* main/lsof: upgrade to 4.93.2Leo2019-08-221-13/+7
|
* main/ivykis: upgrade to 0.42.4Leo2019-08-221-5/+10
|
* main/hwdata: upgrade to 0.326Leo2019-08-221-3/+2
|
* main/ack: upgrade to 3.0.3Leo2019-08-221-3/+3
|
* main/atkmm: upgrade to 2.28.0Leo2019-08-221-17/+10
|
* main/xcalib: upgrade to 0.10Leo2019-08-221-30/+13
|
* main/xrdp: upgrade to 0.9.11Leo2019-08-221-3/+3
|
* main/linux-vanilla: avoid pulling in all firmware during buildNatanael Copa2019-08-221-1/+1
| | | | | | | | | | | We need to have linux-firmware in makedepends because the runtime dependency is addedin package() function, and we need to make sure that build order resolver gets that it needs to build linux-firmware before the linux-vanilla. Make it possible for build servers and lxc containers etc to manually install linux-firmware-none to avoid pull in all linux firmware dependencies during build.