[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (efc0c3311ec3f1fc5cc2291c0652c73463b72f77)

Jaka Kranjc scm at mail.sourcemage.org
Fri Oct 20 10:55:40 EDT 2006


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 ChangeLog                           |    3 ++
 security/netpipe-redirector/BUILD   |    7 ++++++
 security/netpipe-redirector/DEPENDS |    1 
 security/netpipe-redirector/DETAILS |   24 +++++++++++++++++++++++
 security/netpipe-redirector/HISTORY |   37 ++++++++++++++++++++++++++++++++++++
 security/netpipe/BUILD              |    7 ------
 security/netpipe/CONFLICTS          |    1 
 security/netpipe/DEPENDS            |    1 
 security/netpipe/DETAILS            |   25 ------------------------
 security/netpipe/HISTORY            |   31 ------------------------------
 10 files changed, 72 insertions(+), 65 deletions(-)

New commits:
commit 06246c1faa0c028d98f69f6d0255de6712bdb6bb
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    security/netpipe renamed to netpipe-redirector to avoid conflict #8580
      Didn't do a full deprecation, as that could pick up the wrong spell!

diff --git a/ChangeLog b/ChangeLog
index 5a8bc47..0576ce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-20 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* security/netpipe renamed to netpipe-redirector to avoid conflict #8580
+
 2006-10-20 Juuso Alasuutari <iuso at sourcemage.org>
 	* kde-apps/KDE_DEPENDS: Source is_depends_enabled.function 
 	  (remove it when is_depends_enabled is in stable sorcery).
diff --git a/security/netpipe-redirector/BUILD b/security/netpipe-redirector/BUILD
new file mode 100755
index 0000000..e8e28ae
--- /dev/null
+++ b/security/netpipe-redirector/BUILD
@@ -0,0 +1,7 @@
+sedit  "s:CFLAGS=-O2 -Wall:CFLAGS=$CFLAGS:"  Makefile      &&
+sedit  's:/usr/local/:/usr/:'                Makefile      &&
+sedit  "s:CFLAGS=-O2 -Wall:CFLAGS=$CFLAGS:"  src/Makefile  &&
+sedit  's:/usr/local/:/usr/:'                src/Makefile  &&
+make_single                                                &&
+make                                                       &&
+make_normal
diff --git a/security/netpipe-redirector/DEPENDS b/security/netpipe-redirector/DEPENDS
new file mode 100755
index 0000000..dcc3939
--- /dev/null
+++ b/security/netpipe-redirector/DEPENDS
@@ -0,0 +1 @@
+depends  libnpconn
diff --git a/security/netpipe-redirector/DETAILS b/security/netpipe-redirector/DETAILS
new file mode 100755
index 0000000..eac67e5
--- /dev/null
+++ b/security/netpipe-redirector/DETAILS
@@ -0,0 +1,24 @@
+           SPELL=netpipe-redirector
+         VERSION=2.0
+          SOURCE=$SPELL.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://aconole.brad-x.com/programs/latest/$SOURCE
+   SOURCE_IGNORE=unversioned
+        WEB_SITE=http://aconole.brad-x.com/programs/netpipe.html
+         ENTERED=20030730
+      LICENSE[0]=GPL
+  FORCE_DOWNLOAD="on"
+           SHORT="Socket redirector"
+cat << EOF
+NetPipe is a redirector at it's core. It takes a socket in on one port, and
+reconnects that data out on the second port. It supports Multicast socket, UDP,
+TCP, and ICMP.* It is a fully functioning socket redirector, the aim of which
+is to open ports on a firewall without using IPTABLES.
+
+The PRIMARY function of NetPipe is to allow socket redirection through a
+firewall without using the firewall's core packet restricting information.
+This is useful if you're workplace has a restrictive firewall, so you can't
+connect out on port 25 to send email. You simply startup netpipe, and from work
+you can connect to your mailserver and send email. How about a redirector for
+110 also? no problem. Netpipe can redirect any TCP/UDP socket.
+EOF
diff --git a/security/netpipe-redirector/HISTORY b/security/netpipe-redirector/HISTORY
new file mode 100644
index 0000000..faf15f3
--- /dev/null
+++ b/security/netpipe-redirector/HISTORY
@@ -0,0 +1,37 @@
+2006-10-20 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* renamed to netpipe-redirector to avoid conflict #8580
+	  Didn't do a full deprecation, as that could pick up the wrong spell!
+	* CONFLICTS: removed, reached stable
+	* DETAILS: removed use MD5, use SOURCE_IGNORE instead
+
+2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
+	* DETAILS: [automated] Removed BUILD_API=2.
+
+2005-04-07 Eric Sandall <eric at sandall.us>
+	* Renamed from NetPipe
+	* DETAILS: Removed MAKE_NJOBS=1
+	  Renamed to netpipe
+	  Added FORCE_DOWNLOAD="on" as the source is non-versioned
+	  Use SOURCE in SOURCE_URL
+	  Added BUILD_API=2
+	* CONFLICTS: Auto-conflict with NetPipe
+	* BUILD: Run make_single before make and make_normal afterwards
+
+2004-05-03 Seth Woolley <seth at tautology.org>
+	* DETAILS: to fix md5 for SOURCE.
+
+2004-03-11 Robert Helgesson <rycee at home.se>
+	* DETAILS: Fixed SOURCE (bug #6102). Removed MAINTAINER. Fixed
+	  formatting some. Removed PKG_NAME.
+
+2003-12-25 Jason Flatt <jason at flattfamily.com>
+	* BUILD: Updated for new version. Also, cleaned up white space.
+	* DETAILS: Version bump to 2.0. Added MAKE_NJOBS=1.
+	* DEPENDS: Added for new version.
+
+2003-11-10 hgg <hgreig at bigpond.net.au>
+	* DETAILS: correct SOURCE to the 1.1 version
+
+2003-07-30 Vladimir Vydra <vydra at fria.fri.utc.sk>
+	* Spell created, version 1.1 .
+
diff --git a/security/netpipe/BUILD b/security/netpipe/BUILD
deleted file mode 100755
index e8e28ae..0000000
--- a/security/netpipe/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-sedit  "s:CFLAGS=-O2 -Wall:CFLAGS=$CFLAGS:"  Makefile      &&
-sedit  's:/usr/local/:/usr/:'                Makefile      &&
-sedit  "s:CFLAGS=-O2 -Wall:CFLAGS=$CFLAGS:"  src/Makefile  &&
-sedit  's:/usr/local/:/usr/:'                src/Makefile  &&
-make_single                                                &&
-make                                                       &&
-make_normal
diff --git a/security/netpipe/CONFLICTS b/security/netpipe/CONFLICTS
deleted file mode 100755
index 2c5cb0d..0000000
--- a/security/netpipe/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflict  NetPipe  y
diff --git a/security/netpipe/DEPENDS b/security/netpipe/DEPENDS
deleted file mode 100755
index dcc3939..0000000
--- a/security/netpipe/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  libnpconn
diff --git a/security/netpipe/DETAILS b/security/netpipe/DETAILS
deleted file mode 100755
index 3d99718..0000000
--- a/security/netpipe/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
-           SPELL=netpipe
-         VERSION=2.0
-          SOURCE=$SPELL.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-   SOURCE_URL[0]=http://aconole.brad-x.com/programs/latest/$SOURCE
-          MD5[0]=e498e0d84366d812b85c46881b5828db
-        WEB_SITE=http://aconole.brad-x.com/programs/netpipe.html
-         ENTERED=20030730
-         UPDATED=20031109
-      LICENSE[0]=GPL
-  FORCE_DOWNLOAD="on"
-           SHORT="Socket redirector"
-cat << EOF
-NetPipe is a redirector at it's core. It takes a socket in on one port, and
-reconnects that data out on the second port. It supports Multicast socket, UDP,
-TCP, and ICMP.* It is a fully functioning socket redirector, the aim of which
-is to open ports on a firewall without using IPTABLES.
-
-The PRIMARY function of NetPipe is to allow socket redirection through a
-firewall without using the firewall's core packet restricting information.
-This is useful if you're workplace has a restrictive firewall, so you can't
-connect out on port 25 to send email. You simply startup netpipe, and from work
-you can connect to your mailserver and send email. How about a redirector for
-110 also? no problem. Netpipe can redirect any TCP/UDP socket.
-EOF
diff --git a/security/netpipe/HISTORY b/security/netpipe/HISTORY
deleted file mode 100644
index 217bb58..0000000
--- a/security/netpipe/HISTORY
+++ /dev/null
@@ -1,31 +0,0 @@
-2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
-	* DETAILS: [automated] Removed BUILD_API=2.
-
-2005-04-07 Eric Sandall <eric at sandall.us>
-	* Renamed from NetPipe
-	* DETAILS: Removed MAKE_NJOBS=1
-	  Renamed to netpipe
-	  Added FORCE_DOWNLOAD="on" as the source is non-versioned
-	  Use SOURCE in SOURCE_URL
-	  Added BUILD_API=2
-	* CONFLICTS: Auto-conflict with NetPipe
-	* BUILD: Run make_single before make and make_normal afterwards
-
-2004-05-03 Seth Woolley <seth at tautology.org>
-	* DETAILS: to fix md5 for SOURCE.
-
-2004-03-11 Robert Helgesson <rycee at home.se>
-	* DETAILS: Fixed SOURCE (bug #6102). Removed MAINTAINER. Fixed
-	  formatting some. Removed PKG_NAME.
-
-2003-12-25 Jason Flatt <jason at flattfamily.com>
-	* BUILD: Updated for new version. Also, cleaned up white space.
-	* DETAILS: Version bump to 2.0. Added MAKE_NJOBS=1.
-	* DEPENDS: Added for new version.
-
-2003-11-10 hgg <hgreig at bigpond.net.au>
-	* DETAILS: correct SOURCE to the 1.1 version
-
-2003-07-30 Vladimir Vydra <vydra at fria.fri.utc.sk>
-	* Spell created, version 1.1 .
-



More information about the SM-Commit mailing list