~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH 1/2] testing/apache-mod-auth-ntlm-winbind: update to module location and dep fix

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1141767921-2125-1-git-send-email-jbilyk@gmail.com>
Sender timestamp
1141767920
DKIM signature
missing
Download raw message
Patch: +3 -3
path in conf file needed update for how apache2 is built. Also added samba as dependency since this module is useless without winbind
---
 testing/apache-mod-auth-ntlm-winbind/APKBUILD      |    4 ++--
 .../mod-auth-ntlm-winbind.conf                     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/apache-mod-auth-ntlm-winbind/APKBUILD b/testing/apache-mod-auth-ntlm-winbind/APKBUILD
index 2a9bba0..4341e6e 100644
--- a/testing/apache-mod-auth-ntlm-winbind/APKBUILD
+++ b/testing/apache-mod-auth-ntlm-winbind/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Natanael Copa <natanael.copa@gmail.com>
pkgname=apache-mod-auth-ntlm-winbind
pkgver=0.1
pkgrel=0
pkgrel=1
pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper"
url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/"
license="Apache2"
depends="apache2"
depends="apache2 samba"
makedepends="autoconf apache2-dev apr-util-dev apr-dev"
source="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c
http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/configure.in
diff --git a/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf b/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf
index da7d991..c797f63 100644
--- a/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf
+++ b/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf
@@ -1 +1 @@
LoadModule auth_ntlm_winbind_module lib/apache2/mod_auth_ntlm_winbind.so
LoadModule auth_ntlm_winbind_module modules/mod_auth_ntlm_winbind.so
-- 
1.7.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] [PATCH 2/2] testing/apache-mod-auth-ntlm-winbind: dep fix

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1141767921-2125-2-git-send-email-jbilyk@gmail.com>
In-Reply-To
<1141767921-2125-1-git-send-email-jbilyk@gmail.com> (view parent)
Sender timestamp
1141767921
DKIM signature
missing
Download raw message
Patch: +1 -1
Added winbind daemon to dep list as well
---
 testing/apache-mod-auth-ntlm-winbind/APKBUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testing/apache-mod-auth-ntlm-winbind/APKBUILD b/testing/apache-mod-auth-ntlm-winbind/APKBUILD
index 4341e6e..1165ddd 100644
--- a/testing/apache-mod-auth-ntlm-winbind/APKBUILD
+++ b/testing/apache-mod-auth-ntlm-winbind/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper"
url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/"
license="Apache2"
depends="apache2 samba"
depends="apache2 samba winbind"
makedepends="autoconf apache2-dev apr-util-dev apr-dev"
source="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c
http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/configure.in
-- 
1.7.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)