r14101 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in patches/01_pam-logging-less-verbose.patch patches/fix_evolution_crash.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Jan 8 19:16:00 UTC 2008


Author: slomo
Date: Tue Jan  8 19:16:00 2008
New Revision: 14101

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14101
Log:
* New upstream bugfix release:
  + debian/patches/fix_evolution_crash.patch:
    - Dropped, merged upstream.
* debian/control.in:
  + Update Standards-Version to 3.7.3, no additional changes needed.
* debian/patches/01_pam-logging-less-verbose.patch:
  + Don't log unknown user names to syslog as they could be accidentally
    typed in password (Closes: #459631).

Added:
    desktop/unstable/gnome-keyring/debian/patches/01_pam-logging-less-verbose.patch
Removed:
    desktop/unstable/gnome-keyring/debian/patches/fix_evolution_crash.patch
Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/control
    desktop/unstable/gnome-keyring/debian/control.in

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=14101&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Tue Jan  8 19:16:00 2008
@@ -1,4 +1,4 @@
-gnome-keyring (2.20.2-2) unstable; urgency=low
+gnome-keyring (2.20.3-1) unstable; urgency=low
 
   [ Loic Minier ]
   * Downgrade libgnomekeyring dep on gnome-keyring to a Recommends;
@@ -12,7 +12,17 @@
   [ Josselin Mouette ]
   * Rework libpam-gnome-keyring description. Closes: #455491.
 
- -- Josselin Mouette <joss at debian.org>  Tue, 25 Dec 2007 22:57:44 +0100
+  [ Sebastian Dröge ]
+  * New upstream bugfix release:
+    + debian/patches/fix_evolution_crash.patch:
+      - Dropped, merged upstream.
+  * debian/control.in:
+    + Update Standards-Version to 3.7.3, no additional changes needed.
+  * debian/patches/01_pam-logging-less-verbose.patch:
+    + Don't log unknown user names to syslog as they could be accidentally
+      typed in password (Closes: #459631).
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 08 Jan 2008 20:01:07 +0100
 
 gnome-keyring (2.20.2-1) unstable; urgency=low
 

Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=14101&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control (original)
+++ desktop/unstable/gnome-keyring/debian/control Tue Jan  8 19:16:00 2008
@@ -13,7 +13,7 @@
                libgcrypt11-dev,
                libhal-storage-dev (>= 0.5.7),
                libpam0g-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: gnome-keyring
 Section: gnome

Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=14101&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in (original)
+++ desktop/unstable/gnome-keyring/debian/control.in Tue Jan  8 19:16:00 2008
@@ -13,7 +13,7 @@
                libgcrypt11-dev,
                libhal-storage-dev (>= 0.5.7),
                libpam0g-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: gnome-keyring
 Section: gnome

Added: desktop/unstable/gnome-keyring/debian/patches/01_pam-logging-less-verbose.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/01_pam-logging-less-verbose.patch?rev=14101&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/01_pam-logging-less-verbose.patch (added)
+++ desktop/unstable/gnome-keyring/debian/patches/01_pam-logging-less-verbose.patch Tue Jan  8 19:16:00 2008
@@ -1,0 +1,11 @@
+--- pam/gkr-pam-module.c.old	2008-01-08 20:12:43.000000000 +0100
++++ pam/gkr-pam-module.c	2008-01-08 20:13:27.000000000 +0100
+@@ -716,7 +716,7 @@
+ 	
+ 	pwd = getpwnam (user);
+ 	if (!pwd) {
+-		syslog (GKR_LOG_ERR, "gkr-pam: error looking up user information for: %s", user);
++		syslog (GKR_LOG_ERR, "gkr-pam: error looking up user information");
+ 		return PAM_SERVICE_ERR;
+ 	}
+ 		




More information about the pkg-gnome-commits mailing list