From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 4c2750b54d0ebd14738ddd8b7bbb4440b0d879e1
Date: Tue, 22 Mar 2016 16:30:19 +0000 [thread overview]
Message-ID: <20160322163019.7F8991081BA6@git01.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 7955 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 4c2750b54d0ebd14738ddd8b7bbb4440b0d879e1 (commit)
via 919e2c95c9688f609def412ffaa26abf8f7e1277 (commit)
via a9aa44edf12fbdf93128048aa611bc10785f3820 (commit)
via ca40f1f43f3398c36d8314ed0372ff0ebe6efd1f (commit)
via 9a9ccbeee5acc89d3c0eab4af2718eb7ed1ba283 (commit)
from b84a7b13c54e82568fb2f00a572b80cf4c4193d5 (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 4c2750b54d0ebd14738ddd8b7bbb4440b0d879e1
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Tue Mar 22 10:16:21 2016 +0100
c_icap_modules: Update to 0.4.2
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 919e2c95c9688f609def412ffaa26abf8f7e1277
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Tue Mar 22 10:02:31 2016 +0100
c_icap: Update to 0.4.2
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a9aa44edf12fbdf93128048aa611bc10785f3820
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Tue Mar 22 09:24:23 2016 +0100
c-ares: Update to 1.11.0
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ca40f1f43f3398c36d8314ed0372ff0ebe6efd1f
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Tue Mar 22 09:05:44 2016 +0100
cairo: Update to 1.14.6
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 9a9ccbeee5acc89d3c0eab4af2718eb7ed1ba283
Author: Alexander Marx <alexander.marx(a)ipfire.org>
Date: Tue Mar 22 16:00:44 2016 +0100
crda: Update to 3.18
Also updates the wireless reg domain database to 2016.02.08
Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
c-ares/c-ares.nm | 2 +-
c_icap/c_icap.nm | 6 ++--
c_icap_modules/c_icap_modules.nm | 8 ++---
cairo/cairo.nm | 2 +-
crda/crda.nm | 4 +--
...TDIR-support-in-install-libreg-rules-in-.patch0 | 36 ----------------------
crda/patches/crda-remove-ldconfig.patch0 | 11 -------
7 files changed, 11 insertions(+), 58 deletions(-)
delete mode 100644 crda/patches/crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch0
delete mode 100644 crda/patches/crda-remove-ldconfig.patch0
Difference in files:
diff --git a/c-ares/c-ares.nm b/c-ares/c-ares.nm
index dcbe850..531e18b 100644
--- a/c-ares/c-ares.nm
+++ b/c-ares/c-ares.nm
@@ -4,7 +4,7 @@
###############################################################################
name = c-ares
-version = 1.9.1
+version = 1.11.0
release = 1
groups = System/Libraries
diff --git a/c_icap/c_icap.nm b/c_icap/c_icap.nm
index 447941e..e031b43 100644
--- a/c_icap/c_icap.nm
+++ b/c_icap/c_icap.nm
@@ -4,8 +4,8 @@
###############################################################################
name = c_icap
-version = 0.1.7
-release = 4
+version = 0.4.2
+release = 1
groups = Networking/Daemons
url = http://c-icap.sourceforge.net
@@ -18,7 +18,7 @@ description
adaptation and filtering services.
end
-source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap/0.1.x/
+source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap/0.4.x/
build
requires
diff --git a/c_icap_modules/c_icap_modules.nm b/c_icap_modules/c_icap_modules.nm
index 59e6422..8e1123f 100644
--- a/c_icap_modules/c_icap_modules.nm
+++ b/c_icap_modules/c_icap_modules.nm
@@ -4,8 +4,8 @@
###############################################################################
name = c_icap_modules
-version = 0.1.6
-release = 3
+version = 0.4.2
+release = 1
groups = Networking/Daemons
url = http://c-icap.sourceforge.net
@@ -18,13 +18,13 @@ description
adaptation and filtering services.
end
-source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap-modules/0.1.x/
+source_dl = http://downloads.sourceforge.net/project/c-icap/c-icap-modules/0.4.x/
build
requires
autoconf
automake
- c_icap >= 0.1.7-3
+ c_icap >= 0.4.0
clamav-devel
libdb-devel
libtool-devel
diff --git a/cairo/cairo.nm b/cairo/cairo.nm
index 911ff4c..ee3c1c3 100644
--- a/cairo/cairo.nm
+++ b/cairo/cairo.nm
@@ -4,7 +4,7 @@
###############################################################################
name = cairo
-version = 1.14.2
+version = 1.14.6
release = 1
groups = System/Graphics
diff --git a/crda/crda.nm b/crda/crda.nm
index 76993a5..e54dad3 100644
--- a/crda/crda.nm
+++ b/crda/crda.nm
@@ -5,8 +5,8 @@
name = crda
version = %{ver_crda}-%{ver_regdb}
-ver_crda = 3.13
-ver_regdb = 2014.06.13
+ver_crda = 3.18
+ver_regdb = 2016.02.08
release = 1
maintainer = Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
diff --git a/crda/patches/crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch0 b/crda/patches/crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch0
deleted file mode 100644
index 9085718..0000000
--- a/crda/patches/crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch0
+++ /dev/null
@@ -1,36 +0,0 @@
-From 79f5cb8d130a635e0ee3eeb6a061a31d6bd7286e Mon Sep 17 00:00:00 2001
-From: "John W. Linville" <linville(a)tuxdriver.com>
-Date: Fri, 14 Feb 2014 13:39:14 -0500
-Subject: [PATCH] crda: Add DESTDIR support in install-libreg* rules in
- Makefile
-
-Signed-off-by: John W. Linville <linville(a)tuxdriver.com>
----
- Makefile | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 4a351c645bf4..807a53819453 100644
---- crda-3.13/Makefile
-+++ crda-3.13/Makefile
-@@ -119,13 +119,13 @@ $(LIBREG): regdb.h reglib.h reglib.c
-
- install-libreg-headers:
- $(NQ) ' INSTALL libreg-headers'
-- $(Q)mkdir -p $(INCLUDE_DIR)
-- $(Q)cp *.h $(INCLUDE_DIR)/
-+ $(Q)mkdir -p $(DESTDIR)/$(INCLUDE_DIR)
-+ $(Q)cp *.h $(DESTDIR)/$(INCLUDE_DIR)/
-
- install-libreg:
- $(NQ) ' INSTALL libreg'
-- $(Q)mkdir -p $(LIBDIR)
-- $(Q)cp $(LIBREG) $(LIBDIR)/
-+ $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
-+ $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
- $(Q)ldconfig
-
- %.o: %.c regdb.h $(LIBREG)
---
-1.8.5.3
-
diff --git a/crda/patches/crda-remove-ldconfig.patch0 b/crda/patches/crda-remove-ldconfig.patch0
deleted file mode 100644
index b9ba785..0000000
--- a/crda/patches/crda-remove-ldconfig.patch0
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up crda-3.13/Makefile.ldconfig crda-3.13/Makefile
---- crda-3.13/Makefile.ldconfig 2014-02-14 13:47:10.674521882 -0500
-+++ crda-3.13/Makefile 2014-02-14 13:47:14.284552473 -0500
-@@ -126,7 +126,6 @@ install-libreg:
- $(NQ) ' INSTALL libreg'
- $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
- $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
-- $(Q)ldconfig
-
- %.o: %.c regdb.h $(LIBREG)
- $(NQ) ' CC ' $@
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2016-03-22 16:30 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=20160322163019.7F8991081BA6@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