From 8a9fb549207ea41c099cc31855a5ebec1f9a21e6e5b43c9ef1de7759f1fa7c73 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 30 Oct 2007 11:29:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sudo?expand=0&rev=11 --- sudo-1.6.9p6.tar.bz2 | 3 --- sudo-1.6.9p6-__P.diff => sudo-1.6.9p7-__P.diff | 0 ...6.9p6-defaults.diff => sudo-1.6.9p7-defaults.diff | 0 sudo-1.6.9p6-env.diff => sudo-1.6.9p7-env.diff | 0 sudo-1.6.9p6-ldap.diff => sudo-1.6.9p7-ldap.diff | 0 sudo-1.6.9p6-prompt.diff => sudo-1.6.9p7-prompt.diff | 0 ...secure_path.diff => sudo-1.6.9p7-secure_path.diff | 0 sudo-1.6.9p6-strip.diff => sudo-1.6.9p7-strip.diff | 0 ...1.6.9p6-sudoers.diff => sudo-1.6.9p7-sudoers.diff | 0 sudo-1.6.9p6.pamd => sudo-1.6.9p7.pamd | 0 sudo-1.6.9p7.tar.bz2 | 3 +++ sudo.changes | 11 +++++++++++ sudo.spec | 12 ++++++++++-- 13 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 sudo-1.6.9p6.tar.bz2 rename sudo-1.6.9p6-__P.diff => sudo-1.6.9p7-__P.diff (100%) rename sudo-1.6.9p6-defaults.diff => sudo-1.6.9p7-defaults.diff (100%) rename sudo-1.6.9p6-env.diff => sudo-1.6.9p7-env.diff (100%) rename sudo-1.6.9p6-ldap.diff => sudo-1.6.9p7-ldap.diff (100%) rename sudo-1.6.9p6-prompt.diff => sudo-1.6.9p7-prompt.diff (100%) rename sudo-1.6.9p6-secure_path.diff => sudo-1.6.9p7-secure_path.diff (100%) rename sudo-1.6.9p6-strip.diff => sudo-1.6.9p7-strip.diff (100%) rename sudo-1.6.9p6-sudoers.diff => sudo-1.6.9p7-sudoers.diff (100%) rename sudo-1.6.9p6.pamd => sudo-1.6.9p7.pamd (100%) create mode 100644 sudo-1.6.9p7.tar.bz2 diff --git a/sudo-1.6.9p6.tar.bz2 b/sudo-1.6.9p6.tar.bz2 deleted file mode 100644 index 7ca6ccb..0000000 --- a/sudo-1.6.9p6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:349858fbab7d3520a4f72c4b751e2eec93a3cc1cfaccd976c91978d91b9b16aa -size 442145 diff --git a/sudo-1.6.9p6-__P.diff b/sudo-1.6.9p7-__P.diff similarity index 100% rename from sudo-1.6.9p6-__P.diff rename to sudo-1.6.9p7-__P.diff diff --git a/sudo-1.6.9p6-defaults.diff b/sudo-1.6.9p7-defaults.diff similarity index 100% rename from sudo-1.6.9p6-defaults.diff rename to sudo-1.6.9p7-defaults.diff diff --git a/sudo-1.6.9p6-env.diff b/sudo-1.6.9p7-env.diff similarity index 100% rename from sudo-1.6.9p6-env.diff rename to sudo-1.6.9p7-env.diff diff --git a/sudo-1.6.9p6-ldap.diff b/sudo-1.6.9p7-ldap.diff similarity index 100% rename from sudo-1.6.9p6-ldap.diff rename to sudo-1.6.9p7-ldap.diff diff --git a/sudo-1.6.9p6-prompt.diff b/sudo-1.6.9p7-prompt.diff similarity index 100% rename from sudo-1.6.9p6-prompt.diff rename to sudo-1.6.9p7-prompt.diff diff --git a/sudo-1.6.9p6-secure_path.diff b/sudo-1.6.9p7-secure_path.diff similarity index 100% rename from sudo-1.6.9p6-secure_path.diff rename to sudo-1.6.9p7-secure_path.diff diff --git a/sudo-1.6.9p6-strip.diff b/sudo-1.6.9p7-strip.diff similarity index 100% rename from sudo-1.6.9p6-strip.diff rename to sudo-1.6.9p7-strip.diff diff --git a/sudo-1.6.9p6-sudoers.diff b/sudo-1.6.9p7-sudoers.diff similarity index 100% rename from sudo-1.6.9p6-sudoers.diff rename to sudo-1.6.9p7-sudoers.diff diff --git a/sudo-1.6.9p6.pamd b/sudo-1.6.9p7.pamd similarity index 100% rename from sudo-1.6.9p6.pamd rename to sudo-1.6.9p7.pamd diff --git a/sudo-1.6.9p7.tar.bz2 b/sudo-1.6.9p7.tar.bz2 new file mode 100644 index 0000000..b950653 --- /dev/null +++ b/sudo-1.6.9p7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c240d4b639eea3fb7cf69bbdfbff5c5a1800e6a24c7f19b2510849bea839cbe +size 442211 diff --git a/sudo.changes b/sudo.changes index bacb23e..96e485f 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 30 12:17:37 CET 2007 - prusnak@suse.cz + +- updated to 1.6.9p7 + * go back to using TCSAFLUSH instead of TCSADRAIN when turning off + echo during password reading + * fixed a configure bug that was preventing the addition of -lutil + for login.conf support on FreeBSD and NetBSD + * add configure check for struct in6_addr since some systems define + AF_INET6 but have no real IPv6 support + ------------------------------------------------------------------- Wed Oct 10 11:45:19 CEST 2007 - prusnak@suse.cz diff --git a/sudo.spec b/sudo.spec index c538432..1b2bc8b 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,5 +1,5 @@ # -# spec file for package sudo (Version 1.6.9p6) +# spec file for package sudo (Version 1.6.9p7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: sudo BuildRequires: openldap2-devel pam-devel postfix PreReq: coreutils -Version: 1.6.9p6 +Version: 1.6.9p7 Release: 1 AutoReqProv: on Group: System/Base @@ -114,6 +114,14 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/sudo /var/run/sudo %changelog +* Tue Oct 30 2007 - prusnak@suse.cz +- updated to 1.6.9p7 + * go back to using TCSAFLUSH instead of TCSADRAIN when turning off + echo during password reading + * fixed a configure bug that was preventing the addition of -lutil + for login.conf support on FreeBSD and NetBSD + * add configure check for struct in6_addr since some systems define + AF_INET6 but have no real IPv6 support * Wed Oct 10 2007 - prusnak@suse.cz - update to 1.6.9p6 * worked around bugs in the session support of some PAM