* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fb50fbb2b4e08194db20f0f7bfd0ce415786b18a
@ 2016-11-26 14:16 git
0 siblings, 0 replies; only message in thread
From: git @ 2016-11-26 14:16 UTC (permalink / raw)
To: ipfire-scm
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-26 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-26 14:16 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. fb50fbb2b4e08194db20f0f7bfd0ce415786b18a git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox