Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/sic: respect our CFLAGS | Sören Tempel | 2018-03-11 | 1 | -4/+7 | |
| | ||||||
* | main/sic: modernize APKBUILD | Sören Tempel | 2018-03-11 | 1 | -14/+5 | |
| | ||||||
* | main/radvd: split OpenRC scripts | Sören Tempel | 2018-03-11 | 1 | -2/+2 | |
| | ||||||
* | main/radvd: enable checks, modernize | prspkt | 2018-03-11 | 1 | -10/+13 | |
| | ||||||
* | main/radvd: upgrade to 2.17, clarify license | prspkt | 2018-03-11 | 2 | -18/+5 | |
| | ||||||
* | main/znc: upgrade to 1.6.6 | prspkt | 2018-03-11 | 1 | -4/+4 | |
| | ||||||
* | main/logrotate: upgrade to 3.14.0, clarify license, modernize | prspkt | 2018-03-11 | 1 | -13/+12 | |
| | ||||||
* | main/xsetroot: upgrade to 1.1.2 | prspkt | 2018-03-11 | 1 | -15/+5 | |
| | ||||||
* | main/xset: upgrade to 1.2.4, clarify license | prspkt | 2018-03-11 | 1 | -9/+6 | |
| | ||||||
* | main/xwininfo: upgrade to 1.1.4, clarify license | prspkt | 2018-03-11 | 1 | -7/+5 | |
| | ||||||
* | main/xrefresh: upgrade to 1.0.6, clarify license, modernize | prspkt | 2018-03-11 | 1 | -9/+8 | |
| | ||||||
* | main/xbitmaps: upgrade to 1.1.2, clarify license | prspkt | 2018-03-11 | 1 | -11/+6 | |
| | ||||||
* | main/xinit: upgrade to 1.4.0, clarify license | prspkt | 2018-03-11 | 1 | -17/+5 | |
| | ||||||
* | main/xfontsel: upgrade to 1.0.6, modernize | prspkt | 2018-03-11 | 1 | -10/+7 | |
| | ||||||
* | main/xprop: upgrade to 1.2.3, clarify license | prspkt | 2018-03-11 | 1 | -11/+5 | |
| | ||||||
* | main/xbacklight: upgrade to 1.2.2, clarify license, modernize | prspkt | 2018-03-11 | 1 | -11/+8 | |
| | ||||||
* | main/xrdb: upgrade to 1.1.1, clarify license | prspkt | 2018-03-11 | 1 | -7/+5 | |
| | ||||||
* | main/py-cryptography: upgrade to 2.1.4 | Keith Maxwell | 2018-03-11 | 1 | -2/+2 | |
| | ||||||
* | community/i3lock: move from main | Sören Tempel | 2018-03-11 | 1 | -42/+0 | |
| | ||||||
* | main/twm: upgrade to 1.0.10 | prspkt | 2018-03-11 | 1 | -5/+3 | |
| | ||||||
* | main/busybox: upgrade to 1.28.1 | Sören Tempel | 2018-03-11 | 27 | -530/+371 | |
| | ||||||
* | main/py-django-treebeard: upgrade to 4.2.1 | Kaarle Ritvanen | 2018-03-10 | 1 | -2/+2 | |
| | ||||||
* | main/py-django-haystack: upgrade to 2.8.0 | Kaarle Ritvanen | 2018-03-10 | 1 | -2/+2 | |
| | ||||||
* | {main => community/pidgin-*: move | Natanael Copa | 2018-03-09 | 3 | -179/+0 | |
| | ||||||
* | main/pidgin: upgrade to 2.13.0, clarify license, modernize | prspkt | 2018-03-09 | 1 | -10/+10 | |
| | ||||||
* | main/perl-email-address: upgrade to 1.909, add check function, add checkdepends | prspkt | 2018-03-09 | 1 | -3/+7 | |
| | ||||||
* | main/perl-email-address: clarify license, modernize | prspkt | 2018-03-09 | 1 | -20/+8 | |
| | ||||||
* | main/perl-text-template: upgrade to 1.51, add check function, add checkdepends | prspkt | 2018-03-09 | 1 | -3/+8 | |
| | ||||||
* | main/perl-text-template: clarify license, modernize | prspkt | 2018-03-09 | 1 | -20/+8 | |
| | ||||||
* | main/perl-image-exiftool: upgrade to 10.83 | prspkt | 2018-03-09 | 1 | -2/+2 | |
| | ||||||
* | main/libevdev: upgrade to 1.5.9 | prspkt | 2018-03-09 | 1 | -3/+3 | |
| | ||||||
* | main/nano: upgrade to 2.9.4, add linux-headers to makedepends | prspkt | 2018-03-09 | 1 | -4/+4 | |
| | ||||||
* | main/libinput: upgrade to 1.10.2 | prspkt | 2018-03-09 | 1 | -2/+2 | |
| | ||||||
* | main/qpdf: upgrade to 8.0.2 | prspkt | 2018-03-09 | 1 | -2/+2 | |
| | ||||||
* | main/libgssglue: depend on heimdal-dev and heimdal-libs | Sören Tempel | 2018-03-09 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | This is necessary because the `/etc/gssapi_mech.conf` configuration file shipped by this package refers to `/usr/lib/libgssapi.so` which is shipped by heimdal-dev and is a symlink to libgssapi.so.3.0.0 which is in turn shipped by heimdal-libs. Packages like `main/rdesktop` parse `/etc/gssapi_mech.conf` and load the shared libraries referred by it which causes `main/rdesktop` to emit the following warning: can't open /usr/lib/libgssapi.so: Error loading shared library /usr/lib/libgssapi.so: No such file or directory This change fixes this. | |||||
* | main/libgssglue: modernize APKBUILD | Sören Tempel | 2018-03-09 | 1 | -11/+17 | |
| | ||||||
* | main/py-phonenumbers: upgrade to 8.9.1 | Kaarle Ritvanen | 2018-03-09 | 1 | -2/+2 | |
| | ||||||
* | main/multipath-tools: upgrade to 0.7.5 | Leonardo Arena | 2018-03-09 | 1 | -2/+2 | |
| | ||||||
* | main/mercurial: upgrade to 4.5.2 | prspkt | 2018-03-08 | 1 | -4/+5 | |
| | ||||||
* | main/feh: upgrade to 2.25.1 | prspkt | 2018-03-08 | 1 | -2/+2 | |
| | ||||||
* | main/cryptsetup: upgrade to 2.0.2 | Sören Tempel | 2018-03-08 | 1 | -3/+3 | |
| | ||||||
* | main/nodejs: upgrade to 8.10.0 | Tim Brust | 2018-03-08 | 1 | -2/+2 | |
| | ||||||
* | main/perl-test-simple: upgrade to 1.302130 | Francesco Colista | 2018-03-08 | 1 | -2/+2 | |
| | ||||||
* | main/sylpheed: upgrade to 3.7.0, modernize APKBUILD | Taner Tas | 2018-03-07 | 1 | -6/+11 | |
| | ||||||
* | main/musl: cherry-pick upstream nl_langinfo_l fix | Timo Teräs | 2018-03-07 | 3 | -1/+64 | |
| | | | | Notable this fixes libreoffice to handle utf8 filenames properly. | |||||
* | {main => community}/ffmpeg: move due to v4l-utils | Natanael Copa | 2018-03-07 | 2 | -160/+0 | |
| | | | | v4l-utils moved to community so we need to move ffmpeg too | |||||
* | {main => community}/sox: move | Natanael Copa | 2018-03-07 | 3 | -92/+0 | |
| | ||||||
* | {main => community}/gst-libav: move | Natanael Copa | 2018-03-07 | 1 | -46/+0 | |
| | ||||||
* | {main => community}/gst-ffmpeg0.10: move | Natanael Copa | 2018-03-07 | 2 | -91/+0 | |
| | ||||||
* | {main => community}/omxplayer: move | Natanael Copa | 2018-03-07 | 7 | -243/+0 | |
| |