pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ucommon



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Dec 19 13:33:43 UTC 2016

Modified Files:
        pkgsrc/devel/ucommon: distinfo
Added Files:
        pkgsrc/devel/ucommon/patches: patch-inc_ucommon_thread.h

Log Message:
Fix access to protected members.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ucommon/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/ucommon/patches/patch-inc_ucommon_thread.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ucommon/distinfo
diff -u pkgsrc/devel/ucommon/distinfo:1.11 pkgsrc/devel/ucommon/distinfo:1.12
--- pkgsrc/devel/ucommon/distinfo:1.11  Tue Nov  3 03:29:37 2015
+++ pkgsrc/devel/ucommon/distinfo       Mon Dec 19 13:33:43 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 03:29:37 agc Exp $
+$NetBSD: distinfo,v 1.12 2016/12/19 13:33:43 joerg Exp $
 
 SHA1 (ucommon-6.3.1.tar.gz) = 82db4fda4b11589b0b02a2afb07a4f675edacfb9
 RMD160 (ucommon-6.3.1.tar.gz) = b58ac6dcd7b5e88fdc2e38703cddc9afd17175bf
@@ -7,4 +7,5 @@ Size (ucommon-6.3.1.tar.gz) = 830661 byt
 SHA1 (patch-commoncpp_tcp.cpp) = 312c1b4ee234852dcecb0ba2fbdf8813e7ca1704
 SHA1 (patch-commoncpp_udp.cpp) = 34607048d74a0c0142334179e43f481aa4affab7
 SHA1 (patch-configure) = 13335dcb186aa37a12e8dafcf64c077ccc543819
+SHA1 (patch-inc_ucommon_thread.h) = 7e90ba09c05e2d1e41525eb078add93746bf8a2d
 SHA1 (patch-utils_keywait.cpp) = 003bc190393f0b1c3e052605136ef9cf50bddc40

Added files:

Index: pkgsrc/devel/ucommon/patches/patch-inc_ucommon_thread.h
diff -u /dev/null pkgsrc/devel/ucommon/patches/patch-inc_ucommon_thread.h:1.1
--- /dev/null   Mon Dec 19 13:33:43 2016
+++ pkgsrc/devel/ucommon/patches/patch-inc_ucommon_thread.h     Mon Dec 19 13:33:43 2016
@@ -0,0 +1,15 @@
+$NetBSD: patch-inc_ucommon_thread.h,v 1.1 2016/12/19 13:33:43 joerg Exp $
+
+Friendship is not inherited.
+
+--- inc/ucommon/thread.h.orig  2016-12-18 09:48:45.932481633 +0000
++++ inc/ucommon/thread.h
+@@ -1252,6 +1252,8 @@ class __EXPORT SharedPointer : protected
+ {
+ private:
+     friend class shared_release;
++    template<class T> friend class shared_instance;
++
+     SharedObject *pointer;
+ 
+ protected:



Home | Main Index | Thread Index | Old Index