2011-06-24 Elisamuel Resto <ryuji AT sourcemage.org>
* PRE_BUILD: Added to apply patches and fix build
diff --git a/net/iptraf-ng/DETAILS b/net/iptraf-ng/DETAILS
index 8135fcb..62bb30a 100755
--- a/net/iptraf-ng/DETAILS
+++ b/net/iptraf-ng/DETAILS
@@ -1,6 +1,6 @@
SPELL=iptraf-ng
- VERSION=1.1.3.1
-
SOURCE_HASH=sha512:eb477afa5d01a3c787a4db153669713fe13af866b76446191f5679098d96c2e72b3e21dbeceda202770022204d8c5217b52dc5c25e545129aef6de2de622c04a
+ VERSION=1.1.4
+
SOURCE_HASH=sha512:8cafb0000cec75eb4071156a9e9350ffe6de99cb6386e8f50d05337113872ee50082a30009d85faa02d83633a8e727039791332d600654321b95ca6cfc881774
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://fedorahosted.org/iptraf-ng
@@ -9,27 +9,19 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="net"
SHORT="IPTraf-ng is a console-based network statistics utility"
cat << EOF
-IPTraf-ng is a console-based network monitoring utility. IPTraf-ng gathers
-data like TCP
-connection packet and byte counts, interface statistics and activity
-indicators, TCP/UDP
-traffic breakdowns, and LAN station packet and byte counts. IPTraf-ng
features
-include an IP
-traffic monitor which shows TCP flag information, packet and byte counts,
-ICMP details, OSPF
-packet types, and oversized IP packet warnings; interface statistics showing
-IP, TCP, UDP,
-ICMP, non-IP and other IP packet counts, IP checksum errors, interface
-activity and packet
-size counts; a TCP and UDP service monitor showing counts of incoming and
-outgoing packets
-for common TCP and UDP application ports, a LAN statistics module that
-discovers active hosts
-and displays statistics about their activity; TCP, UDP and other protocol
-display filters so you
-can view just the traffic you want; logging; support for Ethernet, FDDI,
-ISDN, SLIP, PPP, and
-loopback interfaces; and utilization of the built-in raw socket interface
-of the Linux kernel,
-so it can be used on a wide variety of supported network cards
+IPTraf-ng is a console-based network monitoring utility. IPTraf-ng gathers
data
+like TCP connection packet and byte counts, interface statistics and activity
+indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte
counts.
+IPTraf-ng features include an IP traffic monitor which shows TCP flag
+information, packet and byte counts, ICMP details, OSPF packet types, and
+oversized IP packet warnings; interface statistics showing IP, TCP, UDP,
ICMP,
+non-IP and other IP packet counts, IP checksum errors, interface activity and
+packet size counts; a TCP and UDP service monitor showing counts of incoming
+and outgoing packets for common TCP and UDP application ports, a LAN
statistics
+module that discovers active hosts and displays statistics about their
+activity; TCP, UDP and other protocol display filters so you can view just
the
+traffic you want; logging; support for Ethernet, FDDI, ISDN, SLIP, PPP, and
+loopback interfaces; and utilization of the built-in raw socket interface of
+the Linux kernel, so it can be used on a wide variety of supported network
+cards.
EOF
diff --git a/net/iptraf-ng/HISTORY b/net/iptraf-ng/HISTORY
index 0245c91..1d693c6 100644
--- a/net/iptraf-ng/HISTORY
+++ b/net/iptraf-ng/HISTORY
@@ -1,3 +1,6 @@
+2013-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.1.4, reformatted description
+
2013-05-04 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.1.3.1
diff --git a/net/nfs-utils/DETAILS b/net/nfs-utils/DETAILS
index fdb0d94..9598cc2 100755
--- a/net/nfs-utils/DETAILS
+++ b/net/nfs-utils/DETAILS
@@ -1,10 +1,9 @@
SPELL=nfs-utils
- VERSION=1.1.6
- PATCHLEVEL=3
+ VERSION=1.2.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/nfs/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ SOURCE_URL[0]=$SOURCEFORGE_URL//nfs/nfs-utils/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:abe13f37dccb40258ac2f654143e540b9ac8c41ca10fe88f104ebb558334d41c0e31220dbae0122836e43236cac763fbcfc1d5bd708aca3b282152ac3ac7213b
LICENSE[0]=GPL
WEB_SITE=http://nfs.sourceforge.net/
KEYWORDS="net"
diff --git a/net/nfs-utils/HISTORY b/net/nfs-utils/HISTORY
index 837bb9e..639937b 100644
--- a/net/nfs-utils/HISTORY
+++ b/net/nfs-utils/HISTORY
@@ -1,3 +1,7 @@
+2013-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.2.8
+ * exportfs.patch, sysstat.patch, PRE_BUILD: removed
+
2012-10-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL+=1
* init.d/nfs: nfsd proc filesystem has nothing to do with NFS4-only;
diff --git a/net/nfs-utils/PRE_BUILD b/net/nfs-utils/PRE_BUILD
deleted file mode 100755
index d25ec16..0000000
--- a/net/nfs-utils/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/exportfs.patch" &&
-
-message "${MESSAGE_COLOR}Applying sys/stat.h patch...${DEFAULT_COLOR}" &&
-patch -p1 < "$SPELL_DIRECTORY/sysstat.patch"
diff --git a/net/nfs-utils/exportfs.patch b/net/nfs-utils/exportfs.patch
deleted file mode 100644
index 845ea15..0000000
--- a/net/nfs-utils/exportfs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- support/nfs/exports.c.orig
-+++ support/nfs/exports.c
-@@ -142,9 +142,14 @@ getexportent(int fromkernel, int fromexports)
- return NULL;
- }
- first = 0;
--
-- /* Check for default options */
-- if (exp[0] == '-') {
-+
-+ /*
-+ * Check for default options. The kernel will never have default
-+ * options in /proc/fs/nfs/exports, however due to the initial '-' in
-+ * the -test-client- string from the test export we have to check that
-+ * we're not reading from the kernel.
-+ */
-+ if (exp[0] == '-' && !fromkernel) {
- if (parseopts(exp + 1, &def_ee, 0, &has_default_subtree_opts)
< 0)
- return NULL;
-
-
diff --git a/net/nfs-utils/nfs-utils-1.1.6.tar.bz2.sig
b/net/nfs-utils/nfs-utils-1.1.6.tar.bz2.sig
deleted file mode 100644
index d32a1a2..0000000
Binary files a/net/nfs-utils/nfs-utils-1.1.6.tar.bz2.sig and /dev/null differ
diff --git a/net/nfs-utils/sysstat.patch b/net/nfs-utils/sysstat.patch
deleted file mode 100644
index a9ec7f8..0000000
--- a/net/nfs-utils/sysstat.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-#
-# Modified from http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?id=798066d5b2183acc617b5b9d18066f02680aa9d6
-#
-diff -Naur nfs-utils-1.1.6.orig/utils/exportfs/exportfs.c
nfs-utils-1.1.6/utils/exportfs/exportfs.c
---- nfs-utils-1.1.6.orig/utils/exportfs/exportfs.c 2010-10-06
16:03:41.545000011 -0700
-+++ nfs-utils-1.1.6/utils/exportfs/exportfs.c 2010-10-06 16:04:14.495998584
-0700
-@@ -20,6 +20,7 @@
- #include <getopt.h>
- #include <netdb.h>
- #include <errno.h>
-+#include <sys/stat.h>
- #include "xmalloc.h"
- #include "misc.h"
- #include "nfslib.h"
-diff -Naur nfs-utils-1.1.6.orig/utils/mount/mount.c
nfs-utils-1.1.6/utils/mount/mount.c
---- nfs-utils-1.1.6.orig/utils/mount/mount.c 2010-10-06 16:03:41.545000011
-0700
-+++ nfs-utils-1.1.6/utils/mount/mount.c 2010-10-06 16:04:43.843999840
-0700
-@@ -24,6 +24,7 @@
-
- #include <unistd.h>
- #include <sys/types.h>
-+#include <sys/stat.h>
- #include <stdio.h>
- #include <string.h>
- #include <errno.h>
-diff -Naur nfs-utils-1.1.6.orig/utils/mount/network.c
nfs-utils-1.1.6/utils/mount/network.c
---- nfs-utils-1.1.6.orig/utils/mount/network.c 2010-10-06 16:03:41.545000011
-0700
-+++ nfs-utils-1.1.6/utils/mount/network.c 2010-10-06 16:04:58.978000018
-0700
-@@ -36,6 +36,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <sys/stat.h>
- #include <sys/wait.h>
- #include <netinet/in.h>
- #include <rpc/rpc.h>
diff --git a/printer/cups/BUILD b/printer/cups/BUILD
index 75edb7b..14b44a1 100755
--- a/printer/cups/BUILD
+++ b/printer/cups/BUILD
@@ -13,5 +13,6 @@ else
fi &&
default_build
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index cf1c0b9..00bdf10 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,6 @@
+2013-09-14 Robin Cook <rcook AT wyrms.net>
+ * BUILD: force to use gcc as will use clang by default and fail
+
2013-07-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.3
diff --git a/security/wireshark/01_fix_pod_file.patch
b/security/wireshark/01_fix_pod_file.patch
deleted file mode 100644
index f75f4c0..0000000
--- a/security/wireshark/01_fix_pod_file.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trunk/doc/reordercap.pod 2013/05/20 05:45:32 49435
-+++ trunk/doc/reordercap.pod 2013/05/20 14:56:18 49436
-@@ -40,6 +40,8 @@
- When the B<-n> option is used, B<reordercap> will not write out the output
- file if it finds that the input file is already in order.
-
-+=back
-+
- =head1 SEE ALSO
-
- pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1),
diff --git a/security/wireshark/DETAILS b/security/wireshark/DETAILS
index a4ccc42..7fa0457 100755
--- a/security/wireshark/DETAILS
+++ b/security/wireshark/DETAILS
@@ -1,11 +1,11 @@
SPELL=wireshark
- VERSION=1.10.1
- SECURITY_PATCH=44
+ VERSION=1.10.2
+ SECURITY_PATCH=45
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_URL[1]=http://www.wireshark.org/download/src/$SOURCE
-
SOURCE_HASH=sha512:ae80b4959bd224ce0458055fdb7e8bd5e2395da09b658e1b2a3136540cb2b7d283b10f636cd2f534dd20dc2fc65892e2be4acb65ffa6e259a0539a1f8ee74cbd
+
SOURCE_HASH=sha512:fd2ad466b122e2044718d8b42d0b323293d2e7fe04af700a1e94d00c720f78ba664e9cdb9a7fb35a13a6f7d99d81e4345482ee8d98b7538972a3f23250a44702
WEB_SITE=http://www.wireshark.org/
ENTERED=20020116
LICENSE[0]=GPL
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index a3cc9cf..e25b5de 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,7 @@
+2013-09-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.10.2, SECURITY_PATCH=45
+ * PRE_BUILD, 01_fix_pod_file.patch: removed
+
2013-07-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.10.1, SECURITY_PATCH=44
* PRE_BUILD, 01_fix_pod_file.patch: patch from Arch added
diff --git a/security/wireshark/PRE_BUILD b/security/wireshark/PRE_BUILD
deleted file mode 100755
index b8ac422..0000000
--- a/security/wireshark/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p1 < "$SPELL_DIRECTORY/01_fix_pod_file.patch"
diff --git a/utils/acpid2/DETAILS b/utils/acpid2/DETAILS
index 8a7f968..6cf9afc 100755
--- a/utils/acpid2/DETAILS
+++ b/utils/acpid2/DETAILS
@@ -1,7 +1,7 @@
SPELL=acpid2
SPELLX=acpid
- VERSION=2.0.19
-
SOURCE_HASH=sha512:8ebc738ce6b28f805d2ebdbd4680d31477972d6485ab84d58ba112c40a5935eb4a8fed838a21a82dc6e58b77769d47f7f538b4dd75193c2a7e8dcb479908403d
+ VERSION=2.0.20
+
SOURCE_HASH=sha512:f1c1a91cd5db45c1da6b3f698671bb55b629eb149e09a680cc061a7cf921499f8486ce471d4789dd98f548247ecf1afffc0127fdfb120b3d3adfe0cfa35d172b
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/utils/acpid2/HISTORY b/utils/acpid2/HISTORY
index 6a988ac..4447590 100644
--- a/utils/acpid2/HISTORY
+++ b/utils/acpid2/HISTORY
@@ -1,3 +1,6 @@
+2013-09-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.20
+
2013-05-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.0.19
* PRE_BUILD: apply patch
diff --git a/utils/input-utils/BUILD b/utils/input-utils/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/utils/input-utils/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/utils/input-utils/DETAILS b/utils/input-utils/DETAILS
new file mode 100755
index 0000000..7448762
--- /dev/null
+++ b/utils/input-utils/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=input-utils
+ VERSION=1.0
+ SOURCE="input-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.kraxel.org/releases/input/${SOURCE}
+
SOURCE_HASH=sha512:ba6905fcd17d8ca9f3ae453218156b7581298ba8173a1bd202884e82b874e8479e4c4862c64851fe6404e5d7d17f0903f1596ef62c9eb7abb0d252016aca4378
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/input-${VERSION}"
+ WEB_SITE="http://www.kraxel.org/blog/"
+ LICENSE[0]=GPL
+ ENTERED=20130915
+ SHORT="a small collection of input layer utilities"
+cat << EOF
+This is a small collection of input layer utilities, mainly intended for
+debugging and testing.
+EOF
diff --git a/utils/input-utils/HISTORY b/utils/input-utils/HISTORY
new file mode 100644
index 0000000..de10dd5
--- /dev/null
+++ b/utils/input-utils/HISTORY
@@ -0,0 +1,3 @@
+2013-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DETAILS, INSTALL: spell created
+
diff --git a/utils/input-utils/INSTALL b/utils/input-utils/INSTALL
new file mode 100755
index 0000000..07c8f13
--- /dev/null
+++ b/utils/input-utils/INSTALL
@@ -0,0 +1 @@
+prefix="${INSTALL_ROOT}/usr" default_install
diff --git a/video-libs/gst-plugins-good/HISTORY
b/video-libs/gst-plugins-good/HISTORY
index 54a38f4..633127e 100644
--- a/video-libs/gst-plugins-good/HISTORY
+++ b/video-libs/gst-plugins-good/HISTORY
@@ -1,3 +1,6 @@
+2013-09-13 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: apply another patch to fix v4l2 compile
+
2013-02-17 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: apply patch to fix v4l2 compile
diff --git a/video-libs/gst-plugins-good/PRE_BUILD
b/video-libs/gst-plugins-good/PRE_BUILD
index 47532f6..d01e24b 100755
--- a/video-libs/gst-plugins-good/PRE_BUILD
+++ b/video-libs/gst-plugins-good/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&