Hello community, here is the log from the commit of package CASA_auth_token_svc checked in at Mon Feb 26 22:25:45 CET 2007. -------- --- CASA_auth_token_svc/CASA_auth_token_svc.changes 2007-02-14 10:18:34.000000000 +0100 +++ /mounts/work_src_done/STABLE/CASA_auth_token_svc/CASA_auth_token_svc.changes 2007-02-23 00:06:38.000000000 +0100 @@ -1,0 +2,9 @@ +Thu Feb 22 15:44:28 MST 2007 - jluciani@novell.com + +- Switched logging from Standard Out to using Log4j. Now the + logging and tracing levels can be adjusted via the + log4j.properties file. The changes separate logs done for + tracing Rpc processing from regular logs. These changes + take care of BUG243343. + +------------------------------------------------------------------- Old: ---- CASA_auth_token_svc-1.7.1194.tar.bz2 New: ---- CASA_auth_token_svc-1.7.1218.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CASA_auth_token_svc.spec ++++++ --- /var/tmp/diff_new_pack.dR4875/_old 2007-02-26 22:25:27.000000000 +0100 +++ /var/tmp/diff_new_pack.dR4875/_new 2007-02-26 22:25:27.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package CASA_auth_token_svc (Version 1.7.1194 ) +# spec file for package CASA_auth_token_svc (Version 1.7.1218 ) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,19 +16,19 @@ URL: http://www.novell.com/products BuildRequires: gcc-c++ glib2-devel identity-abstraction insserv libstdc++ libstdc++-devel mono-devel pkgconfig servletapi5 sysvinit xerces-j2 xml-commons-apis -BuildRequires: java-sdk-1.5.0 update-alternatives +BuildRequires: java-sdk-1.5.0 log4j update-alternatives %define prefix /usr License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Autoreqprov: on -%define bldno 1.7.1194 -Version: 1.7.1194 +%define bldno 1.7.1218 +Version: 1.7.1218 Release: 1 Summary: Novell CASA Authentication Token Service Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: jre >= 1.5.0 -Requires: servletapi5 tomcat5 sysvinit insserv identity-abstraction sed +Requires: servletapi5 tomcat5 sysvinit insserv identity-abstraction sed log4j PreReq: %fillup_prereq %insserv_prereq PreReq: /usr/bin/awk, /usr/bin/test, /bin/grep, /bin/cat, /usr/bin/install, /bin/pwd PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/getent @@ -41,7 +41,7 @@ A key feature of CASA_auth_token is that its authentication tokens contain identity information about the entity being authenticated. This -information is made availableto the consuming services. The amount of +information is made available to the consuming services. The amount of information contained in the tokens is configured on a per-service basis. Because of this feature, we say that CASA_auth_token projects an "Authenticated Identity". @@ -62,6 +62,7 @@ Summary: Novell CASA Authentication Token JAAS Support Components Group: System/Libraries Requires: jre >= 1.5.0 +Requires: log4j %description -n CASA_auth_token_jaas_support CASA_auth_token is an authentication token infrastructure with support @@ -167,6 +168,8 @@ install -m 600 Svc/templates/identoken.settings %{buildroot}/etc/CASA/authtoken/svc/identoken.settings install -m 600 Svc/src/com/novell/casa/authtoksvc/Krb5_mechanism.settings %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/Krb5Authenticate/mechanism.settings install -m 600 Svc/src/com/novell/casa/authtoksvc/Pwd_mechanism.settings %{buildroot}/etc/CASA/authtoken/svc/auth_mechanisms/PwdAuthenticate/mechanism.settings +install -m 700 Svc/linux/envvars %{buildroot}/etc/CASA/authtoken/svc/envvars +install -m 700 Svc/linux/log4j.properties %{buildroot}/etc/CASA/authtoken/svc/log4j.properties # Others install -m 700 Svc/linux/server_keystore_setup.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/server_keystore_setup.sh install -m 700 Svc/linux/CasaBasicATSSetup.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaBasicATSSetup.sh @@ -175,7 +178,6 @@ install -m 700 Svc/linux/CasaIdenTokenSettingsEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaIdenTokenSettingsEditor.sh install -m 700 Svc/linux/CasaSvcSettingsEditor.sh %{buildroot}%{prefix}/share/java/CASA/authtoken/bin/CasaSvcSettingsEditor.sh install -m 755 Svc/linux/CasaAuthtokenSvcD %{buildroot}/etc/init.d/casa_atsd -install -m 700 Svc/linux/envvars %{buildroot}/etc/CASA/authtoken/svc/envvars # Tomcat Base files install -m 600 Svc/tomcat5/conf/catalina.policy %{buildroot}/srv/www/casaats/conf/catalina.policy install -m 600 Svc/tomcat5/conf/catalina.properties %{buildroot}/srv/www/casaats/conf/catalina.properties @@ -236,15 +238,12 @@ %postun # Always undeploy our webapp to force re-deployment on upgrade cases +echo "Cleaning up webapp folders" rm -drf /srv/www/casaats/webapps/CasaAuthTokenSvc rm -drf /srv/www/casaats/work/Catalina rm -f /srv/www/casaats/conf/server.xml %restart_on_update casa_atsd %insserv_cleanup -# Do not do anything else if this is an upgrade -if test "$1" == 1; then - exit 0 -fi %files %defattr(-,root,root) @@ -303,6 +302,7 @@ %config /srv/www/casaats/conf/tomcat-users.xml %config /srv/www/casaats/conf/web.xml %config /etc/CASA/authtoken/svc/envvars +%config /etc/CASA/authtoken/svc/log4j.properties /etc/CASA/authtoken/svc/templates/svc.settings /etc/CASA/authtoken/svc/templates/auth.policy /etc/CASA/authtoken/svc/templates/iaRealms.xml @@ -360,6 +360,12 @@ %config /etc/CASA/authtoken/keys/client/crypto.properties %changelog +* Thu Feb 22 2007 - jluciani@novell.com +- Switched logging from Standard Out to using Log4j. Now the + logging and tracing levels can be adjusted via the + log4j.properties file. The changes separate logs done for + tracing Rpc processing from regular logs. These changes + take care of BUG243343. * Tue Feb 13 2007 - jluciani@novell.com - Made changes to deal with recommendations given by Greg as a result of the code review that he performed. ++++++ CASA_auth_token_svc-1.7.1194.tar.bz2 -> CASA_auth_token_svc-1.7.1218.tar.bz2 ++++++ CASA_auth_token_svc/CASA_auth_token_svc-1.7.1194.tar.bz2 /mounts/work_src_done/STABLE/CASA_auth_token_svc/CASA_auth_token_svc-1.7.1218.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de