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. fb50fbb2b4e08194db20f0f7bfd0ce415786b18a
Date: Sat, 26 Nov 2016 14:16:00 +0000	[thread overview]
Message-ID: <20161126141601.36EB51078E80@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4678 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  fb50fbb2b4e08194db20f0f7bfd0ce415786b18a (commit)
       via  bddb443a5442d374147176439a07f21f775fbf0e (commit)
      from  659ef6bffcd217994842073ef051a6aaf9141083 (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 fb50fbb2b4e08194db20f0f7bfd0ce415786b18a
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Nov 26 15:15:09 2016 +0100

    libarchive: Update to 3.2.2
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit bddb443a5442d374147176439a07f21f775fbf0e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Nov 26 14:41:09 2016 +0100

    libsolv: Update to 0.6.24
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 libarchive/libarchive.nm | 32 ++++++++++++++++++++++++--------
 libsolv/libsolv.nm       | 15 +++++++--------
 2 files changed, 31 insertions(+), 16 deletions(-)

Difference in files:
diff --git a/libarchive/libarchive.nm b/libarchive/libarchive.nm
index 65eff96..6df6206 100644
--- a/libarchive/libarchive.nm
+++ b/libarchive/libarchive.nm
@@ -4,19 +4,20 @@
 ###############################################################################
 
 name       = libarchive
-version    = 3.1.2
+version    = 3.2.2
 release    = 1
 
 groups     = System/Libraries
 url        = http://www.libarchive.org/
 license    = BSD
-summary    = A library for handling streaming archive formats.
+summary    = A library for handling streaming archive formats
 
 description
-	Libarchive is a programming library that can create and read several different
-	streaming archive formats, including most popular tar variants, several cpio
-	formats, and both BSD and GNU ar variants. It can also write shar archives and
-	read ISO9660 CDROM images and ZIP archives.
+	Libarchive is a programming library that can create and read several
+	different streaming archive formats, including most popular tar
+	variants, several cpio formats, and both BSD and GNU ar variants.
+	It can also write shar archives and read ISO9660 CDROM images and ZIP
+	archives.
 end
 
 source_dl  = http://www.libarchive.org/downloads/
@@ -26,18 +27,33 @@ build
 		bison
 		bzip2-devel
 		e2fsprogs-devel
+		expat-devel
 		libacl-devel
 		libattr-devel
-		libxml2-devel
+		lzo-devel
+		nettle-devel
 		openssl-devel
 		xz-devel
 		zlib-devel
 	end
 
 	configure_options += \
+		--enable-acl \
+		--enable-xattr \
 		--disable-static \
 		--disable-bsdtar \
-		--disable-bsdcpio
+		--disable-bsdcpio \
+		--with-bzip2 \
+		--with-expat \
+		--with-lzo2 \
+		--with-nettle \
+		--with-zlib \
+		--without-lzmadec
+
+	test
+		# Fails immediately with SEGV
+		make check || :
+	end
 
 	install_cmds
 		rm -rfv %{BUILDROOT}/usr/share/man/man5/{cpio,mtree,tar}.5
diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm
index a415620..1841203 100644
--- a/libsolv/libsolv.nm
+++ b/libsolv/libsolv.nm
@@ -4,38 +4,37 @@
 ###############################################################################
 
 name       = libsolv
-version    = 0.4.1
-git_ver    = bcedc98
-release    = 2.git%{git_ver}
+version    = 0.6.24
+release    = 1
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
 groups     = System/Libraries
 url        = https://github.com/openSUSE/libsolv
 license    = BSD
-summary    = A library for solving package dependencies.
+summary    = A library for solving package dependencies
 
 description
 	A library for solving package dependencies by using a SAT
 	resolver written in C++.
 end
 
-thisapp    = %{name}-%{git_ver}
-sources    = %{thisapp}.tar.xz
+source_dl  = https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/
 
 build
 	requires
 		gcc-c++
 		cmake >= 2.8.4-2
 		expat-devel
+		gettext-devel
+		xz-devel
 		zlib-devel
 	end
 
-	DIR_APP = %{DIR_SRC}/%{name}
-
 	build
 		mkdir build
 		cd build && %{cmake} .. \
 			-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+			-DENABLE_LZMA_COMPRESSION=1 \
 			-DENABLE_PERL=0 \
 			-DENABLE_PYTHON=0 \
 			-DENABLE_RUBY=0 \


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2016-11-26 14:16 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=20161126141601.36EB51078E80@git01.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