From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] acl: version bump 2.2.49 -> 2.2.52
Date: Mon, 18 Apr 2016 20:23:15 +0200 [thread overview]
Message-ID: <20160418182315.GA12318@localhost.localdomain> (raw)
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
...ildmacros-fix-installation-of-static-libs.patch | 25 ----------------------
...ave-C-and-CPPFLAGS-from-configure-and-use.patch | 0
...ldmacros-add-tag-CC-to-libtool-invocation.patch | 0
...buildmacros-fix-install-with-user-domain.patch} | 0
patches/{acl-2.2.49 => acl-2.2.52}/series | 3 +--
rules/acl.make | 4 ++--
6 files changed, 3 insertions(+), 29 deletions(-)
delete mode 100644 patches/acl-2.2.49/0003-buildmacros-fix-installation-of-static-libs.patch
rename patches/{acl-2.2.49 => acl-2.2.52}/0001-builddefs-save-C-and-CPPFLAGS-from-configure-and-use.patch (100%)
rename patches/{acl-2.2.49 => acl-2.2.52}/0002-buildmacros-add-tag-CC-to-libtool-invocation.patch (100%)
rename patches/{acl-2.2.49/0004-buildmacros-fix-install-with-user-domain.patch => acl-2.2.52/0003-buildmacros-fix-install-with-user-domain.patch} (100%)
rename patches/{acl-2.2.49 => acl-2.2.52}/series (66%)
diff --git a/patches/acl-2.2.49/0003-buildmacros-fix-installation-of-static-libs.patch b/patches/acl-2.2.49/0003-buildmacros-fix-installation-of-static-libs.patch
deleted file mode 100644
index ac35a16..0000000
--- a/patches/acl-2.2.49/0003-buildmacros-fix-installation-of-static-libs.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Marc Kleine-Budde <mkl@pengutronix.de>
-Date: Wed, 13 Jan 2010 15:33:11 +0100
-Subject: [PATCH] buildmacros: fix installation of static libs
-
-Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
----
- include/buildmacros | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/include/buildmacros b/include/buildmacros
-index 71ce471..d9b0734 100644
---- a/include/buildmacros
-+++ b/include/buildmacros
-@@ -99,7 +99,7 @@ endif
- INSTALL_LTLIB_STATIC = \
- cd $(TOPDIR)/$(LIBNAME)/.libs; \
- ../$(INSTALL) -m 755 -d $(PKG_DEVLIB_DIR); \
-- ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_DEVLIB_DIR)
-+ ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).la $(PKG_DEVLIB_DIR)
-
- INSTALL_MAN = \
- @for d in $(MAN_PAGES); do \
---
-1.7.0.4
-
diff --git a/patches/acl-2.2.49/0001-builddefs-save-C-and-CPPFLAGS-from-configure-and-use.patch b/patches/acl-2.2.52/0001-builddefs-save-C-and-CPPFLAGS-from-configure-and-use.patch
similarity index 100%
rename from patches/acl-2.2.49/0001-builddefs-save-C-and-CPPFLAGS-from-configure-and-use.patch
rename to patches/acl-2.2.52/0001-builddefs-save-C-and-CPPFLAGS-from-configure-and-use.patch
diff --git a/patches/acl-2.2.49/0002-buildmacros-add-tag-CC-to-libtool-invocation.patch b/patches/acl-2.2.52/0002-buildmacros-add-tag-CC-to-libtool-invocation.patch
similarity index 100%
rename from patches/acl-2.2.49/0002-buildmacros-add-tag-CC-to-libtool-invocation.patch
rename to patches/acl-2.2.52/0002-buildmacros-add-tag-CC-to-libtool-invocation.patch
diff --git a/patches/acl-2.2.49/0004-buildmacros-fix-install-with-user-domain.patch b/patches/acl-2.2.52/0003-buildmacros-fix-install-with-user-domain.patch
similarity index 100%
rename from patches/acl-2.2.49/0004-buildmacros-fix-install-with-user-domain.patch
rename to patches/acl-2.2.52/0003-buildmacros-fix-install-with-user-domain.patch
diff --git a/patches/acl-2.2.49/series b/patches/acl-2.2.52/series
similarity index 66%
rename from patches/acl-2.2.49/series
rename to patches/acl-2.2.52/series
index 8d3b589..2f0742c 100644
--- a/patches/acl-2.2.49/series
+++ b/patches/acl-2.2.52/series
@@ -1,6 +1,5 @@
# generated by git-ptx-patches
0001-builddefs-save-C-and-CPPFLAGS-from-configure-and-use.patch
0002-buildmacros-add-tag-CC-to-libtool-invocation.patch
-0003-buildmacros-fix-installation-of-static-libs.patch
-0004-buildmacros-fix-install-with-user-domain.patch
+0003-buildmacros-fix-install-with-user-domain.patch
# 2eab836d9981c83ac12078b434b28788 - git-ptx-patches magic
diff --git a/rules/acl.make b/rules/acl.make
index 867dcf6..f0a06e1 100644
--- a/rules/acl.make
+++ b/rules/acl.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_ACL) += acl
#
# Paths and names
#
-ACL_VERSION := 2.2.49
-ACL_MD5 := 181445894cca986da9ae0099d5ce2d08
+ACL_VERSION := 2.2.52
+ACL_MD5 := a61415312426e9c2212bd7dc7929abda
ACL := acl-$(ACL_VERSION)
ACL_SUFFIX := tar.gz
ACL_URL := http://download.savannah.gnu.org/releases/acl/$(ACL).src.$(ACL_SUFFIX)
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2016-04-18 18:23 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=20160418182315.GA12318@localhost.localdomain \
--to=ladis@linux-mips.org \
--cc=ptxdist@pengutronix.de \
/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