diff options
-rw-r--r-- | main/apache-mod-auth-ntlm-winbind/APKBUILD | 2 | ||||
-rw-r--r-- | testing/apache-mod-auth-kerb/APKBUILD | 2 | ||||
-rw-r--r-- | testing/apache-mod-backtrace/APKBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/main/apache-mod-auth-ntlm-winbind/APKBUILD b/main/apache-mod-auth-ntlm-winbind/APKBUILD index c9f2f7d016..abc0a90221 100644 --- a/main/apache-mod-auth-ntlm-winbind/APKBUILD +++ b/main/apache-mod-auth-ntlm-winbind/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <natanael.copa@gmail.com> pkgname=apache-mod-auth-ntlm-winbind pkgver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper" url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/" arch="all" diff --git a/testing/apache-mod-auth-kerb/APKBUILD b/testing/apache-mod-auth-kerb/APKBUILD index 9197a6eaac..3740f7a86a 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 4e4cf80d70..e4f9086339 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" |