pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul  2 06:09:16 UTC 2025

Modified Files:
        pkgsrc/devel/libthrift: Makefile
        pkgsrc/devel/libthrift_c_glib: Makefile
        pkgsrc/devel/lua-thrift: Makefile
        pkgsrc/devel/p5-thrift: distinfo
        pkgsrc/devel/py-thrift: PLIST distinfo
        pkgsrc/devel/ruby-thrift: distinfo
        pkgsrc/devel/thrift: Makefile.version distinfo

Log Message:
{lib,lua-,p5-,py-,ruby-,}thrift*: update to 0.22.0

### Build Process

- 0.21.0 fails to build from sources at Arch Linux: No rule to make target
  'Thrift5272.thrift', needed by 'gen-cpp/Thrift5272_types.h'
- cmake 3.5 as a minimum version does not work with cmake 4.0.0

### C glib

- [C++] Avoid copy of TUuid

### C++

- Thrift compiler should be able to output c++ Aggregate types
- Make ThriftConfig.cmake relocatable
- [C++] Avoid copy of TUuid
- Cannot compile against aws-lc libcrypto (openssl replacement from AWS)
- possible init/deinit conflict with manual initialization flag
- Remove oldstyle casts from TBufferTransports and TCompactProtocol
- TCompactProtocol readString checks maxMessageSize at wrong position and off by one
- UUID Support for TCompactProtocol
- Fix TBinayProtocol with list<UUID>

### Compiler (General)

- Fix illegal uses of exceptions as normal struct type
- Allow exceptions to be used as regular struct datatype

### Python

- tutorial\py.tornado\PythonServer.py failed under Tornado6
- Python3.12 deprecation in THttpClient
- Remove deprecated Tornado io_loop usage
- Add isOpen method to TTornadoStreamTransport


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/libthrift/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libthrift_c_glib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/lua-thrift/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-thrift/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-thrift/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-thrift/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-thrift/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/thrift/Makefile.version
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/thrift/distinfo

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

Modified files:

Index: pkgsrc/devel/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.101 pkgsrc/devel/libthrift/Makefile:1.102
--- pkgsrc/devel/libthrift/Makefile:1.101       Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/libthrift/Makefile     Wed Jul  2 06:09:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2025/03/04 13:05:19 adam Exp $
+# $NetBSD: Makefile,v 1.102 2025/07/02 06:09:15 markd Exp $
 
 .include "../../devel/thrift/Makefile.common"
 
@@ -10,6 +10,7 @@ BUILD_DIRS=   lib/cpp
 
 TOOLS_BROKEN+= perl
 
+CONFIGURE_ARGS+=       --without-go # puts garbage into Makefile
 CONFIGURE_ARGS+=       --without-rs # puts garbage into Makefile
 CONFIGURE_ARGS+=       --enable-tests=no
 CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift

Index: pkgsrc/devel/libthrift_c_glib/Makefile
diff -u pkgsrc/devel/libthrift_c_glib/Makefile:1.12 pkgsrc/devel/libthrift_c_glib/Makefile:1.13
--- pkgsrc/devel/libthrift_c_glib/Makefile:1.12 Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/libthrift_c_glib/Makefile      Wed Jul  2 06:09:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/03/04 13:05:19 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/07/02 06:09:15 markd Exp $
 
 .include "../../devel/thrift/Makefile.common"
 
@@ -10,6 +10,7 @@ BUILD_DIRS=   lib/c_glib
 
 TOOLS_BROKEN+=         perl
 
+CONFIGURE_ARGS+=       --without-go # puts garbage into Makefile
 CONFIGURE_ARGS+=       --without-rs # puts garbage into Makefile
 CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift
 PKGCONFIG_OVERRIDE=    lib/c_glib/thrift_c_glib.pc.in

Index: pkgsrc/devel/lua-thrift/Makefile
diff -u pkgsrc/devel/lua-thrift/Makefile:1.7 pkgsrc/devel/lua-thrift/Makefile:1.8
--- pkgsrc/devel/lua-thrift/Makefile:1.7        Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/lua-thrift/Makefile    Wed Jul  2 06:09:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/03/04 13:05:19 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/07/02 06:09:15 markd Exp $
 
 .include "../../devel/thrift/Makefile.common"
 
@@ -10,6 +10,7 @@ BUILD_DIRS=   lib/lua
 
 TOOLS_BROKEN+= perl
 
