[svn] r4935 - trunk/rpms/arphound
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Nov 24 22:41:19 CET 2006
Author: dries
Date: 2006-11-24 22:41:18 +0100 (Fri, 24 Nov 2006)
New Revision: 4935
Removed:
trunk/rpms/arphound/arphound-1.3.1-gcc.patch
Modified:
trunk/rpms/arphound/arphound.spec
Log:
fixed upstream
Deleted: trunk/rpms/arphound/arphound-1.3.1-gcc.patch
===================================================================
--- trunk/rpms/arphound/arphound-1.3.1-gcc.patch 2006-11-24 20:42:57 UTC (rev 4934)
+++ trunk/rpms/arphound/arphound-1.3.1-gcc.patch 2006-11-24 21:41:18 UTC (rev 4935)
@@ -1,13 +0,0 @@
-diff -ur arphound-1.3.1/shared/bsocket_l.h arphound-1.3.1-fix/shared/bsocket_l.h
---- arphound-1.3.1/shared/bsocket_l.h 2003-10-02 21:29:56.000000000 +0200
-+++ arphound-1.3.1-fix/shared/bsocket_l.h 2006-11-24 07:54:44.000000000 +0100
-@@ -60,7 +60,7 @@
- unsigned long SlowSend(const char * source,unsigned long len);
- unsigned long Send(const char *Source);
- void GetLocalIp(char *ip); // renvoit l'ip locale d'une sock
-- bool bSocket::Bind(int Port,char * interface=NULL); // a faire avant createrecvloop udp
-+ bool Bind(int Port,char * interface=NULL); // a faire avant createrecvloop udp
- // boucle creee dans un nouveau thread, cree une nouvelle
- // bsocket a chaque connection sur le port, et appelle OnConnect
- // attention, 0nConnect doit retourner RAPIDEMENT pour liberer le thread
-Only in arphound-1.3.1-fix/shared: bsocket_l.h~
Modified: trunk/rpms/arphound/arphound.spec
===================================================================
--- trunk/rpms/arphound/arphound.spec 2006-11-24 20:42:57 UTC (rev 4934)
+++ trunk/rpms/arphound/arphound.spec 2006-11-24 21:41:18 UTC (rev 4935)
@@ -9,14 +9,13 @@
Summary: ARP traffic monitoring/logging tool
Name: arphound
-Version: 1.3.1
+Version: 1.3.2
Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.nottale.net/index.php?project=arphound
Source: http://www.nottale.net/arphound/download/arphound-%{version}.tar.gz
-Patch: arphound-1.3.1-gcc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++, libpcap
%{?_with_libpcapdevel:BuildRequires:libpcap-devel}
@@ -31,7 +30,6 @@
%prep
%setup
-%patch -p1
%{__cat} <<'EOF' >arphound.sysv
#!/bin/bash
@@ -140,6 +138,9 @@
%{_sbindir}/arphound
%changelog
+* Fri Nov 24 2006 Dries Verachtert <dries at ulyssis.org> - 1.3.2-1
+- Updated to release 1.3.2.
+
* Wed Apr 19 2006 Dries Verachtert <dries at ulyssis.org> - 1.3.1-1
- Updated to release 1.3.1.
More information about the svn-commits
mailing list