79 Commits

Author SHA256 Message Date
4f57c4d9fe Accepting request 1252497 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1252497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=49
2025-03-13 14:04:05 +00:00
cf828074cc Accepting request 1250512 from home:AndreasStieger:branches:network:utilities
socat 1.8.0.3

OBS-URL: https://build.opensuse.org/request/show/1250512
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=71
2025-03-12 14:18:18 +00:00
afaf715396 Accepting request 1252174 from home:jengelh:branches:network:utilities
- Make build recipe POSIX sh compatible
- Add -v to file installation commands for the log

OBS-URL: https://build.opensuse.org/request/show/1252174
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=70
2025-03-12 14:12:00 +00:00
03a1d528ad Accepting request 1230116 from network:utilities
- Update to 1.8.0.2:
  - Security fix for readline.sh: arbitrary file overwrite via predictable /tmp
    directory (bsc#1225462 CVE-2024-54661)
- Update to 1.8.0.1:
  - Bug fixes
    - UDP-SENDTO, UDPLITE-SENDTO, and IP-SENDTO addresses now select an IPv4
      address in case the server name resolves to both IPv4 and IPv6 addresses.
    - Guard applyopts_termios_value() with WITH_TERMIOS.
    - In some situations xioclose() was called nested what could cause hanging
      of OpenSSL in pthread_rwlock_wrlock().
    - socat 1.8.0.0 with addresses of type RECVFROM and option fork, where the
      second address failed to connect/open in the child process, entered a
      fork loop that was only stopped by FD exhaustion caused by FD leak.
    - socat 1.8.0.0 had an FD leak with addresses of type RECVFROM with fork.
    - With version 1.8.0.0, options ipv6-join-group and ipv6-join-source-group
      did not work.
    - IP-SENDTO and option pf (protocol-family) with protocol name (vs.numeric
      argument) failed with message: E retropts_int(): trailing garbage in
      numerical arg of option "protocol-family".
    - Fixed a possible buffer overrun with long log lines. In fact it does not
      write beyond end of buffer but lets pass excessive data to the write()
      function.
    - Reworked domain name resolution, centralized IPv4/IPv6 sorting.
    - Print warning about not checking CRLs in OpenSSL only in the first child
      process.
  - Features
    - Total inactivity timeout option -T 0 now means 0.0 seconds;
    - Changed socat-chain.sh, socat-mux.sh, and socat-broker.sh to work with
      older Socat versions.
    - socat-mux.sh and socat-broker.sh, when run as root, now internally use (forwarded request 1230098 from wfrisch)

OBS-URL: https://build.opensuse.org/request/show/1230116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=48
2024-12-13 21:31:32 +00:00
cf094015e1 Accepting request 1230098 from home:wfrisch:branches:network:utilities
- Update to 1.8.0.2:
  - Security fix for readline.sh: arbitrary file overwrite via predictable /tmp
    directory (bsc#1225462 CVE-2024-54661)
- Update to 1.8.0.1:
  - Bug fixes
    - UDP-SENDTO, UDPLITE-SENDTO, and IP-SENDTO addresses now select an IPv4
      address in case the server name resolves to both IPv4 and IPv6 addresses.
    - Guard applyopts_termios_value() with WITH_TERMIOS.
    - In some situations xioclose() was called nested what could cause hanging
      of OpenSSL in pthread_rwlock_wrlock().
    - socat 1.8.0.0 with addresses of type RECVFROM and option fork, where the
      second address failed to connect/open in the child process, entered a
      fork loop that was only stopped by FD exhaustion caused by FD leak.
    - socat 1.8.0.0 had an FD leak with addresses of type RECVFROM with fork.
    - With version 1.8.0.0, options ipv6-join-group and ipv6-join-source-group
      did not work.
    - IP-SENDTO and option pf (protocol-family) with protocol name (vs.numeric
      argument) failed with message: E retropts_int(): trailing garbage in
      numerical arg of option "protocol-family".
    - Fixed a possible buffer overrun with long log lines. In fact it does not
      write beyond end of buffer but lets pass excessive data to the write()
      function.
    - Reworked domain name resolution, centralized IPv4/IPv6 sorting.
    - Print warning about not checking CRLs in OpenSSL only in the first child
      process.
  - Features
    - Total inactivity timeout option -T 0 now means 0.0 seconds;
    - Changed socat-chain.sh, socat-mux.sh, and socat-broker.sh to work with
      older Socat versions.
    - socat-mux.sh and socat-broker.sh, when run as root, now internally use

OBS-URL: https://build.opensuse.org/request/show/1230098
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=68
2024-12-11 13:47:17 +00:00
8fd6cab2a5 Accepting request 1181503 from network:utilities
- 0004-udp-listen-bind4.patch: fixed a UDP listen error (bsc#1226459) (forwarded request 1181502 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/1181503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=47
2024-06-19 14:36:29 +00:00
fa31cf804c Accepting request 1181502 from home:msmeissn:branches:network:utilities
- 0004-udp-listen-bind4.patch: fixed a UDP listen error (bsc#1226459)

OBS-URL: https://build.opensuse.org/request/show/1181502
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=66
2024-06-18 13:13:44 +00:00
53add408b7 Accepting request 1171319 from network:utilities
- Update to 1.8.0.0:
    * Support for network namespaces (option netns)
    * TCP client now automatically tries all addresses (IPv4 and IPv6) provided by nameserver until success
    * Implementation of POSIX message queue (mq) control and access on Linux (addresses POSIXMQ-READ and following)
    * New wrapper script socat-chain.sh allows to stack two addresses, e.g.HTTP proxy connect over SSL
    * New script socat-mux.sh allows n-to-1 / 1-to-n communications
    * New script socat-broker.sh allows group communications
    * Experimental socks5 client feature
    * Address ACCEPT-FD for systemd "inetd" mode
    * UDP-Lite and DCCP address types
    * Addresses SOCKETPAIR and SHELL
    * New option bind-tmpname allows forked off children to bind UNIX domain client sockets to random unique pathes
    * New option retrieve-vlan (with INTERFACE addresses) now makes kernel keep VLAN tags in incoming packets
    * Simple statistics output with Socat option --statistics and with SIGUSR1
    * A couple of new options, many fixes and corrections, see file CHANGES
- Drop socat-common-fixes.patch (no longer necessary)
- Refactor socat-ignore-tests-failure-boo1078346.patch (test suite no longer exits at this stage)
- Add socat-test-dhparam fixture (reduce build load and time)
- Add socat-test-without-tty.patch for testing without tty.
- Note: This version introduces "socat1", linking to "socat"
- Note: This version introduces additional shell scripts, those are shipped in a new "socat-extra" subpackage

- Update to 1.7.4.4:
  * FIX: In error.c msg2() there was a stack overflow on long messages: The
    terminating \0 Byte was written behind the last position.
  * FIX: UDP-RECVFROM with fork sometimes terminated when multiple packets
    arrived.
  * FIX: a couple of weaknesses and errors when accessing invalid or
    incompatible file system entries with UNIX domain, file, and generic
    addresses.

OBS-URL: https://build.opensuse.org/request/show/1171319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=46
2024-05-02 21:42:56 +00:00
e1ffa32190 - Add socat-test-without-tty.patch for testing without tty.
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=64
2024-05-02 09:55:53 +00:00
30b518f9b3 Accepting request 1171181 from home:crameleon:branches:network:utilities
- Update to 1.8.0.0:
    * Support for network namespaces (option netns)
    * TCP client now automatically tries all addresses (IPv4 and IPv6) provided by nameserver until success
    * Implementation of POSIX message queue (mq) control and access on Linux (addresses POSIXMQ-READ and following)
    * New wrapper script socat-chain.sh allows to stack two addresses, e.g.HTTP proxy connect over SSL
    * New script socat-mux.sh allows n-to-1 / 1-to-n communications
    * New script socat-broker.sh allows group communications
    * Experimental socks5 client feature
    * Address ACCEPT-FD for systemd "inetd" mode
    * UDP-Lite and DCCP address types
    * Addresses SOCKETPAIR and SHELL
    * New option bind-tmpname allows forked off children to bind UNIX domain client sockets to random unique pathes
    * New option retrieve-vlan (with INTERFACE addresses) now makes kernel keep VLAN tags in incoming packets
    * Simple statistics output with Socat option --statistics and with SIGUSR1
    * A couple of new options, many fixes and corrections, see file CHANGES
- Drop socat-common-fixes.patch (no longer necessary)
- Refactor socat-ignore-tests-failure-boo1078346.patch (test suite no longer exits at this stage)
- Add socat-test-dhparam fixture (reduce build load and time)
- Note: This version introduces "socat1", linking to "socat"
- Note: This version introduces additional shell scripts, those are shipped in a new "socat-extra" subpackage

OBS-URL: https://build.opensuse.org/request/show/1171181
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=63
2024-05-02 09:47:59 +00:00
de30016afb Accepting request 1040684 from home:polslinux:branches:network:utilities
- Update to 1.7.4.4:
  * FIX: In error.c msg2() there was a stack overflow on long messages: The
    terminating \0 Byte was written behind the last position.
  * FIX: UDP-RECVFROM with fork sometimes terminated when multiple packets
    arrived.
  * FIX: a couple of weaknesses and errors when accessing invalid or
    incompatible file system entries with UNIX domain, file, and generic
    addresses.
  * FIX: bad parser error message on "socat /tmp/x\"x/x -"
- Drop socat-fix-asan-error.patch

OBS-URL: https://build.opensuse.org/request/show/1040684
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=62
2022-12-14 10:09:58 +00:00
d4915300cf Accepting request 969803 from network:utilities
- Use autosetup
- Add socat-fix-asan-error.patch that is offered to upstream
  and that fixes an ASAN error seen for 'test 313 NESTEDOVFL'. (forwarded request 969720 from marxin)

OBS-URL: https://build.opensuse.org/request/show/969803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=45
2022-04-15 22:13:56 +00:00
ba5b364756 Accepting request 969720 from home:marxin:branches:network:utilities
- Use autosetup
- Add socat-fix-asan-error.patch that is offered to upstream
  and that fixes an ASAN error seen for 'test 313 NESTEDOVFL'.

OBS-URL: https://build.opensuse.org/request/show/969720
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=60
2022-04-13 09:48:27 +00:00
e21ee5524c Accepting request 948225 from network:utilities
- update to 1.7.4.3:
  * fixes the TCP_INFO issue that broke building on non-Linux platforms. 
  * building on AIX works again. 
  * A few more corrections and improvements have been added (forwarded request 948160 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/948225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=44
2022-01-25 16:35:45 +00:00
12dcc8edb2 Accepting request 948160 from home:dirkmueller:Factory
- update to 1.7.4.3:
  * fixes the TCP_INFO issue that broke building on non-Linux platforms. 
  * building on AIX works again. 
  * A few more corrections and improvements have been added

OBS-URL: https://build.opensuse.org/request/show/948160
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=59
2022-01-23 13:53:24 +00:00
4046151410 Accepting request 928678 from network:utilities
- Update to version 1.7.4.2:
  * Fixes a lot of bugs, e.g., for options -r and -R.
  * Further bugfixes, see the CHANGES file (forwarded request 928587 from mnhauke)

OBS-URL: https://build.opensuse.org/request/show/928678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=43
2021-11-08 16:23:55 +00:00
803d934936 Accepting request 928587 from home:mnhauke
- Update to version 1.7.4.2:
  * Fixes a lot of bugs, e.g., for options -r and -R.
  * Further bugfixes, see the CHANGES file

OBS-URL: https://build.opensuse.org/request/show/928587
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=58
2021-11-02 08:22:38 +00:00
2e92198dac Accepting request 866524 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/866524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=42
2021-02-01 12:24:57 +00:00
184a8f9122 Accepting request 862448 from home:dirkmueller:branches:network:utilities
- update to 1.7.4.1:
  Security:
  * Buffer size option (-b) is internally doubled for CR-CRLF conversion,
    but not checked for integer overflow. This could lead to heap based buffer
    overflow, assuming the attacker could provide this parameter. 
  * Many further bugfixes and new features, see the CHANGES file

OBS-URL: https://build.opensuse.org/request/show/862448
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=56
2021-01-25 10:11:49 +00:00
0d13fdf69c Accepting request 795509 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/795509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=41
2020-04-25 18:07:05 +00:00
2492f4ad73 Accepting request 794789 from home:pluskalm:branches:network:utilities
- Update to version 1.7.3.4:
  * bugfix release, see the CHANGES file for all changes
- Refresh patches:
  * socat-common-fixes.patch
  * socat-ignore-tests-failure-boo1078346.patch

OBS-URL: https://build.opensuse.org/request/show/794789
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=54
2020-04-19 12:52:49 +00:00
a5159f95cc Accepting request 769984 from network:utilities
- socat-common-fixes.patch: include tcpd.h where needed to fix
  -fno-common bsc#1160293 (forwarded request 769978 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/769984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=40
2020-02-07 14:51:54 +00:00
8c4e407010 Accepting request 769978 from home:msmeissn:branches:network:utilities
- socat-common-fixes.patch: include tcpd.h where needed to fix
  -fno-common bsc#1160293

OBS-URL: https://build.opensuse.org/request/show/769978
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=52
2020-02-04 13:12:37 +00:00
dd2f6f44db Accepting request 692059 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/692059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=39
2019-04-10 21:09:34 +00:00
Alexander Naumov
7bcebbac5f Accepting request 692053 from home:mnhauke:branches:network:utilities
- Update to version 1.7.3.3:
  * bugfix release, see the CHANGES file for all changes
- Drop patch:
  * socat-openssl-1.1-tests.patch (not longer needed)
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/692053
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=50
2019-04-06 21:29:35 +00:00
0761a295b0 Accepting request 635272 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/635272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=38
2018-09-18 09:41:05 +00:00
34baa85bf6 Accepting request 634733 from home:jengelh:branches:network:utilities
- Replace old variables by modern counterparts.

OBS-URL: https://build.opensuse.org/request/show/634733
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=48
2018-09-12 07:25:22 +00:00
da8ba8f930 Accepting request 632455 from network:utilities
- We HAVE_SSLv23_*_method, just not as functions, but macros
  add the relevant defines in the command line so support for
  autonegotiation of the highest TLS version is restored. (forwarded request 632361 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/632455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=37
2018-09-04 20:49:10 +00:00
c560ea61a8 Accepting request 632361 from home:elvigia:branches:network:utilities
- We HAVE_SSLv23_*_method, just not as functions, but macros
  add the relevant defines in the command line so support for
  autonegotiation of the highest TLS version is restored.

OBS-URL: https://build.opensuse.org/request/show/632361
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=46
2018-08-31 08:02:06 +00:00
e90cc4fdd7 Accepting request 593334 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/593334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=36
2018-04-10 07:48:49 +00:00
OBS User mrdocs
329e67f7e3 Accepting request 593202 from home:kukuk:branches:network:utilities
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/593202
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=44
2018-04-03 20:37:04 +00:00
014b37c77c Accepting request 572514 from network:utilities
- Add socat-ignore-tests-failure-boo1078346.patch
  flaky test failures PowerPC and s390 , bypass boo#1078346 (forwarded request 572019 from michel_mno)

OBS-URL: https://build.opensuse.org/request/show/572514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=35
2018-02-06 15:46:16 +00:00
d43d412716 Accepting request 572019 from home:michel_mno:branches:network:utilities
- Add socat-ignore-tests-failure-boo1078346.patch
  flaky test failures PowerPC and s390 , bypass boo#1078346

OBS-URL: https://build.opensuse.org/request/show/572019
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=42
2018-02-05 08:25:20 +00:00
e6a26f79a4 Accepting request 517414 from network:utilities
- socat-openssl-1.1-tests.patch: make tests work on openssl1. (bsc#1042674) (forwarded request 517388 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/517414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=34
2017-08-22 09:05:40 +00:00
6d3d471e39 Accepting request 517388 from home:msmeissn:branches:network:utilities
- socat-openssl-1.1-tests.patch: make tests work on openssl1. (bsc#1042674)

OBS-URL: https://build.opensuse.org/request/show/517388
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=40
2017-08-17 15:39:34 +00:00
abb807e6fb Accepting request 487585 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/487585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=33
2017-04-20 18:47:22 +00:00
6e102a574c Accepting request 487180 from home:rudi_m:ul-all
- update to 1.7.3.2, bug fixes:
  * fixes uninterruptable hang / CPU loop on host resolution
    problems
  * some compile problems, and lots of other bugs and porting
    issues
- remove fix-linux-errqueue.h-not-found.patch, this build issue
  was fixed by upstream

OBS-URL: https://build.opensuse.org/request/show/487180
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=38
2017-04-12 13:52:15 +00:00
63abd40eae Accepting request 359292 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/359292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=32
2016-02-23 15:54:20 +00:00
e696a6aa73 Accepting request 357374 from network:utilities
- update to 1.7.3.1, security fixes:
  * Socat security advisory 7 and MSVR-1499: "Bad DH p parameter in
    OpenSSL" 
  * Socat security advisory 8: "Stack overflow in arguments parser" 

- test-suite, use a small but safe subset of all tests
- don't remove "example" scripts from builddir, they are needed for
  tests

- remove socat-remove_date.patch, export BUILD_DATE instead
  (new feature since 1.7.2.4)
- run tests, don't abort yet
- require tcpd-devel only on SUSE systems at build time

OBS-URL: https://build.opensuse.org/request/show/357374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=31
2016-02-07 08:21:48 +00:00
Lars Müller
14b71305e5 Accepting request 357736 from home:psimons:branches:network:utilities
Added bug numbers to change log.

OBS-URL: https://build.opensuse.org/request/show/357736
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=35
2016-02-04 18:33:34 +00:00
eda50986f8 Accepting request 357351 from home:rudi_m:ul-all
- update to 1.7.3.1, security fixes:
  * Socat security advisory 7 and MSVR-1499: "Bad DH p parameter in
    OpenSSL" 
  * Socat security advisory 8: "Stack overflow in arguments parser"

OBS-URL: https://build.opensuse.org/request/show/357351
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=34
2016-02-02 12:52:42 +00:00
OBS User mrdocs
2bed923fa3 Accepting request 298164 from home:rudi_m:branches:network:utilities
- test-suite, use a small but safe subset of all tests
- don't remove "example" scripts from builddir, they are needed for
  tests

OBS-URL: https://build.opensuse.org/request/show/298164
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=33
2015-04-21 05:39:05 +00:00
Lars Müller
358c125de6 - require tcpd-devel only on SUSE systems at build time
Document tcpd-devel build requirement.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=32
2015-04-16 15:13:11 +00:00
Lars Müller
fbb2e4aa92 Accepting request 296233 from home:rudi_m:ul-all
- remove socat-remove_date.patch, export BUILD_DATE instead
  (new feature since 1.7.2.4)
- run tests, don't abort yet

OBS-URL: https://build.opensuse.org/request/show/296233
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=31
2015-04-14 19:19:27 +00:00
3e278f8003 Accepting request 293131 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/293131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=30
2015-03-29 18:15:22 +00:00
12ae1030ca Accepting request 293117 from home:posophe:branches:network:utilities
update

OBS-URL: https://build.opensuse.org/request/show/293117
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=29
2015-03-25 16:30:38 +00:00
Stephan Kulow
49a2488fad Accepting request 258346 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/258346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=29
2014-11-04 16:27:27 +00:00
Factory Maintainer
26295c30bf Accepting request 258345 from home:coolo:branches:openSUSE:Factory
- correctly apply the patch

OBS-URL: https://build.opensuse.org/request/show/258345
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=27
2014-10-25 06:54:10 +00:00
Factory Maintainer
88e423eaf2 Accepting request 258248 from home:javierllorente:branches:openSUSE:Factory:Rings:1-MinimalX
add patch to fix errqueue.h not found

OBS-URL: https://build.opensuse.org/request/show/258248
OBS-URL: https://build.opensuse.org/package/show/network:utilities/socat?expand=0&rev=26
2014-10-24 14:18:49 +00:00
Stephan Kulow
d7b414043e Accepting request 226534 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/226534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socat?expand=0&rev=27
2014-03-22 13:45:41 +00:00