]> git.pld-linux.org Git - packages/glibc.git/commitdiff
new patches
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Jan 2001 10:54:13 +0000 (10:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-memusage.patch -> 1.1
    glibc-unsecvars.patch -> 1.1

glibc-memusage.patch [new file with mode: 0644]
glibc-unsecvars.patch [new file with mode: 0644]

diff --git a/glibc-memusage.patch b/glibc-memusage.patch
new file mode 100644 (file)
index 0000000..73600bf
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN glibc-2.2.org/malloc/memusage.sh glibc-2.2/malloc/memusage.sh
+--- glibc-2.2.org/malloc/memusage.sh   Wed Jan 10 11:45:39 2001
++++ glibc-2.2/malloc/memusage.sh       Wed Jan 10 11:45:51 2001
+@@ -18,7 +18,7 @@
+ # write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ # Boston, MA 02111-1307, USA.
+-memusageso=@LIBDIR@/libmemusage.so
++memusageso=/usr/lib/libmemusage.so
+ memusagestat=@BINDIR@/memusagestat
+ # Print usage message.
diff --git a/glibc-unsecvars.patch b/glibc-unsecvars.patch
new file mode 100644 (file)
index 0000000..a2ef01e
--- /dev/null
@@ -0,0 +1,22 @@
+Index: unsecvars.h
+===================================================================
+RCS file: /cvs/glibc/libc/sysdeps/generic/unsecvars.h,v
+retrieving revision 1.1
+retrieving revision 1.3
+diff -u -r1.1 -r1.3
+--- libc/sysdeps/generic/unsecvars.h   2000/09/26 09:31:25     1.1
++++ libc/sysdeps/generic/unsecvars.h   2001/01/08 17:54:58     1.3
+@@ -1,11 +1,12 @@
+ /* Environment variable to be removed for SUID programs.  */
+ #define UNSECURE_ENVVARS \
+   "GCONV_PATH",                                                                     \
++  "HOSTALIASES",                                                            \
+   "LOCALDOMAIN",                                                            \
+   "LOCPATH",                                                                \
+   "MALLOC_TRACE",                                                           \
+   "NLSPATH",                                                                \
+-  "RESOLV_HOST_CONF"                                                        \
++  "RESOLV_HOST_CONF",                                                       \
+   "RES_OPTIONS",                                                            \
+   "TMPDIR",                                                                 \
+   "TZDIR"
This page took 0.66361 seconds and 4 git commands to generate.