[Lunar-commits] <moonbase-other> dhcp: version bumped to 4.2.5-P1.
Florin Braescu
florin at lunar-linux.org
Sat Apr 13 14:18:28 CEST 2013
commit 207ebea9158b4a29b43f3f2fc953a821e6b43b97
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 13 Apr 2013 05:18:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/207ebea9158b4a29b43f3f2fc953a821e6b43b97
dhcp: version bumped to 4.2.5-P1.
---
mail/dovecot/DETAILS | +4/-4
net/dhcp/BUILD | +2/-8
net/dhcp/DETAILS | +3/-3
3 files changed, 9 insertions(+), 15 deletions(-)
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,11 +1,11 @@
MODULE=dovecot
- VERSION=2.1.16
+ VERSION=2.2.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.dovecot.org/releases/${VERSION::3}
- SOURCE_VFY=sha1:71ce7301fd74c183a5366500b42df2cbc1700cf6
+ SOURCE_URL=http://www.dovecot.org/releases/${VERSION%.*}
+ SOURCE_VFY=sha1:a39758b2e9283a972afc25af8e3416ef34840c4a
WEB_SITE=http://www.dovecot.org
ENTERED=20041204
- UPDATED=20130405
+ UPDATED=20130413
SHORT="A small, fast and secure (SSL) Maildir capable imap daemon"
cat << EOF
--- a/net/dhcp/BUILD
+++ b/net/dhcp/BUILD
@@ -6,12 +6,6 @@
--with-cli-lease-file=/var/state/dhclient/dhclient.leases \
--with-cli6-lease-file=/var/state/dhclient/dhclient6.leases"
- # Correct paths
- patch_it $SOURCE2 1 &&
-
- # Make missing ipv6 non fatal
- patch_it $SOURCE3 0 &&
-
default_build &&
install -D -m0755 client/scripts/linux /usr/sbin/dhclient-script &&
@@ -25,9 +19,9 @@
[ -f /etc/dhcpd6.conf ] || touch /etc/dhcpd6.conf &&
# Always overwrite sample configs
- install -D -m 0644 server/dhcpd.conf /etc/dhcpd.conf.sample &&
+ install -D -m 0644 server/dhcpd.conf.example /etc/dhcpd.conf.example &&
install -D -m 0644 doc/examples/dhcpd-dhcpv6.conf /etc/dhcpd6.conf.sample &&
- install -D -m 0644 client/dhclient.conf /etc/dhclient.conf.sample &&
+ install -D -m 0644 client/dhclient.conf.example /etc/dhclient.conf.example &&
install -D -m 0644 doc/examples/dhclient-dhcpv6.conf /etc/dhclient6.conf.sample
) > $C_FIFO 2>&1
--- a/net/dhcp/DETAILS
+++ b/net/dhcp/DETAILS
@@ -1,17 +1,17 @@
MODULE=dhcp
- VERSION=4.2.4-P2
+ VERSION=4.2.5-P1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=dhcp-4.2.3-no-conf-and-proper-paths.patch
SOURCE3=dhcp-4.1.1-missing-ipv6-not-fatal.patch
SOURCE_URL=ftp://ftp.isc.org/isc/$MODULE/$VERSION
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:78a819d7af6688942429de2178124ea371f038f2
+ SOURCE_VFY=sha1:120b6e476b2ac0d35e1dc8dee53752c42449b925
SOURCE2_VFY=sha1:be19c87e477c0480ae6447e06432575911eb7a95
SOURCE3_VFY=sha1:2ea1872a8a2aa513410a278bc2cd61630fdfd03f
WEB_SITE=http://www.isc.org/products/DHCP
ENTERED=20010922
- UPDATED=20120916
+ UPDATED=20130413
SHORT="A server and client for automatic IP configuration"
PSAFE=no
More information about the Lunar-commits
mailing list