diff options
author | Juergen Daubert <jue@jue.li> | 2022-03-16 11:43:23 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-03-16 11:43:23 +0100 |
commit | 11c6e95c801b01cd5bfb9dbd81e9cfcac3a8952a (patch) | |
tree | 480559352b98737a90fc18c4b051ef72318dce51 /stunnel | |
parent | de6be0b71b74def1b3b518e369d9ff4ffda0bd2b (diff) | |
download | opt-11c6e95c801b01cd5bfb9dbd81e9cfcac3a8952a.tar.gz opt-11c6e95c801b01cd5bfb9dbd81e9cfcac3a8952a.tar.xz |
stunnel: update to 5.63
Diffstat (limited to 'stunnel')
-rw-r--r-- | stunnel/.signature | 6 | ||||
-rw-r--r-- | stunnel/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/stunnel/.signature b/stunnel/.signature index 2b1d0c47f..9bf074bf2 100644 --- a/stunnel/.signature +++ b/stunnel/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QxJK79ALtr6x/XrKLjfkjU3L/4xA34JK5kWmzORr/T0c9efLXVL0W+k86Pgv3kyMf+b6QhoW9nOLAaLYxEgugI= -SHA256 (Pkgfile) = 4e16f466fcb304c67caf3268805db52b0ad056fe9a7828ed1d880aebdf6fbed3 +RWSE3ohX2g5d/WC8eTY3czI+xbIAh1CPNjqWKpsQjKf/wTnmENn0B9e3kofO/kDz5FrgwrFL8ETWJ8p0PcGEuMuY1rQa+DDItww= +SHA256 (Pkgfile) = c9996f8d180586489bdefbb78744dfa93d17e6025eb72d4be9073e7ca05b2fdf SHA256 (.footprint) = f83e6abdfdb94cb68ef512ba0ef5d19a1e180887f2cf7c92d2916af0ec7b1e51 -SHA256 (stunnel-5.62.tar.gz) = 9cf5bb949022aa66c736c1326554cca27d0641605a6370274edc4951eb5bd339 +SHA256 (stunnel-5.63.tar.gz) = c74c4e15144a3ae34b8b890bb31c909207301490bd1e51bfaaa5ffeb0a994617 SHA256 (stunnel.conf) = ef09041fd68530a6029826678eb22db30a80d8a77308ee361b12aa466f7daa28 SHA256 (stunnel) = c6e5c2bcfd87b709bbc24b5c24a603b43bc9440e125eeaf283a11daadc78cbd7 diff --git a/stunnel/Pkgfile b/stunnel/Pkgfile index 1db10af63..518aecdca 100644 --- a/stunnel/Pkgfile +++ b/stunnel/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl zlib name=stunnel -version=5.62 +version=5.63 release=1 source=(https://www.stunnel.org/downloads/$name-$version.tar.gz \ $name.conf $name) @@ -23,7 +23,7 @@ build () { install -D -m 0755 src/stunnel $PKG/usr/sbin/stunnel install -D -m 0644 doc/stunnel.8 $PKG/usr/share/man/man8/stunnel.8 - install -D -m 0755 $SRC/stunnel $PKG/etc/rc.d/stunnel + install -D -m 0755 $SRC/stunnel $PKG/etc/rc.d/stunnel install -D -m 0644 $SRC/stunnel.conf $PKG/etc/stunnel.conf install -d $PKG/var/run |