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 3.x development tree".
The branch, master has been updated via b16bc1c5eac76a953f3ff78ee6b1af0f6db34a05 (commit) via 1e338b355766c9c006ef0db2788df858dddd75ef (commit) via 0eb4bf22db721e9e745b1c04001a207d70021009 (commit) via 723a1c8c4c82019946b0c9ad9c5e96264da6eacd (commit) via 29913e4d5a74fdc4a2ff8c5960d49f16e178b8bb (commit) via 7fd5428909b9f2b58f5a5f0211820016a114ec24 (commit) via f29d4f375dd2f0c536f64c5fcf41a93a650ce675 (commit) via f59c3c0483649711d289e08648c08883ac06b176 (commit) via d515f6f6242216ea3110b54b912ba88a60b8b946 (commit) via d9ce2e8ac75e0cf238b473cd8f9a6568fb5b7024 (commit) from d8f7b9a3db6be3d1bca4cd88f12ef2ca454f5666 (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 b16bc1c5eac76a953f3ff78ee6b1af0f6db34a05 Merge: 1e338b3 d9ce2e8 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 3 18:30:59 2012 +0100
Merge remote-tracking branch 'stevee/systemd'
commit 1e338b355766c9c006ef0db2788df858dddd75ef Merge: 0eb4bf2 d515f6f Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 3 18:30:56 2012 +0100
Merge remote-tracking branch 'stevee/libtiff'
commit 0eb4bf22db721e9e745b1c04001a207d70021009 Merge: 723a1c8 f59c3c0 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 3 18:30:53 2012 +0100
Merge remote-tracking branch 'stevee/strongswan'
commit 723a1c8c4c82019946b0c9ad9c5e96264da6eacd Merge: 29913e4 7fd5428 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 3 18:30:51 2012 +0100
Merge remote-tracking branch 'stevee/libpng'
commit 29913e4d5a74fdc4a2ff8c5960d49f16e178b8bb Merge: d8f7b9a f29d4f3 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 3 18:30:47 2012 +0100
Merge remote-tracking branch 'stevee/hdparm'
commit 7fd5428909b9f2b58f5a5f0211820016a114ec24 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Mar 3 14:21:32 2012 +0100
libpng: Update to 1.5.9.
Fixes #10028
commit f29d4f375dd2f0c536f64c5fcf41a93a650ce675 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Mar 3 15:30:54 2012 +0100
hdparm: Update to 9.39.
Fixes #10027
commit f59c3c0483649711d289e08648c08883ac06b176 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Mar 3 16:50:18 2012 +0100
strongswan: Update to 4.6.2.
Fixes #10038
commit d515f6f6242216ea3110b54b912ba88a60b8b946 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Mar 3 14:15:09 2012 +0100
libtiff: Update to 4.0.1.
commit d9ce2e8ac75e0cf238b473cd8f9a6568fb5b7024 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Mar 3 13:40:29 2012 +0100
systemd: Fix activation of default units.
The full path to the systemctl binary was missing, so the command wasn't correctly executed.
Fixes #10033
-----------------------------------------------------------------------
Summary of changes: hdparm/hdparm.nm | 4 ++-- libpng/libpng.nm | 10 +++++----- libtiff/libtiff.nm | 4 ++-- strongswan/strongswan.nm | 8 ++++---- systemd/systemd.nm | 8 ++++---- 5 files changed, 17 insertions(+), 17 deletions(-)
Difference in files: diff --git a/hdparm/hdparm.nm b/hdparm/hdparm.nm index 4394809..aac269c 100644 --- a/hdparm/hdparm.nm +++ b/hdparm/hdparm.nm @@ -4,8 +4,8 @@ ###############################################################################
name = hdparm -version = 9.38 -release = 2 +version = 9.39 +release = 1
groups = Applications/Hardware url = http://sourceforge.net/projects/hdparm/ diff --git a/libpng/libpng.nm b/libpng/libpng.nm index 752ba69..55268a8 100644 --- a/libpng/libpng.nm +++ b/libpng/libpng.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libpng -version = 1.5.7 +version = 1.5.9 release = 1
groups = System/Libraries @@ -13,10 +13,10 @@ license = zlib summary = A library of functions for manipulating PNG image format files.
description - The libpng package contains a library of functions for creating and \ - manipulating PNG (Portable Network Graphics) image format files. \ - PNG is a bit-mapped graphics format similar to the GIF format. PNG \ - was created to replace the GIF format, since GIF uses a patented \ + The libpng package contains a library of functions for creating and + manipulating PNG (Portable Network Graphics) image format files. + PNG is a bit-mapped graphics format similar to the GIF format. PNG + was created to replace the GIF format, since GIF uses a patented data compression algorithm. end
diff --git a/libtiff/libtiff.nm b/libtiff/libtiff.nm index d81e2d4..1d62064 100644 --- a/libtiff/libtiff.nm +++ b/libtiff/libtiff.nm @@ -4,8 +4,8 @@ ###############################################################################
name = libtiff -version = 4.0.0 -release = 2 +version = 4.0.1 +release = 1 thisapp = tiff-%{version}
groups = System/Libraries diff --git a/strongswan/strongswan.nm b/strongswan/strongswan.nm index 2db6214..08f3cc3 100644 --- a/strongswan/strongswan.nm +++ b/strongswan/strongswan.nm @@ -4,7 +4,7 @@ ###############################################################################
name = strongswan -version = 4.6.1 +version = 4.6.2 release = 1
groups = Networking/VPN @@ -13,9 +13,9 @@ license = GPL summary = IPsec and IKEv1 implementation for Linux 2.4 and 2.6 kernels.
description - StrongSwan is a complete IPsec and IKEv1 implementation for \ - Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2 \ - protocol with Linux 2.6 kernels. It interoperates in both IKEv1 \ + StrongSwan is a complete IPsec and IKEv1 implementation for + Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2 + protocol with Linux 2.6 kernels. It interoperates in both IKEv1 and IKEv2 mode with most other IPsec-based VPN products. end
diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 94d350b..352bf45 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@
name = systemd version = 37 -release = 2 +release = 3
maintainer = Stefan Schantl stefan.schantl@ipfire.org groups = System/Base @@ -161,21 +161,21 @@ packages
script postin # Enable default services. - systemctl enable \ + /bin/systemctl enable \ getty@.service \ remote-fs.target > /dev/null 2>&1 || : end
script preun # Disable default services. - systemctl disable \ + /bin/systemctl disable \ getty@.service \ remote-fs.target > /dev/null 2>&1 || : end
script postup # Reload service files - systemctl daemon-reload > /dev/null 2>&1 || : + /bin/systemctl daemon-reload > /dev/null 2>&1 || : end end
hooks/post-receive -- IPFire 3.x development tree