mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Update to 6.1.9
Changes: * ost::Socket: use ucommon::Socket for join(), drop() implementations * back to native threading model for mingw * Socket::store: use existing len method * Socket::address: allow printing to std::ostream * Socket::address: use in_port_t for port numbers * Socket::join, ::drop: allow to set interface index for IPv6
This commit is contained in:
parent
5648466354
commit
34abf4d702
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361894
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ucommon
|
||||
PORTVERSION= 6.1.8
|
||||
PORTVERSION= 6.1.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= commoncpp
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ucommon-6.1.8.tar.gz) = 9a2b3eb0b71198adcccd74303df59551fdd016c3a2848fb8be003fb1ac2e7fc5
|
||||
SIZE (ucommon-6.1.8.tar.gz) = 833017
|
||||
SHA256 (ucommon-6.1.9.tar.gz) = f188d3b5839b66588ae9d0999343d8f2e5b2edd7ae5cdde61dc0122374f3c134
|
||||
SIZE (ucommon-6.1.9.tar.gz) = 833238
|
||||
|
11
devel/ucommon/files/patch-inc-ucommon_socket.h
Normal file
11
devel/ucommon/files/patch-inc-ucommon_socket.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- inc/ucommon/socket.h.orig 2014-07-15 09:50:01.000000000 +0200
|
||||
+++ inc/ucommon/socket.h 2014-07-15 09:51:34.000000000 +0200
|
||||
@@ -38,6 +38,8 @@
|
||||
#include <ucommon/string.h>
|
||||
#endif
|
||||
|
||||
+#include <string>
|
||||
+
|
||||
extern "C" {
|
||||
struct addrinfo;
|
||||
}
|
@ -66,13 +66,13 @@ include/ucommon/vector.h
|
||||
include/ucommon/xml.h
|
||||
lib/libcommoncpp.so
|
||||
lib/libcommoncpp.so.6
|
||||
lib/libcommoncpp.so.6.0.13
|
||||
lib/libcommoncpp.so.6.0.14
|
||||
lib/libucommon.so
|
||||
lib/libucommon.so.6
|
||||
lib/libucommon.so.6.0.13
|
||||
lib/libucommon.so.6.0.14
|
||||
lib/libusecure.so
|
||||
lib/libusecure.so.6
|
||||
lib/libusecure.so.6.0.13
|
||||
lib/libusecure.so.6.0.14
|
||||
libdata/pkgconfig/commoncpp.pc
|
||||
libdata/pkgconfig/ucommon.pc
|
||||
man/man1/args.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user