Accepting request 51540 from network:utilities

Accepted submit request 51540 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=11
This commit is contained in:
Ruediger Oertel 2010-10-28 11:29:18 +00:00 committed by Git OBS Bridge
parent 62d540d0c2
commit 80aa5a2388
4 changed files with 15 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7395b154914bdaa49805603aac2a90fb3d60255f95691d7779ab4680615e167
size 425139

3
socat-1.7.1.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a14f42e2166e1a9d5413cc7f743f2f3b16e58427c848cd711688568219b7c42
size 426350

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 2 08:31:55 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.7.3:
* a stack overflow vulnerability has been fixed that could be triggered when command line arguments were longer than 512 bytes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 11 08:24:32 UTC 2010 - pascal.bleser@opensuse.org Mon Jan 11 08:24:32 UTC 2010 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,8 @@
# #
# spec file for package socat (Version 1.7.1.2) # spec file for package socat (Version 1.7.1.3)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Pascal Bleser <pascal.bleser@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,12 +21,11 @@
Name: socat Name: socat
BuildRequires: openssl-devel procps readline-devel tcpd-devel BuildRequires: openssl-devel procps readline-devel tcpd-devel
Version: 1.7.1.2 Version: 1.7.1.3
Release: 1 Release: 1
License: BSD3c ; GPLv2+ License: BSD3c ; GPLv2+
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Url: http://www.dest-unreach.org/socat/ Url: http://www.dest-unreach.org/socat/
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -38,18 +38,12 @@ IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a
file descriptor (stdin etc.), the GNU line editor, a program, or a file descriptor (stdin etc.), the GNU line editor, a program, or a
combination of two of these. combination of two of these.
Authors:
--------
Gerhard Rieger <socat at dest-unreach dot org>
%prep %prep
%setup %setup
%build %build
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
./configure \ ./configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--mandir=%{_mandir} \ --mandir=%{_mandir} \
@ -65,7 +59,7 @@ mkdir -p \
%{__make} DESTDIR=${RPM_BUILD_ROOT} install %{__make} DESTDIR=${RPM_BUILD_ROOT} install
%clean %clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT} %{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -73,6 +67,5 @@ mkdir -p \
%{_bindir}/socat %{_bindir}/socat
%{_bindir}/procan %{_bindir}/procan
%{_bindir}/filan %{_bindir}/filan
%{_mandir}/man1/socat.1.gz %{_mandir}/man1/socat.1%{ext_man}
%changelog