about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorRiccardo Setti <giskard@autistici.org>2006-08-07 08:36:38 +0000
committerRiccardo Setti <giskard@autistici.org>2006-08-07 08:36:38 +0000
commit28d56c2421a32c149cc62a7ab14ab18f05bd042e (patch)
treeab192be6b3c8f6858349ed543ae4d4c43d1c54c6 /debian
parentb5c7402310a94300f20924523d5cd0d8b63816d6 (diff)
- allow "auto-hotplug" iface to be managed by NM. (closes: #381017)
* Added 09_fix_bigendian_sha1.patch wich will fix the WPA+plaint text pw
  auth method on powerpc (and in other bigendian arch) (closes: #381464)

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@913 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/09_fix_bigendian_sha1.patch14
2 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cd7f013b..cd19f05b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 network-manager (0.6.4-1) unstable; urgency=low
 
   * New upstream release. (closes: #379163)
-  - allow "auto-hotplug" iface to be managed by NM. (closes: #381017)
+   - allow "auto-hotplug" iface to be managed by NM. (closes: #381017)
+  * Added 09_fix_bigendian_sha1.patch wich will fix the WPA+plaint text pw
+    auth method on powerpc (and in other bigendian arch) (closes: #381464)
 
- -- Riccardo Setti <giskard@debian.org>  Wed,  2 Aug 2006 19:51:48 +0200
+ -- Riccardo Setti <giskard@debian.org>  Mon,  7 Aug 2006 10:32:52 +0200
 
 network-manager (0.6.3-2) unstable; urgency=low
 
diff --git a/debian/patches/09_fix_bigendian_sha1.patch b/debian/patches/09_fix_bigendian_sha1.patch
new file mode 100644
index 00000000..07d2f2ae
--- /dev/null
+++ b/debian/patches/09_fix_bigendian_sha1.patch
@@ -0,0 +1,14 @@
+--- configure.old	2006-08-07 10:31:07.000000000 +0200
++++ configure	2006-08-07 10:31:14.000000000 +0200
+@@ -25440,6 +25440,11 @@
+ echo "${ECHO_T}no" >&6; }
+ fi
+ 
++## Enable bigendian stuff for sha1 hash code
++if "$target_cpu" = "powerpc"; then
++      CPU_CFLAGS="-DWORDS_BIGENDIAN $CPU_CFLAGS"
++fi
++
+ ac_config_files="$ac_config_files Makefile include/Makefile utils/Makefile src/Makefile src/named-manager/Makefile src/vpn-manager/Makefile src/dhcp-manager/Makefile src/backends/Makefile libnm-util/libnm-util.pc libnm-util/Makefile dispatcher-daemon/Makefile gnome/Makefile gnome/applet/Makefile gnome/applet/icons/Makefile gnome/libnm_glib/libnm_glib.pc gnome/libnm_glib/Makefile gnome/vpn-properties/Makefile test/Makefile test/test-common/Makefile test/libnm-util/Makefile initscript/Makefile initscript/RedHat/Makefile initscript/RedHat/NetworkManager initscript/RedHat/NetworkManagerDispatcher initscript/Gentoo/Makefile initscript/Gentoo/NetworkManager initscript/Debian/Makefile initscript/Slackware/Makefile initscript/Slackware/rc.networkmanager initscript/Slackware/rc.networkmanager-dispatcher initscript/SUSE/Makefile initscript/SUSE/networkmanager initscript/SUSE/networkmanager-dispatcher initscript/Arch/Makefile initscript/Arch/networkmanager initscript/Arch/networkmanager-dispatcher man/Makefile man/NetworkManager.1 man/NetworkManagerDispatcher.1 man/nm-tool.1 po/Makefile.in NetworkManager.pc"
+ 
+ cat >confcache <<\_ACEOF