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 d395d27547ae29333eabf2ffd1296292cde4485c (commit) via df44baeb7272aba0afd6afc4d1b7657e3496723b (commit) via 320f35075a0611e95b425f1049d6d79721bd5518 (commit) from 4d0d549d199cb14ab7075638f41bf3643a610115 (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 d395d27547ae29333eabf2ffd1296292cde4485c Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 19 19:41:17 2015 +0200
nettle: Update to version 3.1.1
commit df44baeb7272aba0afd6afc4d1b7657e3496723b Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 19 19:40:22 2015 +0200
ed: Update to version 1.11
Fixes #10798
commit 320f35075a0611e95b425f1049d6d79721bd5518 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 19 19:38:57 2015 +0200
lzip: New package
The GNU project is starting to distribute some packages compressed with the lzip algorithm (tar.lz). This algorithm is based on LZMA and adds integrity of the compressed data.
The lzip package is added to the default build environment.
-----------------------------------------------------------------------
Summary of changes: ed/ed.nm | 11 +++++++---- lzip/lzip.nm | 36 ++++++++++++++++++++++++++++++++++++ nettle/nettle.nm | 2 +- 3 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 lzip/lzip.nm
Difference in files: diff --git a/ed/ed.nm b/ed/ed.nm index e24d6d7..54aea7a 100644 --- a/ed/ed.nm +++ b/ed/ed.nm @@ -4,8 +4,8 @@ ###############################################################################
name = ed -version = 1.5 -release = 4 +version = 1.11 +release = 1
groups = Application/Text url = http://www.gnu.org/software/ed/ @@ -19,10 +19,13 @@ description (emacs and vi, for example). end
-source_dl = +source_dl = http://ftpmirror.gnu.org/ed/ +sources = %{thisapp}.tar.lz
build - make_build_target = CFLAGS="%{CFLAGS}" + requires + lzip + end end
packages diff --git a/lzip/lzip.nm b/lzip/lzip.nm new file mode 100644 index 0000000..432a298 --- /dev/null +++ b/lzip/lzip.nm @@ -0,0 +1,36 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = lzip +version = 1.16 +release = 1 + +groups = Application/File +url = http://www.nongnu.org/lzip/lzip.html +license = GPLv3+ +summary = LZMA compressor with integrity checking + +description + Lzip compresses data using LZMA (Lempel-Ziv-Markov chain-Algorithm). It + supports integrity checking using CRC (Cyclic Redundancy Check). To archive + multiple files, tar can be used with lzip. Please note, that the lzip file + format (.lz) is not compatible with the lzma file format (.lzma). +end + +source_dl = http://download.savannah.gnu.org/releases/lzip/ + +build + make_install_target += install-man +end + +packages + package %{name} + groups += Build + end + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/nettle/nettle.nm b/nettle/nettle.nm index efbffe2..9522b64 100644 --- a/nettle/nettle.nm +++ b/nettle/nettle.nm @@ -4,7 +4,7 @@ ###############################################################################
name = nettle -version = 3.1 +version = 3.1.1 release = 1
groups = System/Libraries
hooks/post-receive -- IPFire 3.x development tree