diff options
author | Matt Smith <mcs@darkregion.net> | 2011-03-29 22:50:03 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-03-29 22:50:03 -0500 |
commit | e42b1c768430e7ca23097d9473d7c6efb21962a7 (patch) | |
tree | b5442e289c84e09eb632de8cbac6e63e651d55dd /testing | |
parent | 8bbc7dc0de4f209b15535aa2234296aa0bef14c4 (diff) | |
download | aports-e42b1c768430e7ca23097d9473d7c6efb21962a7.tar.bz2 aports-e42b1c768430e7ca23097d9473d7c6efb21962a7.tar.xz |
apache modules: rebuild to fix #510
Diffstat (limited to 'testing')
-rw-r--r-- | testing/apache-mod-auth-kerb/APKBUILD | 2 | ||||
-rw-r--r-- | testing/apache-mod-backtrace/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/apache-mod-auth-kerb/APKBUILD b/testing/apache-mod-auth-kerb/APKBUILD index 9197a6eaa..3740f7a86 100644 --- a/testing/apache-mod-auth-kerb/APKBUILD +++ b/testing/apache-mod-auth-kerb/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache-mod-auth-kerb _pkgname=mod_auth_kerb pkgver=5.4 -pkgrel=0 +pkgrel=1 pkgdesc="A Kerberos authentication module for the Apache Http Server" url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/" arch="all" diff --git a/testing/apache-mod-backtrace/APKBUILD b/testing/apache-mod-backtrace/APKBUILD index 4e4cf80d7..e4f908633 100644 --- a/testing/apache-mod-backtrace/APKBUILD +++ b/testing/apache-mod-backtrace/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=apache-mod-backtrace pkgver=0 -pkgrel=0 +pkgrel=1 pkgdesc="A module which uses system functions to format a backtrace to show what code did the dirty deed." url="http://people.apache.org/~trawick/exception_hook.html" arch="all" |