Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (8d684a2c6fcd1e89401ee328fe3363285b45b310)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (8d684a2c6fcd1e89401ee328fe3363285b45b310)
  • Date: Tue, 10 Aug 2010 19:08:18 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

utils/ntp/DETAILS | 4 ++--
utils/ntp/HISTORY | 4 ++++
utils/ntp/PRE_BUILD | 3 ---
utils/ntp/ntp-4.2.4p7-ipv6.patch | 10 ----------
utils/ntp/ntp-4.2.6p2.tar.gz.sig |binary
5 files changed, 6 insertions(+), 15 deletions(-)

New commits:
commit 8d684a2c6fcd1e89401ee328fe3363285b45b310
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

ntp: updated to 4.2.6p2

diff --git a/utils/ntp/DETAILS b/utils/ntp/DETAILS
index eee34c6..7f4df9e 100755
--- a/utils/ntp/DETAILS
+++ b/utils/ntp/DETAILS
@@ -1,11 +1,11 @@
SPELL=ntp
- VERSION=4.2.4p7
+ VERSION=4.2.6p2
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:d08368c9bd146461c2337f27af596d79f9a7a9294ed66f91a4b66a40c020e5e2e2f0c2d2481920d24fd89acaef110149f1e00c8cb27c93b496960b17fcf94dd3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.udel.edu/pub/ntp/ntp4/$SOURCE

SOURCE_URL[1]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
WEB_SITE=http://www.ntp.org/
ENTERED=20011004
LICENSE[0]=PD
diff --git a/utils/ntp/HISTORY b/utils/ntp/HISTORY
index 65239b1..d0d2da2 100644
--- a/utils/ntp/HISTORY
+++ b/utils/ntp/HISTORY
@@ -1,3 +1,7 @@
+2010-08-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 4.2.6p2
+ * PRE_BUILD: removed IPv6 patch as build failed with it.
+
2010-04-22 Elisamuel Resto <ryuji AT sourcemage.org>
* PRE_BUILD: added new IPv6 fix patch, changed old way of applying
glibc patch
* glibc-2.10.patch: paths at top so no need to specify file, cleaner.
diff --git a/utils/ntp/PRE_BUILD b/utils/ntp/PRE_BUILD
index 1050cb7..7918e5b 100755
--- a/utils/ntp/PRE_BUILD
+++ b/utils/ntp/PRE_BUILD
@@ -3,6 +3,3 @@ cd "$SOURCE_DIRECTORY" &&

patch -p1 -i "$SCRIPT_DIRECTORY/glibc-2.10.patch" &&

-if list_find "$NTP_IPV6" "--with-ipv6"; then
- patch -p1 -i "$SCRIPT_DIRECTORY/ntp-4.2.4p7-ipv6.patch"
-fi
diff --git a/utils/ntp/ntp-4.2.4p7-ipv6.patch
b/utils/ntp/ntp-4.2.4p7-ipv6.patch
deleted file mode 100644
index 253a424..0000000
--- a/utils/ntp/ntp-4.2.4p7-ipv6.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac 2009-06-18 14:48:12.151346763 +0200
-+++ b/configure.ac 2009-06-18 14:50:07.054692531 +0200
-@@ -4456,6 +4456,7 @@
- [
- AC_LANG_PROGRAM(
- [
-+ #define _GNU_SOURCE
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
diff --git a/utils/ntp/ntp-4.2.6p2.tar.gz.sig
b/utils/ntp/ntp-4.2.6p2.tar.gz.sig
new file mode 100644
index 0000000..608c334
Binary files /dev/null and b/utils/ntp/ntp-4.2.6p2.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (8d684a2c6fcd1e89401ee328fe3363285b45b310), Robin Cook, 08/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page