Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (5a7c6391b33eae80b3d4977cd615e916e4acdb34)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (5a7c6391b33eae80b3d4977cd615e916e4acdb34)
  • Date: Mon, 28 Sep 2009 20:20:43 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

net/libnet/DETAILS | 12 ++++++------
net/libnet/HISTORY | 3 +++
2 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 5a7c6391b33eae80b3d4977cd615e916e4acdb34
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

net/libnet: version -> 1.1.4, new website

The former site (packetfactory) is dead, and there are new maintainers
fo the project. It is now hosted on sourceforge.net.

diff --git a/net/libnet/DETAILS b/net/libnet/DETAILS
index 4991163..eeaef6e 100755
--- a/net/libnet/DETAILS
+++ b/net/libnet/DETAILS
@@ -1,14 +1,14 @@
SPELL=libnet
- VERSION=1.1.2.1
+ VERSION=1.1.4
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
- SOURCE_URL[0]=http://www.packetfactory.net/libnet/dist/$SOURCE
-
SOURCE_HASH=sha512:07ad785427ca9c608a2150095f0623edaefe99a09d06d208f5ee6c0de62b03635685eecfaa4872a63b4e66197aaea9ed4358c3308070102b8a6b63a9286dcb47
- WEB_SITE=http://www.packetfactory.net/libnet/
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/libnet-dev/$SOURCE
+
SOURCE_HASH=sha512:c40fc215d2fd22b1eaa31fbd9405cfa41cdb193e27027ca3cd10e5dbe379a25e13266b299126f1b3d6a8e8a2e314356ab15600892480deb21fada771e2d29de3
+ WEB_SITE=http://libnet-dev.sourceforge.net
ENTERED=20020820
LICENSE[0]=BSD
KEYWORDS="net"
- SHORT="high-level API for construct and inject network packets"
+ SHORT="high-level API to construct and inject network packets"
cat << EOF
Libnet is a high-level API (toolkit) allowing the application programmer to
construct and inject network packets. It provides a portable and simplified
diff --git a/net/libnet/HISTORY b/net/libnet/HISTORY
index fd1628d..f6e8401 100644
--- a/net/libnet/HISTORY
+++ b/net/libnet/HISTORY
@@ -1,3 +1,6 @@
+2009-09-28 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: new website (old one is dead), version bump
+
2008-10-15 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: cleaned up
* DETAILS: quoting paths; fixed descs



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (5a7c6391b33eae80b3d4977cd615e916e4acdb34), Justin Boffemmyer, 09/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page