Hello community,

here is the log from the commit of package nfsidmap for openSUSE:Factory 
checked in at 2012-01-04 07:25:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfsidmap (Old)
 and      /work/SRC/openSUSE:Factory/.nfsidmap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfsidmap", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfsidmap/nfsidmap.changes        2011-11-25 
23:05:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nfsidmap.new/nfsidmap.changes   2012-01-04 
07:25:27.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan  1 04:24:51 UTC 2012 - [email protected]
+
+- On Dec 18 2010, export symbols patch was reverted, which is fine
+  however we MUST still hide strlcpy() symbol as it will clash
+  with other programs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nfsidmap.spec ++++++
--- /var/tmp/diff_new_pack.AsePzx/_old  2012-01-04 07:25:28.000000000 +0100
+++ /var/tmp/diff_new_pack.AsePzx/_new  2012-01-04 07:25:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfsidmap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ libnfsidmap-export-symbols.patch ++++++
--- /var/tmp/diff_new_pack.AsePzx/_old  2012-01-04 07:25:28.000000000 +0100
+++ /var/tmp/diff_new_pack.AsePzx/_new  2012-01-04 07:25:28.000000000 +0100
@@ -1,5 +1,3 @@
-Index: configure.in
-===================================================================
 --- configure.in.orig
 +++ configure.in
 @@ -5,11 +5,16 @@ AC_PREREQ([2.66])
@@ -21,3 +19,13 @@
  
  # Checks for libraries.
  
+--- strlcpy.c.orig
++++ strlcpy.c
+@@ -43,6 +43,7 @@ static char *rcsid = "$OpenBSD: strlcpy.
+  * will be copied.  Always NUL terminates (unless siz == 0).
+  * Returns strlen(src); if retval >= siz, truncation occurred.
+  */
++__attribute__ ((visibility ("hidden")))
+ size_t
+ strlcpy(dst, src, siz)
+       char *dst;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to