]> git.pld-linux.org Git - packages/socat.git/commitdiff
up to 1.7.4.1 auto/th/socat-1.7.4.1-1
authorJan Palus <atler@pld-linux.org>
Tue, 12 Jan 2021 18:02:18 +0000 (19:02 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 12 Jan 2021 18:02:18 +0000 (19:02 +0100)
int64.patch [deleted file]
socat.spec

diff --git a/int64.patch b/int64.patch
deleted file mode 100644 (file)
index 0caeee9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
---- socat-1.7.4.0/compat.h.orig        2021-01-03 19:23:22.000000000 +0100
-+++ socat-1.7.4.0/compat.h     2021-01-05 23:47:10.465452973 +0100
-@@ -134,6 +134,8 @@
- #    define F_uint64_t "%u"
- #  elif HAVE_BASIC_UINT64_T==6
- #    define F_uint64_t "%lu"
-+#  elif HAVE_BASIC_UINT64_T==8
-+#    define F_uint64_t "%llu"
- #  else
- #    error "HAVE_BASIC_UINT64_T is out of range:" HAVE_BASIC_UINT64_T
- #  endif
-@@ -147,7 +149,7 @@
- #  elif HAVE_BASIC_INT16_T==3
- #    define F_int16_t "%d"
- #  elif HAVE_BASIC_INT16_T==5
--#    define F_int16_t "%l"
-+#    define F_int16_t "%ld"
- #  else
- #    error "HAVE_BASIC_INT16_T is out of range:" HAVE_BASIC_INT16_T
- #  endif
-@@ -161,7 +163,7 @@
- #  elif HAVE_BASIC_INT32_T==3
- #    define F_int32_t "%d"
- #  elif HAVE_BASIC_INT32_T==5
--#    define F_int32_t "%l"
-+#    define F_int32_t "%ld"
- #  else
- #    error "HAVE_BASIC_INT32_T is out of range:" HAVE_BASIC_INT32_T
- #  endif
-@@ -175,7 +177,9 @@
- #  elif HAVE_BASIC_INT64_T==3
- #    define F_int64_t "%d"
- #  elif HAVE_BASIC_INT64_T==5
--#    define F_int64_t "%l"
-+#    define F_int64_t "%ld"
-+#  elif HAVE_BASIC_INT64_T==7
-+#    define F_int64_t "%lld"
- #  else
- #    error "HAVE_BASIC_INT64_T is out of range:" HAVE_BASIC_INT64_T
- #  endif
index 504a1eae8a4db0227fd43ebec3df681be1664b1b..0635c8a925514a0734218db90f84686f18ae5fd0 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       Multipurpose relay
 Summary(pl.UTF-8):     Przekaźnik o wielu zastosowaniach
 Name:          socat
-Version:       1.7.4.0
+Version:       1.7.4.1
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 334c7f3ab56a254226055ccd0ada58ff
+# Source0-md5: 36cad050ecf4981ab044c3fbd75c643f
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.tmpfiles
-Patch0:                int64.patch
 URL:           http://www.dest-unreach.org/socat/
 BuildRequires: libwrap-devel >= 7.6-30
 BuildRequires: openssl-devel >= 0.9.7d
@@ -49,7 +48,6 @@ połączeniami sieciowymi.
 
 %prep
 %setup -q
-%patch0 -p1
 sed -i -e 's#-lssl#-lssl -lcrypto#g' configure*
 
 %build
This page took 0.131679 seconds and 4 git commands to generate.