+CONFIGURE_ARGS+=       --without-go # puts garbage into Makefile
 CONFIGURE_ARGS+=       --without-rs # puts garbage into Makefile
 CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift
 

Index: pkgsrc/devel/p5-thrift/distinfo
diff -u pkgsrc/devel/p5-thrift/distinfo:1.9 pkgsrc/devel/p5-thrift/distinfo:1.10
--- pkgsrc/devel/p5-thrift/distinfo:1.9 Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/p5-thrift/distinfo     Wed Jul  2 06:09:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/03/04 13:05:19 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/07/02 06:09:15 markd Exp $
 
-BLAKE2s (thrift-0.21.0.tar.gz) = d304df274435888675fe38fecf56ae6640a148b8b2498556f5f520c730a5104e
-SHA512 (thrift-0.21.0.tar.gz) = 0ffca1232305c07f803adb7239b5d22ee5c766a2809703c127b45a80b820c677e05a2d5b82852af5e1e923abe07ff1d9eb2f3fa4f2aa8732c9a81d8b0daa1f35
-Size (thrift-0.21.0.tar.gz) = 4398072 bytes
+BLAKE2s (thrift-0.22.0.tar.gz) = 561863f9f04596eaf9ec0c32e5cefabd748c908495a7818b1ae5f3d5d6a9d384
+SHA512 (thrift-0.22.0.tar.gz) = beb37ee2a295fae7df12cce6449c92799076771bae515fafcc790a62ac6e76ac5584f102315d466b8f5f98e236c9dc4a244695bdcd9f1392d6e9a13d365ddadc
+Size (thrift-0.22.0.tar.gz) = 4422267 bytes

Index: pkgsrc/devel/py-thrift/PLIST
diff -u pkgsrc/devel/py-thrift/PLIST:1.4 pkgsrc/devel/py-thrift/PLIST:1.5
--- pkgsrc/devel/py-thrift/PLIST:1.4    Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/py-thrift/PLIST        Wed Jul  2 06:09:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/03/04 13:05:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/07/02 06:09:16 markd Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -24,9 +24,6 @@ ${PYSITELIB}/thrift/Thrift.pyo
 ${PYSITELIB}/thrift/__init__.py
 ${PYSITELIB}/thrift/__init__.pyc
 ${PYSITELIB}/thrift/__init__.pyo
-${PYSITELIB}/thrift/compat.py
-${PYSITELIB}/thrift/compat.pyc
-${PYSITELIB}/thrift/compat.pyo
 ${PYSITELIB}/thrift/protocol/TBase.py
 ${PYSITELIB}/thrift/protocol/TBase.pyc
 ${PYSITELIB}/thrift/protocol/TBase.pyo

Index: pkgsrc/devel/py-thrift/distinfo
diff -u pkgsrc/devel/py-thrift/distinfo:1.10 pkgsrc/devel/py-thrift/distinfo:1.11
--- pkgsrc/devel/py-thrift/distinfo:1.10        Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/py-thrift/distinfo     Wed Jul  2 06:09:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/03/04 13:05:19 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/07/02 06:09:16 markd Exp $
 
-BLAKE2s (thrift-0.21.0.tar.gz) = d304df274435888675fe38fecf56ae6640a148b8b2498556f5f520c730a5104e
-SHA512 (thrift-0.21.0.tar.gz) = 0ffca1232305c07f803adb7239b5d22ee5c766a2809703c127b45a80b820c677e05a2d5b82852af5e1e923abe07ff1d9eb2f3fa4f2aa8732c9a81d8b0daa1f35
-Size (thrift-0.21.0.tar.gz) = 4398072 bytes
+BLAKE2s (thrift-0.22.0.tar.gz) = 561863f9f04596eaf9ec0c32e5cefabd748c908495a7818b1ae5f3d5d6a9d384
+SHA512 (thrift-0.22.0.tar.gz) = beb37ee2a295fae7df12cce6449c92799076771bae515fafcc790a62ac6e76ac5584f102315d466b8f5f98e236c9dc4a244695bdcd9f1392d6e9a13d365ddadc
+Size (thrift-0.22.0.tar.gz) = 4422267 bytes

