This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, kernel-update has been updated via f00884a05f20ce160d6d557601f995cbc013b595 (commit) via d7386014598f9d442893652b642690658dac43ef (commit) via 08e3292c8dc375c34ab1e7e2e69ac312e36b1aa4 (commit) via 80dd5d2cf85c94e0e04c5fe6efdac7749ec08023 (commit) from 38bb1dd6653f79102e17aaae7e72ce85dbc589d6 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f00884a05f20ce160d6d557601f995cbc013b595 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 20 12:30:38 2012 -0400
kernel: update to 3.2.28.
commit d7386014598f9d442893652b642690658dac43ef Merge: 08e3292 38bb1dd Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Aug 20 12:29:53 2012 -0400
Merge branch 'kernel-update' of ssh://git.ipfire.org/pub/git/ipfire-2.x into kernel-update
commit 08e3292c8dc375c34ab1e7e2e69ac312e36b1aa4 Merge: 80dd5d2 3e78d71 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Aug 17 02:08:13 2012 -0400
Merge branch 'kernel-update' of ssh://git.ipfire.org/pub/git/ipfire-2.x into kernel-update
commit 80dd5d2cf85c94e0e04c5fe6efdac7749ec08023 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Aug 14 14:28:07 2012 -0400
strongswan: fix rootfiles for arm build.
padlock module is only present on intel.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/i586/strongswan-padlock | 1 + config/rootfiles/common/strongswan | 2 +- lfs/linux | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 config/rootfiles/common/i586/strongswan-padlock
Difference in files: diff --git a/config/rootfiles/common/i586/strongswan-padlock b/config/rootfiles/common/i586/strongswan-padlock new file mode 100644 index 0000000..02aa457 --- /dev/null +++ b/config/rootfiles/common/i586/strongswan-padlock @@ -0,0 +1 @@ +usr/lib/ipsec/plugins/libstrongswan-padlock.so diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index ac368d6..18d7582 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -41,7 +41,7 @@ usr/lib/ipsec/plugins/libstrongswan-kernel-netlink.so usr/lib/ipsec/plugins/libstrongswan-md5.so usr/lib/ipsec/plugins/libstrongswan-nonce.so usr/lib/ipsec/plugins/libstrongswan-openssl.so -usr/lib/ipsec/plugins/libstrongswan-padlock.so +#usr/lib/ipsec/plugins/libstrongswan-padlock.so usr/lib/ipsec/plugins/libstrongswan-pem.so usr/lib/ipsec/plugins/libstrongswan-pgp.so usr/lib/ipsec/plugins/libstrongswan-pkcs1.so diff --git a/lfs/linux b/lfs/linux index 9f994f8..4161ae0 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@
include Config
-VER = 3.2.27 +VER = 3.2.28
RPI_PATCHES = linux-3.2-bootc-f23da7f
@@ -75,7 +75,7 @@ objects =$(DL_FILE) \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz
-$(DL_FILE)_MD5 = ba14821366a1c055bcd0fe210297d09b +$(DL_FILE)_MD5 = d387130f084f48fae7b2d1756f6c9257 rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = 5651c6411bb1cbdbfe4b2908c117aaf3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree