summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2015-06-20 01:26:09 +0200
committerMuflone2015-06-20 01:26:09 +0200
commit14b23df763dae16389f98373c3f3c0c4b57b360c (patch)
treefe83b32226de47fccaf6cddce7c4d7cffabc87d7
parentd2a08095d21f909e19f4f9c350eac97ccfb8022a (diff)
downloadaur-14b23df763dae16389f98373c3f3c0c4b57b360c.tar.gz
Updated package ntpdate 4.2.8.p2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--restore-html2man.patch22
3 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82ada1844f3..495e63acc6dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ntpdate
pkgdesc = Client for the Network Time Protocol (NTP)
- pkgver = 4.2.8.p1
+ pkgver = 4.2.8.p2
pkgrel = 1
url = http://www.ntp.org/
arch = i686
@@ -11,14 +11,14 @@ pkgbase = ntpdate
conflicts = ntp
conflicts = ntpdate-dev
backup = etc/conf.d/ntpdate.conf
- source = http://archive.ntp.org/ntp4/ntp-4.2.8p1.tar.gz
+ source = http://archive.ntp.org/ntp4/ntp-4.2.8p2.tar.gz
source = ntpdate.conf
source = ntpdate.service
source = restore-html2man.patch
- sha256sums = 948274b88f1ed002d867ced6aaefdfd0999668b11285ac2b3a67ff2629d59d88
+ sha256sums = 0b2953c7f68dca5a36183b2dbbeef091f2d074e12fb35007a10efd66787a8ab4
sha256sums = 1ddbf0f51e030c6ec48d50e1b0eb6682f2d51567fbbb8fdd695a0e38a6036fd7
sha256sums = 2267e19120de4a73703ed0d83a4a0088309600ce3fed88c3c17a950fa0c1aa85
- sha256sums = 59571e06242a224c7cacaec7395b7fd25078ab469abb035ea0eb6fbecab8fd65
+ sha256sums = c97469a1562db1ae3ef41b323021c9261ef87ed558a7f986fd0c4d6dc7b237f9
pkgname = ntpdate
diff --git a/PKGBUILD b/PKGBUILD
index e1c6e1556620..4d02b9027a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ntpdate
_pkgname=ntp
-_pkgver=4.2.8p1
+_pkgver=4.2.8p2
pkgver=${_pkgver/p/.p}
pkgrel=1
pkgdesc='Client for the Network Time Protocol (NTP)'
@@ -18,10 +18,10 @@ source=("http://archive.ntp.org/ntp4/${_pkgname}-${_pkgver}.tar.gz"
"${pkgname}.conf"
"${pkgname}.service"
"restore-html2man.patch")
-sha256sums=('948274b88f1ed002d867ced6aaefdfd0999668b11285ac2b3a67ff2629d59d88'
+sha256sums=('0b2953c7f68dca5a36183b2dbbeef091f2d074e12fb35007a10efd66787a8ab4'
'1ddbf0f51e030c6ec48d50e1b0eb6682f2d51567fbbb8fdd695a0e38a6036fd7'
'2267e19120de4a73703ed0d83a4a0088309600ce3fed88c3c17a950fa0c1aa85'
- '59571e06242a224c7cacaec7395b7fd25078ab469abb035ea0eb6fbecab8fd65')
+ 'c97469a1562db1ae3ef41b323021c9261ef87ed558a7f986fd0c4d6dc7b237f9')
prepare() {
cd "${srcdir}/${_pkgname}-${_pkgver}"
diff --git a/restore-html2man.patch b/restore-html2man.patch
index cdf3070573f9..86011dc16e83 100644
--- a/restore-html2man.patch
+++ b/restore-html2man.patch
@@ -1,24 +1,24 @@
-diff -Naur ntp-dev-4.2.7p444.orig/configure ntp-dev-4.2.7p444/configure
---- ntp-dev-4.2.7p444.orig/configure 2014-05-19 11:24:45.000000000 +0200
-+++ ntp-dev-4.2.7p444/configure 2014-06-08 15:35:06.854519261 +0200
-@@ -35946,6 +35946,8 @@
+diff -Naur ntp-4.2.8p2.orig/configure ntp-4.2.8p2/configure
+--- ntp-4.2.8p2.orig/configure 2015-04-07 10:18:45.000000000 +0200
++++ ntp-4.2.8p2/configure 2015-06-20 01:12:28.910011543 +0200
+@@ -36528,6 +36528,8 @@
ac_config_files="$ac_config_files scripts/summary"
+ac_config_files="$ac_config_files scripts/html2man"
+
- ac_config_files="$ac_config_files scripts/build/Makefile"
+ ac_config_files="$ac_config_files scripts/update-leap/Makefile"
ac_config_files="$ac_config_files tests/Makefile"
-@@ -37184,6 +37186,7 @@
+@@ -37779,6 +37781,7 @@
"scripts/ntpver") CONFIG_FILES="$CONFIG_FILES scripts/ntpver" ;;
"scripts/plot_summary") CONFIG_FILES="$CONFIG_FILES scripts/plot_summary" ;;
"scripts/summary") CONFIG_FILES="$CONFIG_FILES scripts/summary" ;;
+ "scripts/html2man") CONFIG_FILES="$CONFIG_FILES scripts/html2man" ;;
- "scripts/build/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/build/Makefile" ;;
+ "scripts/update-leap/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/update-leap/Makefile" ;;
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"tests/libntp/Makefile") CONFIG_FILES="$CONFIG_FILES tests/libntp/Makefile" ;;
-@@ -38730,6 +38733,7 @@
+@@ -39325,6 +39328,7 @@
"scripts/ntpver":F) chmod +x scripts/ntpver ;;
"scripts/plot_summary":F) chmod +x scripts/plot_summary ;;
"scripts/summary":F) chmod +x scripts/summary ;;
@@ -26,9 +26,9 @@ diff -Naur ntp-dev-4.2.7p444.orig/configure ntp-dev-4.2.7p444/configure
esac
done # for ac_tag
-diff -Naur ntp-dev-4.2.7p444.orig/scripts/deprecated/html2man.in ntp-dev-4.2.7p444/scripts/deprecated/html2man.in
---- ntp-dev-4.2.7p444.orig/scripts/deprecated/html2man.in 2013-12-21 12:12:06.000000000 +0100
-+++ ntp-dev-4.2.7p444/scripts/deprecated/html2man.in 2014-06-08 15:35:38.591185697 +0200
+diff -Naur ntp-4.2.8p2.orig/scripts/deprecated/html2man.in ntp-4.2.8p2/scripts/deprecated/html2man.in
+--- ntp-4.2.8p2.orig/scripts/deprecated/html2man.in 2014-12-19 12:56:54.000000000 +0100
++++ ntp-4.2.8p2/scripts/deprecated/html2man.in 2015-06-20 01:12:26.876678224 +0200
@@ -51,6 +51,7 @@
mkdir $MANDIR, 0777;
mkdir "$MANDIR/man8", 0777;