pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49996: Update socat from 1.7.2.4 to 1.7.3.0
>Number: 49996
>Category: pkg
>Synopsis: Update socat from 1.7.2.4 to 1.7.3.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Jun 23 14:45:01 +0000 2015
>Originator: Ben Gergely
>Release: current
>Organization:
>Environment:
>Description:
Can someone update socat from 1.7.2.4 to 1.7.3.0
I updated patch-mytypes.h and built/installed/removed the package a few times and am using it currently on 6.1.5 and HEAD. No issues noticed.
cvs diff follows.
>How-To-Repeat:
>Fix:
patches/patch-configure looks like it's not needed anymore.
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/socat/Makefile,v
retrieving revision 1.34
diff -r1.34 Makefile
3c3
< DISTNAME= socat-1.7.2.4
---
> DISTNAME= socat-1.7.3.0
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/socat/distinfo,v
retrieving revision 1.20
diff -r1.20 distinfo
3,7c3,6
< SHA1 (socat-1.7.2.4.tar.gz) = c33904b83295accef2aaff8adf7eedd3310f9777
< RMD160 (socat-1.7.2.4.tar.gz) = 034e7e1197339aa01d657d580fbc60d16ebf13dc
< Size (socat-1.7.2.4.tar.gz) = 583762 bytes
< SHA1 (patch-configure) = 2fb11fb9f5ab7ff911597fa9460226a913151bb1
< SHA1 (patch-mytypes.h) = d93e629e4aedae62ed6de2c30bf459c8af853a84
---
> SHA1 (socat-1.7.3.0.tar.gz) = c09ec6539647cebe8fccdfcf0f1ace1243231ec3
> RMD160 (socat-1.7.3.0.tar.gz) = 574d55611cc8ab1dfa7941e133c882893d72785d
> Size (socat-1.7.3.0.tar.gz) = 601022 bytes
> SHA1 (patch-mytypes.h) = 7f97553901ce6ce862aa5fde6f6567f7d47e5c97
cvs diff: Diffing patches
cvs diff: patches/patch-configure was removed, no comparison available
Index: patches/patch-mytypes.h
===================================================================
RCS file: /cvsroot/pkgsrc/net/socat/patches/patch-mytypes.h,v
retrieving revision 1.2
diff -r1.2 patch-mytypes.h
1c1
< $NetBSD: patch-mytypes.h,v 1.2 2014/09/07 23:24:56 rodent Exp $
---
> $NetBSD$
3,5c3
< Use stdbool.
<
< --- mytypes.h.orig 2010-10-06 07:25:30.000000000 +0000
---
> --- mytypes.h.orig 2015-01-24 10:15:22.000000000 +0000
7,11c5,8
< @@ -7,7 +7,7 @@
<
< /* some types and macros I miss in C89 */
<
< -typedef enum { false, true } bool;
---
> @@ -10,6 +10,7 @@
> #ifndef HAVE_TYPE_BOOL
> # undef bool
> typedef enum { false, true } bool;
12a10
> #endif
14,15c12
< #define Min(x,y) ((x)<=(y)?(x):(y))
< #define Max(x,y) ((x)>=(y)?(x):(y))
---
> #ifndef Min
Home |
Main Index |
Thread Index |
Old Index