pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/qore-ssh2-module



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Aug 14 07:25:11 UTC 2023

Modified Files:
        pkgsrc/security/qore-ssh2-module: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/security/qore-ssh2-module: options.mk

Log Message:
Update security/qore-ssh2-module to version 1.4.2

pkgsrc changes:
* use cmake to build
* don't install docs since docs require doxygen to build

changes from release notes:
* fixed a bug where the sftp connection scheme was unusable


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/qore-ssh2-module/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/qore-ssh2-module/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/qore-ssh2-module/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/qore-ssh2-module/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/security/qore-ssh2-module/options.mk

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

Modified files:

Index: pkgsrc/security/qore-ssh2-module/Makefile
diff -u pkgsrc/security/qore-ssh2-module/Makefile:1.16 pkgsrc/security/qore-ssh2-module/Makefile:1.17
--- pkgsrc/security/qore-ssh2-module/Makefile:1.16      Sun Aug 13 10:38:02 2023
+++ pkgsrc/security/qore-ssh2-module/Makefile   Mon Aug 14 07:25:10 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/08/13 10:38:02 nros Exp $
+# $NetBSD: Makefile,v 1.17 2023/08/14 07:25:10 nros Exp $
 
-DISTNAME=      qore-ssh2-module-1.4.1
-PKGREVISION=   4
+DISTNAME=      qore-ssh2-module-1.4.2
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=  .tar.bz2
@@ -13,13 +12,11 @@ COMMENT=    SSH2 module for Qore
 HOMEPAGE=      http://www.qore.org/
 LICENSE=       gnu-lgpl-v2.1 OR mit
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++11
-USE_TOOLS+=    gmake pax
+USE_TOOLS+=    gmake pax pkg-config
 PTHREAD_OPTS+= native
 
-CONFIGURE_ARGS+=       --with-libsuffix=""
+CMAKE_USE_GNU_INSTALL_DIRS=    no
 
 #This is needed in order to comply the with MIT license and binary distribution
 #Install docs
@@ -29,13 +26,8 @@ post-install:
                ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/COPYING.MIT \
                ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
-       cd ${WRKSRC}/docs/ssh2 && ${PAX} -wr * \
-               ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
-       ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} \
-               ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
-
-.include "options.mk"
 
+.include "../../devel/cmake/build.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../security/libssh2/buildlink3.mk"
 .include "../../lang/qore/buildlink3.mk"

Index: pkgsrc/security/qore-ssh2-module/PLIST
diff -u pkgsrc/security/qore-ssh2-module/PLIST:1.4 pkgsrc/security/qore-ssh2-module/PLIST:1.5
--- pkgsrc/security/qore-ssh2-module/PLIST:1.4  Thu Jan 27 18:20:27 2022
+++ pkgsrc/security/qore-ssh2-module/PLIST      Mon Aug 14 07:25:10 2023
@@ -1,220 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/27 18:20:27 nros Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/08/14 07:25:10 nros Exp $
 ${QORE_MODULE_DIR}/ssh2-api-${QORE_LATEST_MODULE_API}.qmod
 share/doc/qore-ssh2-module/COPYING.LGPL
 share/doc/qore-ssh2-module/COPYING.MIT
