OBS User unknown 2007-03-23 00:48:07 +00:00 committed by Git OBS Bridge
parent f6854ad87d
commit c9dcb40024
3 changed files with 26 additions and 4 deletions

View 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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# package are under the same license as the package itself.
#
@ -13,13 +13,14 @@
Name: socat
BuildRequires: openssl-devel readline-devel tcpd-devel
Version: 1.5.0.0
Release: 1
License: GPL, BSD
Release: 30
License: BSD License and BSD-like, GNU General Public License (GPL)
Group: Productivity/Networking/Other
URL: http://www.dest-unreach.org/socat/
Autoreqprov: on
Summary: Multipurpose relay for bidirectional data transfer
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
%description
@ -38,6 +39,7 @@ Authors:
%prep
%setup
%patch -p1
%build
%{?suse_update_config:%{suse_update_config -f}}
@ -71,7 +73,10 @@ mkdir -p \
%{_bindir}/filan
%{_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
- Update to version 1.5.0.0.
+ new datagram modes for udp, rawip, unix domain sockets