This commit is contained in:
parent
f6854ad87d
commit
c9dcb40024
11
socat-1.5.0.0-fs-include.patch
Normal file
11
socat-1.5.0.0-fs-include.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -Naur socat-1.5.0.0.org/sysincludes.h socat-1.5.0.0/sysincludes.h
|
||||||
|
--- socat-1.5.0.0.org/sysincludes.h 2007-03-22 10:12:06.250064000 +0100
|
||||||
|
+++ socat-1.5.0.0/sysincludes.h 2007-03-22 10:13:48.210995000 +0100
|
||||||
|
@@ -127,6 +127,7 @@
|
||||||
|
#include <regex.h>
|
||||||
|
#endif
|
||||||
|
#if HAVE_LINUX_EXT2_FS_H
|
||||||
|
+#include <linux/fs.h>
|
||||||
|
#include <linux/ext2_fs.h> /* Linux ext2 filesystem definitions */
|
||||||
|
#endif
|
||||||
|
#if WITH_READLINE
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 22 10:18:31 CET 2007 - ssommer@suse.de
|
||||||
|
|
||||||
|
- fix build with newer kernel headers:
|
||||||
|
some common FS-specific ioctls moved to linux/fs.h
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 17 12:43:39 CEST 2006 - lmuelle@suse.de
|
Mon Jul 17 12:43:39 CEST 2006 - lmuelle@suse.de
|
||||||
|
|
||||||
|
13
socat.spec
13
socat.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package socat (Version 1.5.0.0)
|
# spec file for package socat (Version 1.5.0.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,13 +13,14 @@
|
|||||||
Name: socat
|
Name: socat
|
||||||
BuildRequires: openssl-devel readline-devel tcpd-devel
|
BuildRequires: openssl-devel readline-devel tcpd-devel
|
||||||
Version: 1.5.0.0
|
Version: 1.5.0.0
|
||||||
Release: 1
|
Release: 30
|
||||||
License: GPL, BSD
|
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
URL: http://www.dest-unreach.org/socat/
|
URL: http://www.dest-unreach.org/socat/
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Multipurpose relay for bidirectional data transfer
|
Summary: Multipurpose relay for bidirectional data transfer
|
||||||
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
|
Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
|
||||||
|
Patch0: socat-1.5.0.0-fs-include.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,6 +39,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
@ -71,7 +73,10 @@ mkdir -p \
|
|||||||
%{_bindir}/filan
|
%{_bindir}/filan
|
||||||
%{_mandir}/man1/socat.1.gz
|
%{_mandir}/man1/socat.1.gz
|
||||||
|
|
||||||
%changelog -n socat
|
%changelog
|
||||||
|
* Thu Mar 22 2007 - ssommer@suse.de
|
||||||
|
- fix build with newer kernel headers:
|
||||||
|
some common FS-specific ioctls moved to linux/fs.h
|
||||||
* Mon Jul 17 2006 - lmuelle@suse.de
|
* Mon Jul 17 2006 - lmuelle@suse.de
|
||||||
- Update to version 1.5.0.0.
|
- Update to version 1.5.0.0.
|
||||||
+ new datagram modes for udp, rawip, unix domain sockets
|
+ new datagram modes for udp, rawip, unix domain sockets
|
||||||
|
Loading…
Reference in New Issue
Block a user