Date: Friday, June 8, 2012 @ 08:45:31
  Author: allan
Revision: 161272

upgpkg: glibc 2.15-11

rebuild to fix mq_getattr issue (FS#30189), remove unneeded patch, compress 
large patch, add patch to fix test-suite failures with --as-needed, thidy 
configure options

Deleted:
  glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch

--------------------------------------------------------+
 glibc-2.12.2-ignore-origin-of-privileged-program.patch |   14 --------------
 1 file changed, 14 deletions(-)

Deleted: glibc-2.12.2-ignore-origin-of-privileged-program.patch
===================================================================
--- glibc-2.12.2-ignore-origin-of-privileged-program.patch      2012-06-08 
12:45:05 UTC (rev 161271)
+++ glibc-2.12.2-ignore-origin-of-privileged-program.patch      2012-06-08 
12:45:31 UTC (rev 161272)
@@ -1,14 +0,0 @@
-diff --git a/elf/dl-object.c b/elf/dl-object.c
-index 22a1635..7674d49 100644
---- a/elf/dl-object.c
-+++ b/elf/dl-object.c
-@@ -214,6 +214,9 @@ _dl_new_object (char *realname, const char *libname, int 
type,
-     out:
-       new->l_origin = origin;
-     }
-+  else if (INTUSE(__libc_enable_secure) && type == lt_executable)
-+    /* The origin of a privileged program cannot be trusted.  */
-+    new->l_origin = (char *) -1;
- 
-   return new;
- }

Reply via email to