packages: apache/apache.spec - fix mod_auth{n, z}_core summaries/descriptions

adamg adamg at pld-linux.org
Sun Feb 26 11:46:23 CET 2012


Author: adamg                        Date: Sun Feb 26 10:46:23 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix mod_auth{n,z}_core summaries/descriptions

---- Files affected:
packages/apache:
   apache.spec (1.655 -> 1.656) 

---- Diffs:

================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.655 packages/apache/apache.spec:1.656
--- packages/apache/apache.spec:1.655	Sun Feb 26 11:37:44 2012
+++ packages/apache/apache.spec	Sun Feb 26 11:46:18 2012
@@ -582,8 +582,8 @@
 być logowane.
 
 %package mod_authn_core
-Summary:	Apache module that rejects any credentials supplied by the user
-Summary(pl.UTF-8):	Moduł Apache'a odrzucający wszystkie dane podane przez użytkownika
+Summary:	Apache module that provides core authentication directives
+Summary(pl.UTF-8):	Moduł Apache'a udostępniający podstawowe dyrektywy dotyczące uwierzytelniania
 Group:		Networking/Daemons/HTTP
 URL:		http://httpd.apache.org/docs/2.4/mod/mod_authn_core.html
 Requires:	%{name}-base = %{version}-%{release}
@@ -592,15 +592,13 @@
 Obsoletes:	apache(mod_authn_default) = %{version}-%{release}
 
 %description mod_authn_core
-This module is designed to be the fallback module, if you don't have
-configured an authentication module like mod_auth_basic. It simply
-rejects any credentials supplied by the user.
+This module provides core authentication capabilities to allow or deny
+access to portions of the web site. mod_authn_core provides directives
+that are common to all authentication providers.
 
 %description mod_authn_core -l pl.UTF-8
-Ten moduł został pomyślany jako domyślny moduł uwierzytelniający,
-jeśli nie skonfigurowano modułu uwierzytelniającego takiego jak
-mod_auth_basic. Moduł ten po prostu odrzuca wszelkie dane przekazane
-przez użytkownika.
+Ten moduł dostarcza podstawowych funkcjonalności uwierzytelniania
+umożliwiając na kontrolę dostępu do części serwisu.
 
 %package mod_authn_dbd
 Summary:	Apache module that allows user authentication using an SQL
@@ -690,8 +688,8 @@
 mod_auth_basic uwierzytelnianie użytkowników poprzez katalog LDAP.
 
 %package mod_authz_core
-Summary:	Apache module that rejects any authorization request
-Summary(pl.UTF-8):	Moduł Apache'a odrzucający wszystkie żądania autoryzacji
+Summary:	Apache module that provides core authentication directives
+Summary(pl.UTF-8):	Moduł Apache'a udostępniający podstawowe dyrektywy dotyczące uwierzytelniania
 Group:		Networking/Daemons/HTTP
 URL:		http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html
 Requires:	%{name}-base = %{version}-%{release}
@@ -700,15 +698,13 @@
 Obsoletes:	apache(mod_authz_default) = %{version}-%{release}
 
 %description mod_authz_core
-This module is designed to be the fallback module, if you don't have
-configured an authorization module like mod_authz_user or
-mod_authz_groupfile. It simply rejects any authorization request.
+This module provides core authentication capabilities to allow or deny
+access to portions of the web site. mod_authz_core provides directives
+that are common to all authentication providers.
 
 %description mod_authz_core -l pl.UTF-8
-Ten moduł został pomyślany jako domyślny moduł autoryzujący jeśli nie
-skonfigurowano modułu autoryzującego takiego jak mod_authz_user czy
-mod_authz_groupfile. Moduł ten po prostu odrzuca wszelkie żądania
-autoryzacji.
+Ten moduł dostarcza podstawowych funkcjonalności uwierzytelniania
+umożliwiając na kontrolę dostępu do części serwisu.
 
 %package mod_authz_dbd
 Summary:	Group Authorization and Login using SQL
@@ -3339,6 +3335,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.656  2012/02/26 10:46:18  adamg
+- fix mod_auth{n,z}_core summaries/descriptions
+
 Revision 1.655  2012/02/26 10:37:44  adamg
 - mod_auth{n,z}_default were removed in 2.3.0, let _core replace them (not 100% accurate, but better than nothing)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.655&r2=1.656&f=u



More information about the pld-cvs-commit mailing list