Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700392 - www-apache/mod_authnz_external - files/10_mod_authnz_external.conf should refer to www-apache/pwauth instead of obsolete net-www/pwauth
Summary: www-apache/mod_authnz_external - files/10_mod_authnz_external.conf should ref...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-11-17 20:26 UTC by Jesús P Rey (Chuso)
Modified: 2019-11-19 21:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús P Rey (Chuso) 2019-11-17 20:26:06 UTC
www-apache/mod_authnz_external installs an Apache module configuration file 10_mod_authnz_external.conf from the package ${FILESDIR}.

This file contains two references to package net-www/pwauth.
This package was moved 12 years ago to www-apache/pwauth: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-apache/pwauth/ChangeLog?r1=1.1&r2=1.2

--- www-apache/mod_authnz_external/files/10_mod_authnz_external.conf    2019-09-16 19:42:25.109000000 +0200
+++ www-apache/mod_authnz_external/files/10_mod_authnz_external.conf    2019-11-17 21:22:42.044000000 +0100
@@ -1,11 +1,11 @@
 <IfDefine AUTHNZ_EXTERNAL>
 LoadModule authnz_external_module modules/mod_authnz_external.so
 
-# provided by net-www/pwauth
+# provided by www-apache/pwauth
 #AddExternalAuth  pwauth /etc/apache2/modules/pwauth
 #SetExternalAuthMethod  pwauth pipe
 
-# For external group check (provided by net-www/pwauth)
+# For external group check (provided by www-apache/pwauth)
 #AddExternalGroup unixgroup modules/unixgroup
 #SetExternalGroupMethod  unixgroup environment
Comment 1 Larry the Git Cow gentoo-dev 2019-11-19 21:07:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39008f571c7693e1bd34109614e02a39e6805a96

commit 39008f571c7693e1bd34109614e02a39e6805a96
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-11-19 21:06:57 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-11-19 21:07:22 +0000

    www-apache/mod_authnz_external: refer to www-apache/pwauth
    
    net-www/pwauth was renamed to www-apache/pwauth 12 years ago:
    https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-apache/pwauth/ChangeLog?r1=1.1&r2=1.2
    
    Closes: https://bugs.gentoo.org/700392
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 www-apache/mod_authnz_external/files/10_mod_authnz_external.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)