[Pkg-utopia-commits] r913 - in
packages/unstable/networkmanager/debian: . patches
Riccardo Setti
giskard-guest at costa.debian.org
Mon Aug 7 08:36:38 UTC 2006
Author: giskard-guest
Date: 2006-08-07 08:36:38 +0000 (Mon, 07 Aug 2006)
New Revision: 913
Added:
packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch
Modified:
packages/unstable/networkmanager/debian/changelog
Log:
- 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)
Modified: packages/unstable/networkmanager/debian/changelog
===================================================================
--- packages/unstable/networkmanager/debian/changelog 2006-08-04 22:39:28 UTC (rev 912)
+++ packages/unstable/networkmanager/debian/changelog 2006-08-07 08:36:38 UTC (rev 913)
@@ -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 at debian.org> Wed, 2 Aug 2006 19:51:48 +0200
+ -- Riccardo Setti <giskard at debian.org> Mon, 7 Aug 2006 10:32:52 +0200
network-manager (0.6.3-2) unstable; urgency=low
Added: packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch
===================================================================
--- packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch 2006-08-04 22:39:28 UTC (rev 912)
+++ packages/unstable/networkmanager/debian/patches/09_fix_bigendian_sha1.patch 2006-08-07 08:36:38 UTC (rev 913)
@@ -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
More information about the Pkg-utopia-commits
mailing list