Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / sshuttle
Commits: 18ea9ec8 by Felix Yan at 2024-02-20T21:22:23+00:00 upgpkg: 1.1.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = sshuttle + pkgdesc = Transparent proxy server that forwards all TCP packets over ssh + pkgver = 1.1.2 + pkgrel = 1 + url = https://github.com/sshuttle/sshuttle + arch = any + license = GPL2 + checkdepends = python-pytest + makedepends = python-sphinx + makedepends = python-setuptools + depends = iptables + depends = openssh + depends = net-tools + backup = etc/sshuttle/tunnel.conf + backup = etc/sshuttle/prefixes.conf + source = https://github.com/sshuttle/sshuttle/archive/v1.1.2/sshuttle-1.1.2.tar.gz + source = sshuttle.service + source = prefixes.conf + source = tunnel.conf + sha512sums = c24a6490c1877b9ded8f5f4f44571953c4c204c33f0238c709ca32c7a581ddc919bfc48beb4fafd3a4d346cccd9b02dc7051b6233ff989a0ad329d55c1c5ec47 + sha512sums = c22504798f6220cd6b0946d6975375437c52753a241cd2a6a03d3aeb005ed1d78e6356dde23716e2514ccf6d7f1c6aace43956dbeede1bf028753b9bdcdd8b7d + sha512sums = cc5a5dee7991c7641fa8a4fb356e1977aa9d1cbfed63cb5ebf8732c4de76be841f66d9267472e70578b176f528d8cfb4f75e634d5d915f4c8bcdc0b801db8a13 + sha512sums = acd3d0024d4604cc6a96609286c3f27bce2f0b70a068f58a2110dacc235b22ba7cd83c8989f46d0a9391eda7d272040bb3b1b2c547ae3fa0c9f61bef0a187dda + +pkgname = sshuttle ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: alphazo <[email protected]> pkgname=sshuttle -pkgver=1.1.1 -pkgrel=2 +pkgver=1.1.2 +pkgrel=1 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh' arch=('any') url="https://github.com/sshuttle/sshuttle" @@ -14,7 +14,7 @@ checkdepends=('python-pytest') backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf') source=("https://github.com/sshuttle/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz" 'sshuttle.service' 'prefixes.conf' 'tunnel.conf') -sha512sums=('4f670bee34653e47cf7a0c8550b2ac734230ccf0d4fb6191ae3a0c6404847c788c3cdf033bc1571f49472729029077aa6d6970f4bce78fa4980f1f29ccbd2f7a' +sha512sums=('c24a6490c1877b9ded8f5f4f44571953c4c204c33f0238c709ca32c7a581ddc919bfc48beb4fafd3a4d346cccd9b02dc7051b6233ff989a0ad329d55c1c5ec47' 'c22504798f6220cd6b0946d6975375437c52753a241cd2a6a03d3aeb005ed1d78e6356dde23716e2514ccf6d7f1c6aace43956dbeede1bf028753b9bdcdd8b7d' 'cc5a5dee7991c7641fa8a4fb356e1977aa9d1cbfed63cb5ebf8732c4de76be841f66d9267472e70578b176f528d8cfb4f75e634d5d915f4c8bcdc0b801db8a13' 'acd3d0024d4604cc6a96609286c3f27bce2f0b70a068f58a2110dacc235b22ba7cd83c8989f46d0a9391eda7d272040bb3b1b2c547ae3fa0c9f61bef0a187dda') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sshuttle/-/commit/18ea9ec83a9d5533824d15d02d0b6e0d3b41ae81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sshuttle/-/commit/18ea9ec83a9d5533824d15d02d0b6e0d3b41ae81 You're receiving this email because of your account on gitlab.archlinux.org.
