ddclient: 3.9.1 -> 3.10.0

This commit is contained in:
Tim Biermann 2022-11-19 20:20:05 +00:00
parent ee78230d9d
commit c6f6354d34
3 changed files with 16 additions and 18 deletions

View File

@ -1,10 +1,8 @@
drwxr-xr-x root/root etc/
-rw------- root/root etc/ddclient.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/ddclient
-rw-r--r-- root/root etc/ddclient.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ddclient
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/cache/
drwxr-xr-x root/root var/cache/ddclient/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ddclient
drwxr-xr-x root/root usr/var/
drwxr-xr-x root/root usr/var/cache/
drwxr-xr-x root/root usr/var/cache/ddclient/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xSYnvdptmOTbiHXIi0nYMVhnw1huENzhb4mRQbb1Ixhmt3Ly44Tz1iYjsuHpHWFPRU7d0klKdqfoR5TVaAmGQw=
SHA256 (Pkgfile) = a6e139ac6428c36dbd5d7e60e9b524b27b01dc561bec652ba31d31f64019e4d6
SHA256 (.footprint) = 9d888cc14a2f6e9a90d80e360e3963cce73ae32aeb5caedb759b6846a452fe9a
SHA256 (ddclient-v3.9.1.tar.gz) = e4969e15cc491fc52bdcd649d4c2b0e4b1bf0c9f9dba23471c634871acc52470
RWSagIOpLGJF32dDycWyizj0b1XJq2DZ4V+e5CQJbC7q7kzK8ibAmtcv65jvrMoYCoWA3vE7El09oiKbLQ1Utxzzt0qQ4P6JggI=
SHA256 (Pkgfile) = 77e3e50ee8347b0c6ff37be4cf5faf59db18087b603c037898547faf980255a2
SHA256 (.footprint) = da7de60e955a37799bcf63606740705251d29b138952f10c6eac1f9e07be5a0e
SHA256 (ddclient-v3.10.0.tar.gz) = 34b6d9a946290af0927e27460a965ad018a7c525625063b0f380cbddffc01c1b
SHA256 (ddclient.rc) = c80b3ede788eb0b45f0f27441271351486136b397d78d380e4e3eb91bb3b8aba

View File

@ -4,16 +4,16 @@
# Depends on: p5-io-socket-ssl p5-io-socket-inet6 p5-digest-sha1 p5-data-validate-ip
name=ddclient
version=3.9.1
version=3.10.0
release=1
source=(https://github.com/ddclient/ddclient/archive/v$version/$name-v$version.tar.gz
ddclient.rc)
build() {
cd $name-$version
sed -i -e 's|/etc/ddclient/|/etc/|' ddclient
install -d $PKG/var/cache/ddclient
install -D -m 0755 ddclient $PKG/usr/sbin/ddclient
install -D -m 0755 $SRC/ddclient.rc $PKG/etc/rc.d/ddclient
install -D -m 0600 sample-etc_ddclient.conf $PKG/etc/ddclient.conf
autoreconf -vfi
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}