I've been gone for a while, and I noticed that the 'shorewall' port was removed a few months back for lack of a maintainer. I don't have a copy of it, and while I could put one together myself, I'd rather save the work. Is there an easy way to look at old versions of the repos? I tried doing an SVN checkout according to the wiki instructions <http://crux.nu/Main/SvnHowTo>, hoping I could look through the old revisions until I found it, but I keep getting 405 errors from the server. Also, if anyone has a copy of the 'shorewall' port from the last year, that would solve this, too. -Ryan
On Wed, 24 Jan 2007 11:40:52 +0000 "Ryan B. Lynch" <rlynch@bway.net> wrote:
I've been gone for a while, and I noticed that the 'shorewall' port was removed a few months back for lack of a maintainer. I don't have a copy of it, and while I could put one together myself, I'd rather save the work.
Is there an easy way to look at old versions of the repos? I tried doing an SVN checkout according to the wiki instructions <http://crux.nu/Main/SvnHowTo>, hoping I could look through the old revisions until I found it, but I keep getting 405 errors from the server.
We moved our repos from svn to git some time ago; shorewall is available here: http://crux.nu/gitweb/?p=ports/attic.git;a=tree;f=shorewall;h=52e1bee8e0f6a5... On a related note, the attic and contrib-old repositories will be removed soon from our server, to get a local copy before they're gone, do: git clone git://crux.nu/ports/attic.git git clone git://crux.nu/ports/contrib-old.git Regards, Simone -- Simone Rota <sip@varlock.com>
Ryan B. Lynch wrote:
I've been gone for a while, and I noticed that the 'shorewall' port was removed a few months back for lack of a maintainer. I don't have a copy of it, and while I could put one together myself, I'd rather save the work.
Is there an easy way to look at old versions of the repos? I tried doing an SVN checkout according to the wiki instructions <http://crux.nu/Main/SvnHowTo>, hoping I could look through the old revisions until I found it, but I keep getting 405 errors from the server.
Also, if anyone has a copy of the 'shorewall' port from the last year, that would solve this, too.
-Ryan
Hi, I've got an onlod CRUX 2.1 install and prt-get cat shorewall gives me this. HTH Joe # $Id: Pkgfile,v 1.9 2005/11/05 09:18:46 sten Exp $ # Description: a high-level tool for configuring Netfilter via simple textfiles # URL: http://www.shorewall.net/ # Maintainer: sten, nick dot steeves at shaw dot ca # Packager: # Depends on: iptables name=shorewall version=2.4.6 release=1 source=(ftp://ftp.shorewall.net/pub/shorewall/2.4/shorewall-$version/shorewall-$version.tgz) build() { cd $name-$version export DEST="/etc/rc.d" export OWNER=root export GROUP=root export PREFIX=$PKG ./install.sh sed -i 's:/var/lock/subsys/shorewall:"":' \ $PKG/etc/shorewall/shorewall.conf }
participants (3)
-
Joe Gilmour
-
Ryan B. Lynch
-
Simone Rota