File libgnomesu.changes of Package libgnomesu

-------------------------------------------------------------------
Mon Jun 27 06:29:57 UTC 2011 - lijewski.stefan@gmail.com

- fix security issue [bnc#695627]:
    The libgnomesu pam backend did not check the return value
    of the setuid() functions. Local users could exploit that
    to gain root privileges (CVE-2011-1946).

-------------------------------------------------------------------
Tue May  4 15:50:49 CEST 2010 - sbrabec@suse.cz

- Moved translation to a separate LCN project and updated strings
  from the latest Factory snapshot (fixes bnc#562162).
- Fixed translatability (bnc#582085).
- Add libgnomesu-remove-prior-cookie.patch (bnc#477638) from SLE11
  (hpj@novell.com).

-------------------------------------------------------------------
Mon Sep 28 15:52:00 CEST 2009 - vuntz@opensuse.org

- Use gnome-patch-translation for new strings added by patch. Part
  of bnc#541653.
- Use spec-cleaner to clean the spec file.

-------------------------------------------------------------------
Wed Jul 15 17:54:25 CEST 2009 - vuntz@novell.com

- Add libgnomesu-bnc440970-safe-path.patch to fix bnc#440970:
  instead of resetting PATH to a default value that we can't get
  right, just remove the unsafe values.

-------------------------------------------------------------------
Wed May 20 18:28:00 CEST 2009 - vuntz@novell.com

- Drop useless update-polish-patch.sh script.

-------------------------------------------------------------------
Wed May 13 03:34:23 CEST 2009 - vuntz@novell.com

- Tag patches.
- Remove AutoReqProv: it's default now.

-------------------------------------------------------------------
Thu Apr 30 18:05:22 CEST 2009 - vuntz@novell.com

- Remove .la files.

-------------------------------------------------------------------
Thu Mar 19 04:14:23 CET 2009 - vuntz@novell.com

- Make gnomesu handle "gnomesu -- gnomesu -- ls". We used to end up
  with a leading "--" in a command we were spawning, which doesn't
  work. This is an update to libgnomesu-drop-libgnomeui.patch,
  which was wrong for this.
  Fix bnc#486644.

-------------------------------------------------------------------
Wed Feb  4 06:10:44 CET 2009 - vuntz@novell.com

- Add libgnomesu-drop-libgnomeui.patch to drop libgnomeui
  dependency.
- Remove BuildRequires on libgnomeui and replace it with
  BuildRequires on gconf2-devel and gtk2-devel.

-------------------------------------------------------------------
Tue Feb  3 14:55:27 CET 2009 - schwab@suse.de

- Remove broken casts:
  Add libgnomesu-ia64-crash.patch to fix crash on ia64 because of
  broken casts.

-------------------------------------------------------------------
Sat Jan 31 06:44:13 CET 2009 - vuntz@novell.com

- Add libgnomesu-better-pam-handling.patch to handle PAM errors
  during authentication better, so the user has a better feedback.
  Hopefully fixes bnc#430883.

-------------------------------------------------------------------
Sat Jan 31 03:37:06 CET 2009 - vuntz@novell.com

- Add libgnomesu-startup-notification.patch to forward the startup
  notification information when there's no need for authentication
  dialog. The main use case is the yast2 control center, where we
  are already root. Fix bnc#458651.
- Use sr@latin instead of sr@Latn.
- Remove checks for old versions of openSUSE.

-------------------------------------------------------------------
Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de 

- Translations update. 

-------------------------------------------------------------------
Sun Dec 28 02:23:04 EST 2008 - abockover@novell.com

- Patch to "modernize" gnomesu in the image of PolicyKit-gnome 
  * Fix bnc#462073
  * GNOME HIG compliant
  * Uses the GTK icon theme

-------------------------------------------------------------------
Sat Dec  6 09:09:20 CET 2008 - mauro@suse.de

- Translation update. 

-------------------------------------------------------------------
Thu Nov  6 22:50:48 CET 2008 - vuntz@novell.com

- Add libgnomesu-unsetenv.patch to unset the
  DBUS_SESSION_BUS_ADDRESS environment variable. Fix bnc#428963.

-------------------------------------------------------------------
Thu Oct  9 19:49:39 CDT 2008 - hpj@novell.com

- Remove libgnomesu-1.0.0-ensure-xauthority-env.patch. It breaks
  with the xauth location used by the new gdm.

-------------------------------------------------------------------
Fri Oct  3 22:10:15 CEST 2008 - vuntz@novell.com

- Run intltoolize so that the translations get installed. It seems
  the new intltool broke this.

-------------------------------------------------------------------
Wed Oct  3 22:05:01 CEST 2007 - maw@suse.de

- Split out a libgnomesu0 shared library package.

-------------------------------------------------------------------
Fri Sep 28 21:23:18 CEST 2007 - maw@suse.de

- Add libgnomesu-1.0.so-polish as a source file and copy
  it to the po/ directory (#302300).

-------------------------------------------------------------------
Tue Aug  7 20:49:09 CEST 2007 - maw@suse.de

- Use %fdupes
- Split off a -lang subpackage
- s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun.

-------------------------------------------------------------------
Wed Mar 21 17:09:36 CET 2007 - jhargadon@suse.de

- added a patch to fix the library path for 64 bit packages. 

-------------------------------------------------------------------
Tue Jan  2 17:45:31 CET 2007 - sbrabec@suse.cz

- Fixed invalid Makefile expansion.

-------------------------------------------------------------------
Fri Dec 22 14:09:44 CET 2006 - sbrabec@suse.cz

- Prefix changed to /usr.
- Spec file cleanup.

-------------------------------------------------------------------
Tue Jun 20 17:30:24 CEST 2006 - sbrabec@suse.cz

- Updated translations from upstream (179651#c15).

-------------------------------------------------------------------
Fri May 26 11:58:09 CEST 2006 - zsu@suse.de

- bugzilla #169082. Call _() to translate label string "_Password:"

-------------------------------------------------------------------
Thu May 18 16:59:44 CEST 2006 - ro@suse.de

- add setuid bit to gnomesu-pam-backend in level secure (#175616) 

-------------------------------------------------------------------
Thu May  4 23:36:24 CEST 2006 - danw@suse.de

- stick the command label in a scrolledwindow in case it's really
  really long. #161044

-------------------------------------------------------------------
Thu May  4 20:55:48 CEST 2006 - hpj@suse.de

- Add patch to ensure that XAUTHORITY is always set in the child
  environment. Fixes Novell bug #172494.

-------------------------------------------------------------------
Fri Mar 31 21:36:22 CEST 2006 - danw@suse.de

- Don't mark the error text as "selectable", since that will make
  it focusable as well and mess up the tab order. #162600

-------------------------------------------------------------------
Tue Mar 21 00:41:07 CET 2006 - hpj@suse.de

- Add patch to make it spin the main loop while waiting for the
  child to exit. Fixes Novell bug #156445.

-------------------------------------------------------------------
Mon Jan 30 14:57:10 CET 2006 - ro@suse.de

- reduce BuildRequires as far as possible 

-------------------------------------------------------------------
Wed Jan 25 21:32:22 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Oct 18 00:28:25 CEST 2005 - hpj@suse.de

- Fixed the nlist/nmerge patch to actually work (#119600).

-------------------------------------------------------------------
Fri Oct 14 03:49:35 CEST 2005 - hpj@suse.de

- Run xauth nlist/nmerge instead of list, prevents DNS lookups
  (#119600).

-------------------------------------------------------------------
Tue Sep 20 18:26:20 CEST 2005 - sbrabec@suse.cz

- Removed references to build directory in installed .la files.
- Fixed devel dependencies.

-------------------------------------------------------------------
Thu Jun  9 17:22:16 CEST 2005 - sbrabec@suse.cz

- Updated to version 1.0.0.
- Set permissions properly (#75823).
- Removed crypt backend (#75823).

-------------------------------------------------------------------
Mon May 16 13:21:09 CEST 2005 - sbrabec@suse.cz

- Updated to version 0.9.7.

-------------------------------------------------------------------
Thu May 12 18:25:23 CEST 2005 - sbrabec@suse.cz

- Provide and obsolete xsu (#75823).
- Fixed crash on x86_64.
- Build and install PAM backend.
- Fixed backend permissions.

-------------------------------------------------------------------
Fri Apr 15 13:45:59 CEST 2005 - sbrabec@suse.cz

- Simplified neededforbuild.
- Added devel documentation.

-------------------------------------------------------------------
Tue Feb  8 15:11:37 CET 2005 - hhetter@suse.de

- package without setuid bits for now (#50436)

-------------------------------------------------------------------
Thu Feb  3 09:08:02 CET 2005 - hhetter@suse.de

- initial SUSE package 

openSUSE Build Service is sponsored by