-share/doc/qore-ssh2-module/html/annotated.html
-share/doc/qore-ssh2-module/html/annotated_dup.js
-share/doc/qore-ssh2-module/html/bc_s.png
-share/doc/qore-ssh2-module/html/bdwn.png
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient-members.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient.js
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient__inherit__graph.map
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient__inherit__graph.md5
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SFTPClient__inherit__graph.png
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Base-members.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Base.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Base.js
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Base__inherit__graph.map
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Base__inherit__graph.md5
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Base__inherit__graph.png
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Channel-members.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Channel.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Channel.js
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Client-members.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Client.html
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Client.js
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Client__inherit__graph.map
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Client__inherit__graph.md5
-share/doc/qore-ssh2-module/html/classQore_1_1SSH2_1_1SSH2Client__inherit__graph.png
-share/doc/qore-ssh2-module/html/classes.html
-share/doc/qore-ssh2-module/html/closed.png
-share/doc/qore-ssh2-module/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
-share/doc/qore-ssh2-module/html/doc.png
-share/doc/qore-ssh2-module/html/doxygen.css
-share/doc/qore-ssh2-module/html/doxygen.svg
-share/doc/qore-ssh2-module/html/dynsections.js
-share/doc/qore-ssh2-module/html/folderclosed.png
-share/doc/qore-ssh2-module/html/folderopen.png
-share/doc/qore-ssh2-module/html/functions.html
-share/doc/qore-ssh2-module/html/functions_func.html
-share/doc/qore-ssh2-module/html/functions_vars.html
-share/doc/qore-ssh2-module/html/graph_legend.html
-share/doc/qore-ssh2-module/html/graph_legend.md5
-share/doc/qore-ssh2-module/html/graph_legend.png
-share/doc/qore-ssh2-module/html/hierarchy.html
-share/doc/qore-ssh2-module/html/hierarchy.js
-share/doc/qore-ssh2-module/html/index.html
-share/doc/qore-ssh2-module/html/inherit_graph_0.map
-share/doc/qore-ssh2-module/html/inherit_graph_0.md5
-share/doc/qore-ssh2-module/html/inherit_graph_0.png
-share/doc/qore-ssh2-module/html/inherit_graph_1.map
-share/doc/qore-ssh2-module/html/inherit_graph_1.md5
-share/doc/qore-ssh2-module/html/inherit_graph_1.png
-share/doc/qore-ssh2-module/html/inherit_graph_2.map
-share/doc/qore-ssh2-module/html/inherit_graph_2.md5
-share/doc/qore-ssh2-module/html/inherit_graph_2.png
-share/doc/qore-ssh2-module/html/inherit_graph_3.map
-share/doc/qore-ssh2-module/html/inherit_graph_3.md5
-share/doc/qore-ssh2-module/html/inherit_graph_3.png
-share/doc/qore-ssh2-module/html/inherit_graph_4.map
-share/doc/qore-ssh2-module/html/inherit_graph_4.md5
-share/doc/qore-ssh2-module/html/inherit_graph_4.png
-share/doc/qore-ssh2-module/html/inherit_graph_5.map
-share/doc/qore-ssh2-module/html/inherit_graph_5.md5
-share/doc/qore-ssh2-module/html/inherit_graph_5.png
-share/doc/qore-ssh2-module/html/inherit_graph_6.map
-share/doc/qore-ssh2-module/html/inherit_graph_6.md5
-share/doc/qore-ssh2-module/html/inherit_graph_6.png
-share/doc/qore-ssh2-module/html/inherits.html
-share/doc/qore-ssh2-module/html/jquery.js
-share/doc/qore-ssh2-module/html/menu.js
-share/doc/qore-ssh2-module/html/menudata.js
-share/doc/qore-ssh2-module/html/namespaceQore.html
-share/doc/qore-ssh2-module/html/namespaceQore.js
-share/doc/qore-ssh2-module/html/namespaceQore_1_1SSH2.html
-share/doc/qore-ssh2-module/html/namespaceQore_1_1SSH2.js
-share/doc/qore-ssh2-module/html/namespaces.html
-share/doc/qore-ssh2-module/html/namespaces_dup.js
-share/doc/qore-ssh2-module/html/nav_f.png
-share/doc/qore-ssh2-module/html/nav_g.png
-share/doc/qore-ssh2-module/html/nav_h.png
-share/doc/qore-ssh2-module/html/navtree.css
-share/doc/qore-ssh2-module/html/navtree.js
-share/doc/qore-ssh2-module/html/navtreedata.js
-share/doc/qore-ssh2-module/html/navtreeindex0.js
-share/doc/qore-ssh2-module/html/navtreeindex1.js
-share/doc/qore-ssh2-module/html/open.png
-share/doc/qore-ssh2-module/html/qore-logo-55x200.png
-share/doc/qore-ssh2-module/html/resize.js
-share/doc/qore-ssh2-module/html/search/all_0.html
-share/doc/qore-ssh2-module/html/search/all_0.js
-share/doc/qore-ssh2-module/html/search/all_1.html
-share/doc/qore-ssh2-module/html/search/all_1.js
-share/doc/qore-ssh2-module/html/search/all_10.html
-share/doc/qore-ssh2-module/html/search/all_10.js
-share/doc/qore-ssh2-module/html/search/all_11.html
-share/doc/qore-ssh2-module/html/search/all_11.js
-share/doc/qore-ssh2-module/html/search/all_12.html
-share/doc/qore-ssh2-module/html/search/all_12.js
-share/doc/qore-ssh2-module/html/search/all_2.html
-share/doc/qore-ssh2-module/html/search/all_2.js
-share/doc/qore-ssh2-module/html/search/all_3.html
-share/doc/qore-ssh2-module/html/search/all_3.js
-share/doc/qore-ssh2-module/html/search/all_4.html
-share/doc/qore-ssh2-module/html/search/all_4.js
-share/doc/qore-ssh2-module/html/search/all_5.html
-share/doc/qore-ssh2-module/html/search/all_5.js
-share/doc/qore-ssh2-module/html/search/all_6.html
-share/doc/qore-ssh2-module/html/search/all_6.js
-share/doc/qore-ssh2-module/html/search/all_7.html
-share/doc/qore-ssh2-module/html/search/all_7.js
-share/doc/qore-ssh2-module/html/search/all_8.html
-share/doc/qore-ssh2-module/html/search/all_8.js
-share/doc/qore-ssh2-module/html/search/all_9.html
-share/doc/qore-ssh2-module/html/search/all_9.js
-share/doc/qore-ssh2-module/html/search/all_a.html
-share/doc/qore-ssh2-module/html/search/all_a.js
-share/doc/qore-ssh2-module/html/search/all_b.html
-share/doc/qore-ssh2-module/html/search/all_b.js
-share/doc/qore-ssh2-module/html/search/all_c.html
-share/doc/qore-ssh2-module/html/search/all_c.js
-share/doc/qore-ssh2-module/html/search/all_d.html
-share/doc/qore-ssh2-module/html/search/all_d.js
-share/doc/qore-ssh2-module/html/search/all_e.html
-share/doc/qore-ssh2-module/html/search/all_e.js
-share/doc/qore-ssh2-module/html/search/all_f.html
-share/doc/qore-ssh2-module/html/search/all_f.js
-share/doc/qore-ssh2-module/html/search/classes_0.html
-share/doc/qore-ssh2-module/html/search/classes_0.js
-share/doc/qore-ssh2-module/html/search/close.svg
-share/doc/qore-ssh2-module/html/search/functions_0.html
-share/doc/qore-ssh2-module/html/search/functions_0.js
-share/doc/qore-ssh2-module/html/search/functions_1.html
-share/doc/qore-ssh2-module/html/search/functions_1.js
-share/doc/qore-ssh2-module/html/search/functions_2.html
-share/doc/qore-ssh2-module/html/search/functions_2.js
-share/doc/qore-ssh2-module/html/search/functions_3.html
-share/doc/qore-ssh2-module/html/search/functions_3.js
-share/doc/qore-ssh2-module/html/search/functions_4.html
-share/doc/qore-ssh2-module/html/search/functions_4.js
-share/doc/qore-ssh2-module/html/search/functions_5.html
-share/doc/qore-ssh2-module/html/search/functions_5.js
-share/doc/qore-ssh2-module/html/search/functions_6.html
-share/doc/qore-ssh2-module/html/search/functions_6.js
-share/doc/qore-ssh2-module/html/search/functions_7.html
-share/doc/qore-ssh2-module/html/search/functions_7.js
-share/doc/qore-ssh2-module/html/search/functions_8.html
-share/doc/qore-ssh2-module/html/search/functions_8.js
-share/doc/qore-ssh2-module/html/search/functions_9.html
-share/doc/qore-ssh2-module/html/search/functions_9.js
-share/doc/qore-ssh2-module/html/search/functions_a.html
-share/doc/qore-ssh2-module/html/search/functions_a.js
-share/doc/qore-ssh2-module/html/search/functions_b.html
-share/doc/qore-ssh2-module/html/search/functions_b.js
-share/doc/qore-ssh2-module/html/search/functions_c.html
-share/doc/qore-ssh2-module/html/search/functions_c.js
-share/doc/qore-ssh2-module/html/search/mag_sel.svg
-share/doc/qore-ssh2-module/html/search/namespaces_0.html
-share/doc/qore-ssh2-module/html/search/namespaces_0.js
-share/doc/qore-ssh2-module/html/search/nomatches.html
-share/doc/qore-ssh2-module/html/search/pages_0.html
-share/doc/qore-ssh2-module/html/search/pages_0.js
-share/doc/qore-ssh2-module/html/search/search.css
-share/doc/qore-ssh2-module/html/search/search.js
-share/doc/qore-ssh2-module/html/search/search_l.png
-share/doc/qore-ssh2-module/html/search/search_m.png
-share/doc/qore-ssh2-module/html/search/search_r.png
-share/doc/qore-ssh2-module/html/search/searchdata.js
-share/doc/qore-ssh2-module/html/search/variables_0.html
-share/doc/qore-ssh2-module/html/search/variables_0.js
-share/doc/qore-ssh2-module/html/search/variables_1.html
-share/doc/qore-ssh2-module/html/search/variables_1.js
-share/doc/qore-ssh2-module/html/search/variables_2.html
-share/doc/qore-ssh2-module/html/search/variables_2.js
-share/doc/qore-ssh2-module/html/search/variables_3.html
-share/doc/qore-ssh2-module/html/search/variables_3.js
-share/doc/qore-ssh2-module/html/search/variables_4.html
-share/doc/qore-ssh2-module/html/search/variables_4.js
-share/doc/qore-ssh2-module/html/search/variables_5.html
-share/doc/qore-ssh2-module/html/search/variables_5.js
-share/doc/qore-ssh2-module/html/search/variables_6.html
-share/doc/qore-ssh2-module/html/search/variables_6.js
-share/doc/qore-ssh2-module/html/search/variables_7.html
-share/doc/qore-ssh2-module/html/search/variables_7.js
-share/doc/qore-ssh2-module/html/search/variables_8.html
-share/doc/qore-ssh2-module/html/search/variables_8.js
-share/doc/qore-ssh2-module/html/search/variables_9.html
-share/doc/qore-ssh2-module/html/search/variables_9.js
-share/doc/qore-ssh2-module/html/search/variables_a.html
-share/doc/qore-ssh2-module/html/search/variables_a.js
-share/doc/qore-ssh2-module/html/search/variables_b.html
-share/doc/qore-ssh2-module/html/search/variables_b.js
-share/doc/qore-ssh2-module/html/search/variables_c.html
-share/doc/qore-ssh2-module/html/search/variables_c.js
-share/doc/qore-ssh2-module/html/splitbar.png
-share/doc/qore-ssh2-module/html/structQore_1_1SSH2_1_1Ssh2ConnectionInfo-members.html
-share/doc/qore-ssh2-module/html/structQore_1_1SSH2_1_1Ssh2ConnectionInfo.html
-share/doc/qore-ssh2-module/html/structQore_1_1SSH2_1_1Ssh2ConnectionInfo.js
-share/doc/qore-ssh2-module/html/structQore_1_1SSH2_1_1Ssh2StatInfo-members.html
-share/doc/qore-ssh2-module/html/structQore_1_1SSH2_1_1Ssh2StatInfo.html
-share/doc/qore-ssh2-module/html/structQore_1_1SSH2_1_1Ssh2StatInfo.js
-share/doc/qore-ssh2-module/html/structQore_1_1SftpConnectionInfo-members.html
-share/doc/qore-ssh2-module/html/structQore_1_1SftpConnectionInfo.html
-share/doc/qore-ssh2-module/html/structQore_1_1SftpConnectionInfo.js
-share/doc/qore-ssh2-module/html/structQore_1_1SftpDirInfo-members.html
-share/doc/qore-ssh2-module/html/structQore_1_1SftpDirInfo.html
-share/doc/qore-ssh2-module/html/structQore_1_1SftpDirInfo.js
-share/doc/qore-ssh2-module/html/structQore_1_1SftpFileInfo-members.html
-share/doc/qore-ssh2-module/html/structQore_1_1SftpFileInfo.html
-share/doc/qore-ssh2-module/html/structQore_1_1SftpFileInfo.js
-share/doc/qore-ssh2-module/html/sync_off.png
-share/doc/qore-ssh2-module/html/sync_on.png
-share/doc/qore-ssh2-module/html/tab_a.png
-share/doc/qore-ssh2-module/html/tab_b.png
-share/doc/qore-ssh2-module/html/tab_h.png
-share/doc/qore-ssh2-module/html/tab_s.png
-share/doc/qore-ssh2-module/html/tabs.css
 ${QORE_USER_MODULE_DIR}/SftpPoller.qm
 ${QORE_USER_MODULE_DIR}/SftpPollerUtil.qm
 ${QORE_USER_MODULE_DIR}/Ssh2Connections.qm