Index: pkgsrc/devel/ruby-thrift/distinfo
diff -u pkgsrc/devel/ruby-thrift/distinfo:1.14 pkgsrc/devel/ruby-thrift/distinfo:1.15
--- pkgsrc/devel/ruby-thrift/distinfo:1.14      Tue Mar  4 13:05:19 2025
+++ pkgsrc/devel/ruby-thrift/distinfo   Wed Jul  2 06:09:16 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/03/04 13:05:19 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/07/02 06:09:16 markd Exp $
 
-BLAKE2s (thrift-0.21.0.tar.gz) = d304df274435888675fe38fecf56ae6640a148b8b2498556f5f520c730a5104e
-SHA512 (thrift-0.21.0.tar.gz) = 0ffca1232305c07f803adb7239b5d22ee5c766a2809703c127b45a80b820c677e05a2d5b82852af5e1e923abe07ff1d9eb2f3fa4f2aa8732c9a81d8b0daa1f35
-Size (thrift-0.21.0.tar.gz) = 4398072 bytes
+BLAKE2s (thrift-0.22.0.tar.gz) = 561863f9f04596eaf9ec0c32e5cefabd748c908495a7818b1ae5f3d5d6a9d384
+SHA512 (thrift-0.22.0.tar.gz) = beb37ee2a295fae7df12cce6449c92799076771bae515fafcc790a62ac6e76ac5584f102315d466b8f5f98e236c9dc4a244695bdcd9f1392d6e9a13d365ddadc
+Size (thrift-0.22.0.tar.gz) = 4422267 bytes
 SHA1 (patch-ext_extconf.rb) = 94b603413349c671d3262365074d3fee717f60d4

Index: pkgsrc/devel/thrift/Makefile.version
diff -u pkgsrc/devel/thrift/Makefile.version:1.8 pkgsrc/devel/thrift/Makefile.version:1.9
--- pkgsrc/devel/thrift/Makefile.version:1.8    Tue Mar  4 13:05:20 2025
+++ pkgsrc/devel/thrift/Makefile.version        Wed Jul  2 06:09:16 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.version,v 1.8 2025/03/04 13:05:20 adam Exp $
+# $NetBSD: Makefile.version,v 1.9 2025/07/02 06:09:16 markd Exp $
 # used by devel/p5-thrift/Makefile
 # used by devel/py-thrift/Makefile
 # used by devel/ruby-thrift/Makefile
 # used by devel/thrift/Makefile.common
 
-DISTNAME=      thrift-0.21.0
+DISTNAME=      thrift-0.22.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_APACHE:=thrift/${PKGVERSION_NOREV}/}
 

Index: pkgsrc/devel/thrift/distinfo
diff -u pkgsrc/devel/thrift/distinfo:1.9 pkgsrc/devel/thrift/distinfo:1.10
--- pkgsrc/devel/thrift/distinfo:1.9    Tue Mar  4 13:05:20 2025
+++ pkgsrc/devel/thrift/distinfo        Wed Jul  2 06:09:16 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2025/03/04 13:05:20 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/07/02 06:09:16 markd Exp $
 
-BLAKE2s (thrift-0.21.0.tar.gz) = d304df274435888675fe38fecf56ae6640a148b8b2498556f5f520c730a5104e
-SHA512 (thrift-0.21.0.tar.gz) = 0ffca1232305c07f803adb7239b5d22ee5c766a2809703c127b45a80b820c677e05a2d5b82852af5e1e923abe07ff1d9eb2f3fa4f2aa8732c9a81d8b0daa1f35
-Size (thrift-0.21.0.tar.gz) = 4398072 bytes
+BLAKE2s (thrift-0.22.0.tar.gz) = 561863f9f04596eaf9ec0c32e5cefabd748c908495a7818b1ae5f3d5d6a9d384
+SHA512 (thrift-0.22.0.tar.gz) = beb37ee2a295fae7df12cce6449c92799076771bae515fafcc790a62ac6e76ac5584f102315d466b8f5f98e236c9dc4a244695bdcd9f1392d6e9a13d365ddadc
+Size (thrift-0.22.0.tar.gz) = 4422267 bytes
 SHA1 (patch-compiler_cpp_Makefile.in) = f0dcffa37887897387316563e0776f623dee09f3
 SHA1 (patch-configure) = 7d61f2aec2cb3b6b232e130ef1d2b83774995dc6
 SHA1 (patch-lib_cpp_src_thrift_server_TNonblockingServer.cpp) = 1f648fc9ad2c3e3664e1baf64c1132a061dd249f



Home | Main Index | Thread Index | Old Index