From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 7688a412dfc8d2cfea0e4813ea2aacef091e9c04
Date: Tue, 19 Jan 2016 00:53:35 +0100 [thread overview]
Message-ID: <20160118235336.6922F21A01@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3496 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 7688a412dfc8d2cfea0e4813ea2aacef091e9c04 (commit)
from 34cbdcf7e5f847f7498f2f5bae54dbd257953553 (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 7688a412dfc8d2cfea0e4813ea2aacef091e9c04
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Jan 18 23:53:05 2016 +0000
findutils: Update to 4.6.0
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
findutils/findutils.nm | 9 +++++-
.../patches/findutils-4.6.0-mbrtowc-tests.patch | 35 ++++++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 findutils/patches/findutils-4.6.0-mbrtowc-tests.patch
Difference in files:
diff --git a/findutils/findutils.nm b/findutils/findutils.nm
index 135faed..da3bca2 100644
--- a/findutils/findutils.nm
+++ b/findutils/findutils.nm
@@ -4,7 +4,7 @@
###############################################################################
name = findutils
-version = 4.5.14
+version = 4.6.0
release = 1
groups = System/Tools
@@ -25,9 +25,16 @@ source_dl = http://ftp.gnu.org/pub/gnu/findutils/ ftp://alpha.gnu.org/gnu/findu
build
requires
+ autoconf
+ automake
+ gettext-devel
libselinux-devel
end
+ prepare_cmds
+ autoreconf -vfi
+ end
+
configure_options += \
--libexecdir=/usr/lib/findutils \
--localstatedir=/var/lib/locate
diff --git a/findutils/patches/findutils-4.6.0-mbrtowc-tests.patch b/findutils/patches/findutils-4.6.0-mbrtowc-tests.patch
new file mode 100644
index 0000000..a140654
--- /dev/null
+++ b/findutils/patches/findutils-4.6.0-mbrtowc-tests.patch
@@ -0,0 +1,35 @@
+From 06a46ba755195810f2aeda01b12d1ccfe7c2dcfd Mon Sep 17 00:00:00 2001
+From: Daiki Ueno <ueno(a)gnu.org>
+Date: Mon, 28 Dec 2015 06:27:42 +0900
+Subject: [PATCH] maint: fix operator precedence in mbrtowc test
+
+This is a fix for test breakage introduced by commit 45228d96; the
+equality expression must be parenthesized when negated with '!',
+otherwise we always get:
+
+ test-mbrtowc.c:49: assertion 'ret == (size_t)(-2)' failed
+
+* m4/mbrtowc.m4 (gl_MBRTOWC_EMPTY_INPUT): Negate the entire expression.
+
+Upstream-commit: 1f63650823cebf52044df840c81062ccb52163a2
+Signed-off-by: Kamil Dudka <kdudka(a)redhat.com>
+---
+ gl/m4/mbrtowc.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gl/m4/mbrtowc.m4 b/gl/m4/mbrtowc.m4
+index deb9f06..be2e9d6 100644
+--- a/gl/m4/mbrtowc.m4
++++ b/gl/m4/mbrtowc.m4
+@@ -569,7 +569,7 @@ changequote([,])dnl
+ int
+ main (void)
+ {
+- return ! mbrtowc (&wc, "", 0, &mbs) == (size_t) -2;
++ return mbrtowc (&wc, "", 0, &mbs) != (size_t) -2;
+ }]])],
+ [gl_cv_func_mbrtowc_empty_input=yes],
+ [gl_cv_func_mbrtowc_empty_input=no],
+--
+2.5.0
+
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2016-01-18 23:53 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=20160118235336.6922F21A01@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