From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4
Date: Mon, 08 Jul 2013 20:00:47 +0200 [thread overview]
Message-ID: <20130708180050.894A3202C1@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3470 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 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4 (commit)
via c5ac16e32cb172c38bd24a4b67805c5033b8c10e (commit)
from a310d240e25e2bdbef400455ac1a77720f948971 (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 576ea568f5563ff1b56e8b297d1f3cbd3a45c0f4
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Jul 8 19:54:40 2013 +0200
gnutls: Fix testsuite.
datefudge has been missing to run the testsuite.
commit c5ac16e32cb172c38bd24a4b67805c5033b8c10e
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Mon Jul 8 19:15:59 2013 +0200
datefudge: New package.
-----------------------------------------------------------------------
Summary of changes:
datefudge/datefudge.nm | 46 ++++++++++++++++++++++++++++++++++++++++++++++
gnutls/gnutls.nm | 3 ++-
2 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 datefudge/datefudge.nm
Difference in files:
diff --git a/datefudge/datefudge.nm b/datefudge/datefudge.nm
new file mode 100644
index 0000000..5efb2f7
--- /dev/null
+++ b/datefudge/datefudge.nm
@@ -0,0 +1,46 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = datefudge
+version = 1.18
+release = 1
+
+groups = System/Tools
+url = http://anonscm.debian.org/gitweb/?p=users/robert/datefudge.git;a=summary
+license = GPLv2
+summary = A tool for faking the system date.
+
+description
+ Datefudge fakes the system date so that a program think the wall clock
+ is different. The faking is not complete; timestamp on files are not
+ affected in any way. This package is useful if you want to test the date
+ handling of your programs without changing the system clock.
+end
+
+source_dl = http://ftp.de.debian.org/debian/pool/main/d/%{name}/
+sources = %{name}_%{version}.tar.gz
+
+build
+ # Honor our CFLAGS.
+ make_build_targets += \
+ CFLAGS="%{CFLAGS}" \
+ LDFLAGS="%{LDFLAGS}"
+
+ test
+ make test
+ end
+
+ # Install libs to the correct place.
+ make_install_targets += \
+ libdir=%{libdir}/%{name}
+end
+
+packages
+ package %{name}
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm
index 70158c7..070a7fc 100644
--- a/gnutls/gnutls.nm
+++ b/gnutls/gnutls.nm
@@ -7,7 +7,7 @@ name = gnutls
version = %{ver_maj}.%{ver_min}
ver_maj = 3.2
ver_min = 1
-release = 1
+release = 1.1
groups = System/Libraries
url = http://www.gnu.org/software/gnutls/
@@ -26,6 +26,7 @@ sources = %{thisapp}.tar.xz
build
requires
+ datefudge
gettext
guile-devel
libgcrypt-devel
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2013-07-08 18:00 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=20130708180050.894A3202C1@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