OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Aug-2006 15:37:44
Branch: HEAD Handle: 2006080514374400
Added files:
openpkg-src/ntp ntp.patch
Modified files:
openpkg-src/ntp ntp.spec
Log:
upgrading package: ntp 4.2.2 -> 4.2.2p2
Summary:
Revision Changes Path
1.9 +12 -0 openpkg-src/ntp/ntp.patch
1.80 +5 -3 openpkg-src/ntp/ntp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.patch
============================================================================
$ cvs diff -u -r0 -r1.9 ntp.patch
--- /dev/null 2006-08-05 15:37:44 +0200
+++ ntp.patch 2006-08-05 15:37:44 +0200
@@ -0,0 +1,12 @@
+Index: sntp/Makefile.in
+--- sntp/Makefile.in.orig 2006-07-09 13:05:54 +0200
++++ sntp/Makefile.in 2006-08-05 15:35:05 +0200
+@@ -66,7 +66,7 @@
+ timing.$(OBJEXT) unix.$(OBJEXT) $(am__objects_1)
+ sntp_OBJECTS = $(am_sntp_OBJECTS)
+ sntp_LDADD = $(LDADD)
+-DEFAULT_INCLUDES = -I. -I$(srcdir)
++DEFAULT_INCLUDES = -I. -I$(srcdir) -I..
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.spec
============================================================================
$ cvs diff -u -r1.79 -r1.80 ntp.spec
--- openpkg-src/ntp/ntp.spec 7 Jun 2006 07:46:25 -0000 1.79
+++ openpkg-src/ntp/ntp.spec 5 Aug 2006 13:37:44 -0000 1.80
@@ -32,8 +32,8 @@
Class: CORE
Group: Network
License: BSD-style
-Version: 4.2.2
-Release: 20060607
+Version: 4.2.2p2
+Release: 20060805
# package options
%option with_fsl yes
@@ -47,6 +47,7 @@
Source2: ntp.conf
Source3: rc.ntp
Source4: fsl.ntp
+Patch0: ntp.patch
# build information
Prefix: %{l_prefix}
@@ -81,12 +82,13 @@
prog ntp = {
version = %{version}
url = ftp://ftp.udel.edu/pub/ntp/ntp4/
- regex =
ntp-(stable-)?(\d+\.\d+\.[0-6]?[0-9][a-z]?(-rc\d+)?)\.tar\.gz
+ regex = ntp-(\d+\.\d+\.\d+(p\d+)?)\.tar\.gz
}
%prep
%setup -q
%setup -q -T -D -a 1
+ %patch -p0
%build
# configure program
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]