Index: pkgsrc/security/qore-ssh2-module/buildlink3.mk
diff -u pkgsrc/security/qore-ssh2-module/buildlink3.mk:1.10 pkgsrc/security/qore-ssh2-module/buildlink3.mk:1.11
--- pkgsrc/security/qore-ssh2-module/buildlink3.mk:1.10 Sun Aug 13 10:38:02 2023
+++ pkgsrc/security/qore-ssh2-module/buildlink3.mk      Mon Aug 14 07:25:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2023/08/13 10:38:02 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2023/08/14 07:25:10 nros Exp $
 
 BUILDLINK_TREE+=       qore-ssh2-module
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        qore-ssh2-module
 QORE_SSH2_MODULE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qore-ssh2-module+=       qore-ssh2-module>=0.9.9
-BUILDLINK_ABI_DEPENDS.qore-ssh2-module?=       qore-ssh2-module>=1.4.1nb4
+BUILDLINK_ABI_DEPENDS.qore-ssh2-module?=       qore-ssh2-module>=1.4.2
 BUILDLINK_PKGSRCDIR.qore-ssh2-module?=         ../../security/qore-ssh2-module
 
 .include "../../lang/qore/buildlink3.mk"

Index: pkgsrc/security/qore-ssh2-module/distinfo
diff -u pkgsrc/security/qore-ssh2-module/distinfo:1.7 pkgsrc/security/qore-ssh2-module/distinfo:1.8
--- pkgsrc/security/qore-ssh2-module/distinfo:1.7       Thu Jan 27 18:20:27 2022
+++ pkgsrc/security/qore-ssh2-module/distinfo   Mon Aug 14 07:25:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/01/27 18:20:27 nros Exp $
+$NetBSD: distinfo,v 1.8 2023/08/14 07:25:10 nros Exp $
 
-BLAKE2s (qore-ssh2-module-1.4.1.tar.bz2) = 1fc955fc8ca63db913d0918ca1dfa1ed43a5e69726f7ca26ef3af21e55cf51e1
-SHA512 (qore-ssh2-module-1.4.1.tar.bz2) = d7968be408bd579acfb18784aa13a87adc4bc75194218a770ec0925498a5c025acaf39bae2dd843e551b6cd08f1e02567347f137e91d196e87e8bdbf3841ef36
-Size (qore-ssh2-module-1.4.1.tar.bz2) = 981421 bytes
+BLAKE2s (qore-ssh2-module-1.4.2.tar.bz2) = fe3174e0bd62624a060628fba8d4dcea68eeff6555f9f8b715a2c37746cdcd73
+SHA512 (qore-ssh2-module-1.4.2.tar.bz2) = cc9cb8d87cbc45e358c5030946324b2c98f615beebc0c8a89affb6df721d59cf09a1c9acb743819538d1654b4aa208cf4075f32879671e23b13680c1d2cf363a
+Size (qore-ssh2-module-1.4.2.tar.bz2) = 192278 bytes



Home | Main Index | Thread Index | Old Index