pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libcmis Update to 0.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59217881fd37
branches:  trunk
changeset: 351132:59217881fd37
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Aug 15 18:45:51 2016 +0000

description:
Update to 0.5.1

Changelog:
0.5.1

  * Fixed a crash when server response did not contain cmis:baseTypeId
    property (tdf#90351)
  * Removed the requirement for non-empty password when using HTTP
    authentication credentials
  * Fixed build with boost 1.60 and gcc 5
  * Fixed a few problems found by Coverity
  * Fixed a busload of memory leaks

diffstat:

 net/libcmis/Makefile |  11 ++++++-----
 net/libcmis/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 07444c96cea9 -r 59217881fd37 net/libcmis/Makefile
--- a/net/libcmis/Makefile      Mon Aug 15 18:44:10 2016 +0000
+++ b/net/libcmis/Makefile      Mon Aug 15 18:45:51 2016 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2016/03/05 11:29:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2016/08/15 18:45:51 ryoon Exp $
 
-DISTNAME=      libcmis-0.5.0
-PKGREVISION=   3
+DISTNAME=      libcmis-0.5.1
 CATEGORIES=    net devel
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libcmis/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=tdf/}
+GITHUB_PROJECT=        libcmis
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      http://libcmis.sourceforge.net/
+HOMEPAGE=      https://github.com/tdf/libcmis
 COMMENT=       Client library for the CMIS interface
 LICENSE=       gnu-gpl-v2 OR gnu-lgpl-v2 OR mpl-1.1
 
diff -r 07444c96cea9 -r 59217881fd37 net/libcmis/distinfo
--- a/net/libcmis/distinfo      Mon Aug 15 18:44:10 2016 +0000
+++ b/net/libcmis/distinfo      Mon Aug 15 18:45:51 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:08 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/08/15 18:45:51 ryoon Exp $
 
-SHA1 (libcmis-0.5.0.tar.gz) = 6c9d9011de4dbaab6fe5608a1c86ddcdef39bdb4
-RMD160 (libcmis-0.5.0.tar.gz) = 43f1df6e36e96dc61edde82b4cbfe8eaeead016a
-SHA512 (libcmis-0.5.0.tar.gz) = abfdf5654ef8763c9744587ba831acea93cc0ba7deaa8d807eed2e9077be848db0334430f7c2d6eecefeb90f520abbe81364a86790c0aa4363724816aec4793b
-Size (libcmis-0.5.0.tar.gz) = 738119 bytes
+SHA1 (libcmis-0.5.1.tar.gz) = 94c00715ae8a31bc8e5a6a699e36c22d0020649e
+RMD160 (libcmis-0.5.1.tar.gz) = 62a26c5885a5cfb478b919f2515975506bdc1d9f
+SHA512 (libcmis-0.5.1.tar.gz) = da1e66a7604f90644ad6ee691a5c06df36debec20db361e166ee64c9f8ce85be48623e38367ea2799107c10041ed5f8c3a8011a80d6eaca800c29084fb4fe0f6
+Size (libcmis-0.5.1.tar.gz) = 767701 bytes



Home | Main Index | Thread Index | Old Index