summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | main/syslinux: fix/refactor initramfsDubiousjim2013-06-301-6/+7
| | | | | | | | | | | | | | | | | | | | If xen.gz is present, there are multiple kernels, and later ones lack an initramfs, they'll currently be (wrongly) configured to use a initramfs anyway. Fixed. We also refactor the check for /boot/initramfs-$tag, and configure this using a separate INITRD line, instead of adding it to the APPEND line. In passing, this also closes a second might-use-a-stale-initramfs bug.
* | testing/yaws: misc fixes for consistencyNatanael Copa2013-06-305-36/+37
| | | | | | | | | | | | - rename yaws.init.d to yaws.initd - use tab as indent - remove install scripts - apk can handle empty dirs
* | new aport for yaws 1.96 (release 1)Vitaliy Tokarev2013-06-306-10/+189
| | | | | | | | | | | | | | | | | | | | | | Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content web applications. Changes: * fixed paths in post-(de)install and post-upgrade scripts * /etc/yaws/yaws.conf updated to /var/log/yaws directory as logdir * /usr/etc dir for yaws package now will not be created * Makefile(s) removed in /var/yaws/www directory for yaws-web package * fixed dependencies for ABUILD
* | new aport for yaws 1.96Vitaliy Tokarev2013-06-305-0/+124
|/ | | | | Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for dynamic-content web applications.
* main/rxvt-unicode: bump pkgrel so builders pick latest changesNatanael Copa2013-06-281-1/+1
|
* main/libxft: rebuild so we get provides = so:libXftNatanael Copa2013-06-281-1/+1
|
* main/rxvt-unicode: fix gentables shebangDubiousjim2013-06-282-0/+12
|
* main/rxvt-unicode: trivial refactorDubiousjim2013-06-281-1/+1
|
* main/rxvt-unicode: use local loop varDubiousjim2013-06-281-0/+1
|
* main/rxvt-unicode: fix makedependsDubiousjim2013-06-281-1/+1
| | | | | | | | ncurses is needed for its /usr/bin/tic. The Changes file says in the entry for v9.10 that fontconfig and xrender are needed for Xft support; we compile with --enable-xft and required libxft-dev and libxrender-dev, but omitted fontconfig-dev.
* main/multipath-tools: create pidfileLeonardo Arena2013-06-282-3/+13
|
* main/ncurses: fix config optionDubiousjim2013-06-281-1/+1
| | | | | We had --disable-ada, which is in fact ignored (check the config.status). The correct option here is --without-ada.
* main/mutt: bump pkgrel so it gets rebuilt against gdbmNatanael Copa2013-06-281-1/+1
|
* main/mutt: depend on gdbm-dev instead of db-devDubiousjim2013-06-281-1/+1
| | | | | | | The --enable-hcache config options demands some DB headers/lib be present; currently we specify db in the APKBUILD, however this version of mutt only seems to recognize db v4, and we're currently at v5.3. Let's specify gdbm instead, which mutt also accepts.
* testing/getmail: bump pkgrel so builders pick up last changesNatanael Copa2013-06-281-1/+1
|
* testing/getmail: fix some old shebang linesDubiousjim2013-06-281-0/+2
| | | | | | | To be honest, I think these are irrelevant to the functioning of the program, since the files in question are imported by the offlineimap app, rather than being run as scripts. (Not sure why the shebang lines are there at all...cruft?)
* testing/getmail: depends on pythonDubiousjim2013-06-281-1/+1
|
* main/cryptsetup: fix location of .pc fileDubiousjim2013-06-281-2/+4
| | | | | | | | Currently cryptsetup is installing its .pc file in /lib/pkgconfig; however, our main/pkgconf is not looking in that folder. This patch moves the .pc file from /lib/pkgconfig to /usr/lib/pkgconfig, as main/procps also does. (Alternatively, we might instead patch main/pkgconf to include /lib/pkgconfig in its default PKG_CONFIG_PATH.)
* testing/squidguard: typoDubiousjim2013-06-281-2/+2
|
* main/usbutils: bump pkgrelNatanael Copa2013-06-281-1/+1
|
* main/usbutils: typoDubiousjim2013-06-281-1/+1
|
* main/tftp-hpa: bump pkgrelNatanael Copa2013-06-281-1/+1
|
* main/tftp-hpa: typoDubiousjim2013-06-281-1/+1
|
* testing/xapian-omega: use local loop varDubiousjim2013-06-281-0/+1
|
* testing/ucspi-tcp: use local loop varDubiousjim2013-06-281-0/+1
|
* testing/dhcp-probe: use local loop varDubiousjim2013-06-281-0/+1
|
* testing/daemontools: use local loop varDubiousjim2013-06-281-0/+1
|
* main/live-media: use local loop varsDubiousjim2013-06-281-1/+1
|
* main/acf-provisioning: upgrade to 0.3.2Ted Trask2013-06-281-4/+4
|
* main/linux-virt-grsec: upgrade to 3.9.7Leonardo Arena2013-06-272-463/+1032
|
* main/py-simplejson: moved from testingNatanael Copa2013-06-261-0/+0
|
* testing/py-simplejson: claim maintainershipNatanael Copa2013-06-261-1/+1
|
* main/atheme-iris: moved from testingNatanael Copa2013-06-265-0/+0
|
* main/ruby-rack: downgrade to 1.4.5 to satisfy redmineCarlo Landmeter2013-06-261-3/+5
|
* main/xen: fix xsa57 (CVE-2013-2211)Natanael Copa2013-06-262-1/+338
| | | | | ref #2117 fixes #2122
* testing/lua5.2-xctrl: new aportNatanael Copa2013-06-261-0/+43
| | | | | Lua 5.2 module to query and manipulate X11 window managers http://code.google.com/p/xctrl/
* main/lua-xctrl: upgrade to 2013.06.20Natanael Copa2013-06-261-3/+5
|
* main/tmux: add ncurses-terminfo as a dependencyNatanael Copa2013-06-261-2/+2
| | | | ref #2116
* main/linux-vanilla: upgrade to 3.9.7Natanael Copa2013-06-263-14/+14
|
* main/gnumeric: upgrade to 1.12.3Natanael Copa2013-06-261-4/+4
|
* main/goffice: upgrade to 0.10.3Natanael Copa2013-06-261-6/+6
|
* main/xf86-video-intel: upgrade to 2.21.10Natanael Copa2013-06-261-4/+4
|
* main/xorg-server: upgrade to 1.14.2Natanael Copa2013-06-261-4/+4
|
* testing/lua5.2-stringy: fallback got gcc if CC is unsetNatanael Copa2013-06-261-7/+7
| | | | also use upstream as source rather than own fork
* testing/lua5.2-cjson: build fixNatanael Copa2013-06-262-7/+51
| | | | actually use the pkg-config --cflags
* testing/zfs-grsec: rebuild against kernel 3.9.7-r0Natanael Copa2013-06-251-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.9.7-r0Natanael Copa2013-06-251-1/+1
|
* testing/spl-grsec: rebuild against kernel 3.9.7-r0Natanael Copa2013-06-251-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.9.7-r0Natanael Copa2013-06-251-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 3.9.7-r0Natanael Copa2013-06-251-1/+1
|