public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <20150519174131.F1B8A22382@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4181 bytes --]

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(a)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(a)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(a)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(a)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

                 reply	other threads:[~2015-05-19 17:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150519174131.F1B8A22382@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox