Hello community, here is the log from the commit of package nfs-utils checked in at Tue Feb 27 09:10:10 CET 2007. -------- --- nfs-utils/nfs-utils.changes 2007-01-11 12:29:12.000000000 +0100 +++ /mounts/work_src_done/STABLE/nfs-utils/nfs-utils.changes 2007-02-27 09:08:25.906029000 +0100 @@ -1,0 +2,11 @@ +Tue Feb 27 08:52:29 CET 2007 - ro@suse.de + +- update to 1.0.12 + - Fix -n option to mountd + - Document sensitive gids +- upstreamed patches deleted: + nfs-utils-anon-uid32.patch +- added e2fsprogs-devel (for libblkid) +- nhfsXXX binaries and manpages have been removed upstream + +------------------------------------------------------------------- Old: ---- nfs-utils-1.0.10.tar.bz2 nfs-utils-anon-uid32.patch New: ---- nfs-utils-1.0.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.Q28128/_old 2007-02-27 09:09:45.000000000 +0100 +++ /var/tmp/diff_new_pack.Q28128/_new 2007-02-27 09:09:45.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package nfs-utils (Version 1.0.10) +# spec file for package nfs-utils (Version 1.0.12) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,11 +11,11 @@ # norootforbuild Name: nfs-utils -BuildRequires: gcc-c++ krb5-devel libevent librpcsecgss nfsidmap openldap2-devel pkgconfig tcpd-devel +BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent librpcsecgss nfsidmap openldap2-devel pkgconfig tcpd-devel URL: http://nfs.sourceforge.net Summary: Support Utilities for Kernel nfsd -Version: 1.0.10 -Release: 31 +Version: 1.0.12 +Release: 1 Group: Productivity/Networking/NFS Obsoletes: knfsd linuxnfs nfsutils Provides: knfsd linuxnfs nfsutils @@ -36,7 +36,6 @@ Source16: nfsserver.xml Patch1: nfs-utils-nsm.patch Patch2: nfs-utils-largefiles.patch -Patch3: nfs-utils-anon-uid32.patch Patch4: nfs-utils-noroot.patch Patch5: nfs-utils-gssd-select-ccache.patch Patch6: nfs-utils-krb5.patch @@ -58,7 +57,6 @@ %setup -q -a 1 %patch1 %patch2 -p1 -%patch3 -p1 %patch4 %patch5 -p1 %patch6 @@ -145,10 +143,6 @@ /usr/sbin/gss_destroy_creds /usr/sbin/nfsstat /usr/sbin/showmount -/usr/sbin/nhfsstone -/usr/sbin/nhfsrun -/usr/sbin/nhfsnums -/usr/sbin/nhfsgraph /usr/sbin/rcnfsserver /usr/sbin/rcidmapd /usr/sbin/rcgssd @@ -173,10 +167,6 @@ %{_mandir}/man7/nfsd.7.gz %{_mandir}/man8/exportfs.8.gz %{_mandir}/man8/nfsstat.8.gz -%{_mandir}/man8/nhfsstone.8.gz -%{_mandir}/man8/nhfsrun.8.gz -%{_mandir}/man8/nhfsnums.8.gz -%{_mandir}/man8/nhfsgraph.8.gz %{_mandir}/man8/showmount.8.gz %{_mandir}/man8/mountd.8.gz %{_mandir}/man8/rpc.gssd.8.gz @@ -192,7 +182,15 @@ %{_mandir}/man8/rpc.svcgssd.8.gz %{_mandir}/man8/rpcdebug.8.gz -%changelog -n nfs-utils +%changelog +* Tue Feb 27 2007 - ro@suse.de +- update to 1.0.12 + - Fix -n option to mountd + - Document sensitive gids +- upstreamed patches deleted: + nfs-utils-anon-uid32.patch +- added e2fsprogs-devel (for libblkid) +- nhfsXXX binaries and manpages have been removed upstream * Thu Jan 11 2007 - ro@suse.de - moved omc xml file to /usr/share/omc and removed config tag * Mon Jan 08 2007 - ro@suse.de ++++++ nfs-utils-1.0.10.tar.bz2 -> nfs-utils-1.0.12.tar.bz2 ++++++ ++++ 26274 lines of diff (skipped) ++++++ nfs-utils-1.0.7-bind-syntax.patch ++++++ --- /var/tmp/diff_new_pack.Q28128/_old 2007-02-27 09:09:46.000000000 +0100 +++ /var/tmp/diff_new_pack.Q28128/_new 2007-02-27 09:09:46.000000000 +0100 @@ -1,21 +1,13 @@ support/export/export.c | 2 support/include/misc.h | 3 support/include/nfslib.h | 1 - support/misc/mountpoint.c | 158 +++++++++++++++++++++++++++++++++++++++++++++- - support/nfs/exports.c | 7 ++ - utils/mountd/cache.c | 11 +-- - utils/mountd/mountd.c | 7 +- - utils/mountd/mountd.h | 9 ++ - 8 files changed, 187 insertions(+), 11 deletions(-) - -Index: nfs-utils-1.0.7/support/nfs/exports.c -=================================================================== ---- nfs-utils-1.0.7.orig/support/nfs/exports.c -+++ nfs-utils-1.0.7/support/nfs/exports.c -@@ -435,6 +435,8 @@ bad_option: - ep->e_mountpoint = strdup(mp+1); - else - ep->e_mountpoint = strdup(""); +================================================================================ +--- nfs-utils-1.0.12/support/nfs/exports.c ++++ nfs-utils-1.0.12/support/nfs/exports.c +@@ -522,6 +522,8 @@ + } else if (strncmp(opt, "replicas=", 9) == 0) { + ep->e_fslocmethod = FSLOC_REPLICA; + ep->e_fslocdata = strdup(opt+9); + } else if (strncmp(opt, "bind=/", 6) == 0) { + /* ignore this for now */ } else { ++++++ nfs-utils-gssd-select-ccache.patch ++++++ --- /var/tmp/diff_new_pack.Q28128/_old 2007-02-27 09:09:46.000000000 +0100 +++ /var/tmp/diff_new_pack.Q28128/_new 2007-02-27 09:09:46.000000000 +0100 @@ -1,16 +1,11 @@ - utils/gssd/krb5_util.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletion(-) - -Index: nfs-utils-1.0.7/utils/gssd/krb5_util.c -=================================================================== ---- nfs-utils-1.0.7.orig/utils/gssd/krb5_util.c -+++ nfs-utils-1.0.7/utils/gssd/krb5_util.c -@@ -193,7 +195,7 @@ gssd_find_existing_krb5_ccache(uid_t uid - snprintf(statname, sizeof(statname), - "%s/%s", GSSD_DEFAULT_CRED_DIR, - namelist[i]->d_name); -- if (stat(statname, &tmp_stat)) { -+ if (lstat(statname, &tmp_stat)) { - printerr(0, "Error doing stat " - "on file '%s'\n", - statname); +--- nfs-utils-1.0.12/utils/gssd/krb5_util.c ++++ nfs-utils-1.0.12/utils/gssd/krb5_util.c +@@ -191,7 +191,7 @@ + namelist[i]->d_name); + snprintf(statname, sizeof(statname), + "%s/%s", ccachedir, namelist[i]->d_name); +- if (stat(statname, &tmp_stat)) { ++ if (lstat(statname, &tmp_stat)) { + printerr(0, "Error doing stat on file '%s'\n", + statname); + free(namelist[i]); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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