[Glibc-bsd-commits] r4837 - in trunk/kfreebsd-9/debian: . patches

Robert Millan rmh at alioth.debian.org
Wed Jul 31 13:56:39 UTC 2013


Author: rmh
Date: 2013-07-31 13:56:38 +0000 (Wed, 31 Jul 2013)
New Revision: 4837

Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/901_disable_optimization_2.diff
   trunk/kfreebsd-9/debian/patches/950_no_stack_protector.diff
Log:
  * New upstream release (svn253698 == 9.2-BETA2).
    - Refresh all patches.

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2013-07-30 06:57:04 UTC (rev 4836)
+++ trunk/kfreebsd-9/debian/changelog	2013-07-31 13:56:38 UTC (rev 4837)
@@ -1,5 +1,8 @@
-kfreebsd-9 (9.2~svn253470-2) UNRELEASED; urgency=low
+kfreebsd-9 (9.2~svn253698-1) experimental; urgency=low
 
+  * New upstream release (svn253698 == 9.2-BETA2).
+    - Refresh all patches.
+
   [ Guillem Jover ]
   * Switch to canonical Vcs URLs.
   * Place transitional packages on Section oldlibs and Priority extra.
@@ -7,7 +10,7 @@
   [ Petr Salinger ]  
   * Re-enable 901_disable_optimization_2.diff. Closes: #718250.
 
- -- Guillem Jover <guillem at debian.org>  Mon, 29 Jul 2013 14:26:55 +0200
+ -- Robert Millan <rmh at debian.org>  Wed, 31 Jul 2013 13:52:17 +0200
 
 kfreebsd-9 (9.2~svn253470-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-9/debian/patches/901_disable_optimization_2.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/901_disable_optimization_2.diff	2013-07-30 06:57:04 UTC (rev 4836)
+++ trunk/kfreebsd-9/debian/patches/901_disable_optimization_2.diff	2013-07-31 13:56:38 UTC (rev 4837)
@@ -5,7 +5,7 @@
 
 --- a/sys/conf/kern.pre.mk
 +++ b/sys/conf/kern.pre.mk
-@@ -45,6 +45,9 @@
+@@ -47,6 +47,9 @@
  .if !empty(COPTFLAGS:M-O[23s]) && empty(COPTFLAGS:M-fno-strict-aliasing)
  COPTFLAGS+= -fno-strict-aliasing
  .endif
@@ -17,7 +17,7 @@
  .endif
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -91,6 +91,9 @@
+@@ -87,6 +87,9 @@
  .if !empty(CFLAGS:M-O[23s]) && empty(CFLAGS:M-fno-strict-aliasing)
  CFLAGS+=	-fno-strict-aliasing
  .endif

Modified: trunk/kfreebsd-9/debian/patches/950_no_stack_protector.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/950_no_stack_protector.diff	2013-07-30 06:57:04 UTC (rev 4836)
+++ trunk/kfreebsd-9/debian/patches/950_no_stack_protector.diff	2013-07-31 13:56:38 UTC (rev 4837)
@@ -19,7 +19,7 @@
  CFLAGS+=	-fstack-protector
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -137,6 +137,9 @@
+@@ -140,6 +140,9 @@
  CTFFLAGS+=	-g
  .endif
  




More information about the Glibc-bsd-commits mailing list