[Pkg-utopia-commits] r1744 - in /packages/unstable/networkmanager/debian: changelog patches/21-endianess_fix_r2754.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 28 18:27:56 UTC 2007


Author: biebl
Date: Fri Sep 28 18:27:56 2007
New Revision: 1744

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1744
Log:
* debian/patches/21-endianess_fix_r2754.patch
  - Fixes a problem with ASCII passphrases on big-endian systems due to a missing 
    config.h include. (Closes: 391364)

Added:
    packages/unstable/networkmanager/debian/patches/21-endianess_fix_r2754.patch
Modified:
    packages/unstable/networkmanager/debian/changelog

Modified: packages/unstable/networkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/changelog?rev=1744&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/changelog (original)
+++ packages/unstable/networkmanager/debian/changelog Fri Sep 28 18:27:56 2007
@@ -1,8 +1,10 @@
-network-manager (0.6.5-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Michael Biebl <biebl at debian.org>  Mon, 27 Aug 2007 01:42:37 +0200
+network-manager (0.6.5-2) unstable; urgency=low
+
+  * debian/patches/21-endianess_fix_r2754.patch
+    - Fixes a problem with ASCII passphrases on big-endian systems due to a missing 
+      config.h include. (Closes: 391364)
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 09 Sep 2007 17:54:50 +0200
 
 network-manager (0.6.5-1) unstable; urgency=low
 

Added: packages/unstable/networkmanager/debian/patches/21-endianess_fix_r2754.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/patches/21-endianess_fix_r2754.patch?rev=1744&op=file
==============================================================================
--- packages/unstable/networkmanager/debian/patches/21-endianess_fix_r2754.patch (added)
+++ packages/unstable/networkmanager/debian/patches/21-endianess_fix_r2754.patch Fri Sep 28 18:27:56 2007
@@ -1,0 +1,28 @@
+Index: ChangeLog
+===================================================================
+--- ChangeLog	(Revision 2753)
++++ ChangeLog	(Revision 2754)
+@@ -1,3 +1,8 @@
++2007-08-30  Dan Williams  <dcbw at redhat.com>
++
++	* libnm-util/sha1.c
++		- Include config.h to get defines for endiannes (gnome.org #420216)
++
+ 2007-07-26  Dan Williams  <dcbw at redhat.com>
+ 
+ 	Patch from Bernhard Miklautz <bernhard.miklautz at shacknet.at>
+Index: libnm-util/sha1.c
+===================================================================
+--- libnm-util/sha1.c	(Revision 2753)
++++ libnm-util/sha1.c	(Revision 2754)
+@@ -12,6 +12,10 @@
+  * See README and COPYING for more details.
+  */
+ 
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #include <stdlib.h>
+ #include <string.h>
+ 




More information about the Pkg-utopia-commits mailing list