Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (58972ec09aee9fffe318a475106ea398f87da72a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (58972ec09aee9fffe318a475106ea398f87da72a)
  • Date: Tue, 6 Aug 2013 03:53:21 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
devel/bison/DETAILS | 2 +-
devel/bison/HISTORY | 3 +++
doc/groff/BUILD | 12 ------------
doc/groff/DETAILS | 2 +-
doc/groff/HISTORY | 4 ++++
net/libpcap/DETAILS | 2 +-
net/libpcap/HISTORY | 4 ++++
net/libpcap/PRE_BUILD | 6 ------
net/libpcap/libnl-3.patch | 21 ---------------------
net/tcpdump.gpg |binary
11 files changed, 17 insertions(+), 42 deletions(-)

New commits:
commit 58972ec09aee9fffe318a475106ea398f87da72a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bison: => 3.0

commit de35bdd654676412d52e2d7f5d172982f447acc7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

groff: => 1.22.2

commit a2f83105d565cfc3eab2c38046f8dc78c4fbc103
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libpcap: => 1.4.0

commit 62df298e45fde3a12f625cc5c80075d18444ce0b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

tcpdump.gpg - add key D9C15D0D

diff --git a/ChangeLog b/ChangeLog
index 7698cf2..e4b0a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * net/tcpdump.gpg: add D9C15D0D <The Tcpdump Group>
+
2013-08-05 Ismael Luceno <ismael AT sourcemage.org>
* printer/html2ps: new spell, an HTML to PostScript converter

diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index 2ce4792..3fd8626 100755
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,5 +1,5 @@
SPELL=bison
- VERSION=2.7
+ VERSION=3.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/devel/bison/HISTORY b/devel/bison/HISTORY
index f68020d..8af81b5 100644
--- a/devel/bison/HISTORY
+++ b/devel/bison/HISTORY
@@ -1,3 +1,6 @@
+2013-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0
+
2012-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.7

diff --git a/doc/groff/BUILD b/doc/groff/BUILD
deleted file mode 100755
index 470d2c2..0000000
--- a/doc/groff/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-./configure --build=$BUILD \
- --prefix=$INSTALL_ROOT/usr \
- --sysconfdir=$INSTALL_ROOT/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=$INSTALL_ROOT/var \
- --mandir=$INSTALL_ROOT/usr/share/man \
- $OPTS &&
-
-make_single &&
-make &&
-make_normal
diff --git a/doc/groff/DETAILS b/doc/groff/DETAILS
index ea3354a..24594c9 100755
--- a/doc/groff/DETAILS
+++ b/doc/groff/DETAILS
@@ -1,5 +1,5 @@
SPELL=groff
- VERSION=1.21
+ VERSION=1.22.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/doc/groff/HISTORY b/doc/groff/HISTORY
index 1075df9..0035d06 100644
--- a/doc/groff/HISTORY
+++ b/doc/groff/HISTORY
@@ -1,3 +1,7 @@
+2013-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.22.2
+ * BUILD: deleted
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/net/libpcap/DETAILS b/net/libpcap/DETAILS
index 97b5811..9f72ed6 100755
--- a/net/libpcap/DETAILS
+++ b/net/libpcap/DETAILS
@@ -1,5 +1,5 @@
SPELL=libpcap
- VERSION=1.3.0
+ VERSION=1.4.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/libpcap/HISTORY b/net/libpcap/HISTORY
index b9264df..3dd7d46 100644
--- a/net/libpcap/HISTORY
+++ b/net/libpcap/HISTORY
@@ -1,3 +1,7 @@
+2013-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.0
+ * PRE_BUILD, libnl-3.patch: deleted
+
2012-06-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.0

diff --git a/net/libpcap/PRE_BUILD b/net/libpcap/PRE_BUILD
deleted file mode 100755
index 8a3b86d..0000000
--- a/net/libpcap/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/libnl-3.patch" &&
-
-autoconf
diff --git a/net/libpcap/libnl-3.patch b/net/libpcap/libnl-3.patch
deleted file mode 100644
index 2ce5936..0000000
--- a/net/libpcap/libnl-3.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.in.orig 2012-01-02 04:47:37.000000000 +0400
-+++ configure.in 2012-06-04 23:41:10.871001151 +0400
-@@ -431,14 +431,14 @@
-
- if test x$with_libnl != xno ; then
- #
-- # Try libnl 2.x first.
-+ # Try libnl 3.x first.
- #
-- AC_CHECK_LIB(nl, nl_socket_alloc,
-+ AC_CHECK_LIB(nl-3, nl_socket_alloc,
- [
- #
-- # Yes, we have libnl 2.x.
-+ # Yes, we have libnl 3.x.
- #
-- LIBS="-lnl-genl -lnl $LIBS"
-+ LIBS="-lnl-genl-3 -lnl-3 $LIBS"
- AC_DEFINE(HAVE_LIBNL,1,[if libnl exists])
- AC_DEFINE(HAVE_LIBNL_2_x,1,[if libnl exists and is
version 2.x])
- ],
diff --git a/net/tcpdump.gpg b/net/tcpdump.gpg
index 802bd9b..c06e814 100644
Binary files a/net/tcpdump.gpg and b/net/tcpdump.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (58972ec09aee9fffe318a475106ea398f87da72a), Treeve Jelbert, 08/06/2013

Archive powered by MHonArc 2.6.24.

Top of Page