From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. d395d27547ae29333eabf2ffd1296292cde4485c Date: Tue, 19 May 2015 19:41:31 +0200 Message-ID: <20150519174131.F1B8A22382@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7254342664119628454==" List-Id: --===============7254342664119628454== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Tue May 19 19:41:17 2015 +0200 nettle: Update to version 3.1.1 commit df44baeb7272aba0afd6afc4d1b7657e3496723b Author: Michael Tremer Date: Tue May 19 19:40:22 2015 +0200 ed: Update to version 1.11 =20 Fixes #10798 commit 320f35075a0611e95b425f1049d6d79721bd5518 Author: Michael Tremer Date: Tue May 19 19:38:57 2015 +0200 lzip: New package =20 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. =20 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 @@ ############################################################################= ### =20 name =3D ed -version =3D 1.5 -release =3D 4 +version =3D 1.11 +release =3D 1 =20 groups =3D Application/Text url =3D http://www.gnu.org/software/ed/ @@ -19,10 +19,13 @@ description (emacs and vi, for example). end =20 -source_dl =3D +source_dl =3D http://ftpmirror.gnu.org/ed/ +sources =3D %{thisapp}.tar.lz =20 build - make_build_target =3D CFLAGS=3D"%{CFLAGS}" + requires + lzip + end end =20 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 = # +############################################################################= ### + +name =3D lzip +version =3D 1.16 +release =3D 1 + +groups =3D Application/File +url =3D http://www.nongnu.org/lzip/lzip.html +license =3D GPLv3+ +summary =3D 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 =3D http://download.savannah.gnu.org/releases/lzip/ + +build + make_install_target +=3D install-man +end + +packages + package %{name} + groups +=3D 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 @@ ############################################################################= ### =20 name =3D nettle -version =3D 3.1 +version =3D 3.1.1 release =3D 1 =20 groups =3D System/Libraries hooks/post-receive -- IPFire 3.x development tree --===============7254342664119628454==--