pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gnunet
Module Name: pkgsrc
Committed By: nikita
Date: Tue Mar 26 20:45:56 UTC 2024
Modified Files:
pkgsrc/net/gnunet: Makefile PLIST PLIST.doc PLIST.experimental
PLIST.sqlite3 distinfo options.mk
pkgsrc/net/gnunet/patches: patch-src_setu_gnunet-service-setu.c
Log Message:
gnunet: update to version 0.21.1
Changelog:
v0.21.1:
- Communicator and connectivity bugfixes
v0.21.0:
- Reworked PEERSTORE API
- Added record flag for maintenance records
- ensure traits can be generated with subsystem-specific prefixes for the symbols
- libgnunettesting first major testing NG refactor towards getting dependency structure streamlined
- Remove single-use API macro GNUNET_VA_ARG_ENUM
- major revision of blind signature API
- Introduced closure to hold store context when caling function to add hello in peerstore.
- Added DDLs for handling GNUNET_PEERSTORE_StoreHelloContext
- Removed old hello functionality.
- Refactoring components under src/ into lib/, plugin/, cli/ and service/
- add support for encoding/decoding double values as part of JSON to libgnunetjson
- Changed method GNUNET_HELLO_builder_get_expiration_time to not need parameter GNUNET_HELLO_Builder.
- Code moved to the core package to get rid of circular dependencies.
- Moved code to testing to have more generic test setup, which can be used not only from within transport.
- The old hello design replaced by the new hello design.
- Added api to get notified when hellos are stored with peerstore service.
- Added api to store hellos with peerstore service.
- Changed new hello uri api to allow to change the expiration time
- Moved start peer command to testing subsystem.
- Removed all usage of old transport api, beside peerinfo tool, gnunet-transport cli and usage in transport layer itself.
- Added __attribute__((deprecated)) to the old transport API
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gnunet/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/gnunet/PLIST pkgsrc/net/gnunet/distinfo \
pkgsrc/net/gnunet/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/gnunet/PLIST.doc
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gnunet/PLIST.experimental \
pkgsrc/net/gnunet/PLIST.sqlite3
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/net/gnunet/patches/patch-src_setu_gnunet-service-setu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gnunet/Makefile
diff -u pkgsrc/net/gnunet/Makefile:1.17 pkgsrc/net/gnunet/Makefile:1.18
--- pkgsrc/net/gnunet/Makefile:1.17 Tue Jan 30 14:22:27 2024
+++ pkgsrc/net/gnunet/Makefile Tue Mar 26 20:45:56 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/01/30 14:22:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2024/03/26 20:45:56 nikita Exp $
-DISTNAME= gnunet-0.20.0
-PKGREVISION= 1
+DISTNAME= gnunet-0.21.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=gnunet/}
Index: pkgsrc/net/gnunet/PLIST
diff -u pkgsrc/net/gnunet/PLIST:1.6 pkgsrc/net/gnunet/PLIST:1.7
--- pkgsrc/net/gnunet/PLIST:1.6 Wed Jan 24 15:58:21 2024
+++ pkgsrc/net/gnunet/PLIST Tue Mar 26 20:45:56 2024
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2024/01/24 15:58:21 nikita Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/03/26 20:45:56 nikita Exp $
bin/gnunet-arm
-bin/gnunet-ats
bin/gnunet-auto-share
bin/gnunet-base32
bin/gnunet-bugreport
@@ -32,7 +31,6 @@ bin/gnunet-nat
bin/gnunet-nat-auto
bin/gnunet-nat-server
bin/gnunet-nse
-bin/gnunet-peerinfo
bin/gnunet-publish
bin/gnunet-reclaim
bin/gnunet-resolver
@@ -41,9 +39,7 @@ bin/gnunet-scalarproduct
bin/gnunet-scrypt
bin/gnunet-search
bin/gnunet-statistics
-bin/gnunet-testbed-profiler
bin/gnunet-testing
-bin/gnunet-transport
bin/gnunet-transport-certificate-creation
bin/gnunet-unindex
bin/gnunet-uri
@@ -51,14 +47,12 @@ bin/gnunet-vpn
bin/gnunet-zoneimport
include/gnunet/compat.h
include/gnunet/gettext.h
+include/gnunet/gnu_name_system_protocols.h
include/gnunet/gnu_name_system_record_types.h
+include/gnunet/gnu_name_system_service_ports.h
include/gnunet/gnunet_abd_service.h
include/gnunet/gnunet_applications.h
include/gnunet/gnunet_arm_service.h
-include/gnunet/gnunet_ats_application_service.h
-include/gnunet/gnunet_ats_plugin.h
-include/gnunet/gnunet_ats_service.h
-include/gnunet/gnunet_ats_transport_service.h
include/gnunet/gnunet_bandwidth_lib.h
include/gnunet/gnunet_bio_lib.h
include/gnunet/gnunet_block_group_lib.h
@@ -76,6 +70,7 @@ include/gnunet/gnunet_constants.h
include/gnunet/gnunet_container_lib.h
include/gnunet/gnunet_conversation_service.h
include/gnunet/gnunet_core_service.h
+include/gnunet/gnunet_core_testing_lib.h
include/gnunet/gnunet_crypto_lib.h
include/gnunet/gnunet_curl_lib.h
include/gnunet/gnunet_datacache_lib.h
@@ -91,15 +86,12 @@ include/gnunet/gnunet_dns_service.h
include/gnunet/gnunet_dnsparser_lib.h
include/gnunet/gnunet_dnsstub_lib.h
include/gnunet/gnunet_error_codes.h
-include/gnunet/gnunet_fragmentation_lib.h
-include/gnunet/gnunet_friends_lib.h
include/gnunet/gnunet_fs_service.h
include/gnunet/gnunet_getopt_lib.h
include/gnunet/gnunet_gns_service.h
include/gnunet/gnunet_gnsrecord_json_lib.h
include/gnunet/gnunet_gnsrecord_lib.h
include/gnunet/gnunet_gnsrecord_plugin.h
-include/gnunet/gnunet_hello_lib.h
include/gnunet/gnunet_hello_uri_lib.h
include/gnunet/gnunet_helper_lib.h
include/gnunet/gnunet_identity_service.h
@@ -110,9 +102,6 @@ include/gnunet/gnunet_mhd_compat.h
include/gnunet/gnunet_microphone_lib.h
include/gnunet/gnunet_mq_lib.h
include/gnunet/gnunet_mst_lib.h
-include/gnunet/gnunet_my_lib.h
-include/gnunet/gnunet_mysql_compat.h
-include/gnunet/gnunet_mysql_lib.h
include/gnunet/gnunet_namecache_plugin.h
include/gnunet/gnunet_namecache_service.h
include/gnunet/gnunet_namestore_plugin.h
@@ -126,7 +115,6 @@ include/gnunet/gnunet_nt_lib.h
include/gnunet/gnunet_op_lib.h
include/gnunet/gnunet_os_lib.h
include/gnunet/gnunet_peer_lib.h
-include/gnunet/gnunet_peerinfo_service.h
include/gnunet/gnunet_peerstore_plugin.h
include/gnunet/gnunet_peerstore_service.h
include/gnunet/gnunet_plugin_lib.h
@@ -156,10 +144,9 @@ include/gnunet/gnunet_speaker_lib.h
include/gnunet/gnunet_sq_lib.h
include/gnunet/gnunet_statistics_service.h
include/gnunet/gnunet_strings_lib.h
-include/gnunet/gnunet_testbed_logger_service.h
-include/gnunet/gnunet_testbed_service.h
include/gnunet/gnunet_testing_barrier.h
include/gnunet/gnunet_testing_lib.h
+include/gnunet/gnunet_testing_loop_lib.h
include/gnunet/gnunet_testing_netjail_lib.h
include/gnunet/gnunet_testing_ng_lib.h
include/gnunet/gnunet_testing_plugin.h
@@ -167,11 +154,8 @@ include/gnunet/gnunet_time_lib.h
include/gnunet/gnunet_transport_application_service.h
include/gnunet/gnunet_transport_communication_service.h
include/gnunet/gnunet_transport_core_service.h
-include/gnunet/gnunet_transport_hello_service.h
-include/gnunet/gnunet_transport_manipulation_service.h
include/gnunet/gnunet_transport_monitor_service.h
-include/gnunet/gnunet_transport_plugin.h
-include/gnunet/gnunet_transport_service.h
+include/gnunet/gnunet_transport_testing_ng_lib.h
include/gnunet/gnunet_tun_lib.h
include/gnunet/gnunet_uri_lib.h
include/gnunet/gnunet_util_lib.h
@@ -185,16 +169,12 @@ lib/gnunet/libexec/gnunet-daemon-exit
lib/gnunet/libexec/gnunet-daemon-hostlist
lib/gnunet/libexec/gnunet-daemon-pt
lib/gnunet/libexec/gnunet-daemon-regexprofiler
-lib/gnunet/libexec/gnunet-daemon-testbed-blacklist
lib/gnunet/libexec/gnunet-daemon-topology
lib/gnunet/libexec/gnunet-dns2gns
lib/gnunet/libexec/gnunet-gns-proxy
lib/gnunet/libexec/gnunet-helper-fs-publish
-lib/gnunet/libexec/gnunet-helper-testbed
-lib/gnunet/libexec/gnunet-namestore-fcfsd
lib/gnunet/libexec/gnunet-rest-server
lib/gnunet/libexec/gnunet-service-arm
-lib/gnunet/libexec/gnunet-service-ats
lib/gnunet/libexec/gnunet-service-cadet
lib/gnunet/libexec/gnunet-service-consensus
lib/gnunet/libexec/gnunet-service-core
@@ -210,7 +190,6 @@ lib/gnunet/libexec/gnunet-service-namest
lib/gnunet/libexec/gnunet-service-nat
lib/gnunet/libexec/gnunet-service-nat-auto
lib/gnunet/libexec/gnunet-service-nse
-lib/gnunet/libexec/gnunet-service-peerinfo
lib/gnunet/libexec/gnunet-service-peerstore
lib/gnunet/libexec/gnunet-service-reclaim
lib/gnunet/libexec/gnunet-service-regex
@@ -225,15 +204,12 @@ lib/gnunet/libexec/gnunet-service-set
lib/gnunet/libexec/gnunet-service-seti
lib/gnunet/libexec/gnunet-service-setu
lib/gnunet/libexec/gnunet-service-statistics
-lib/gnunet/libexec/gnunet-service-testbed
-lib/gnunet/libexec/gnunet-service-testbed-logger
-lib/gnunet/libexec/gnunet-service-tng
lib/gnunet/libexec/gnunet-service-transport
lib/gnunet/libexec/gnunet-service-vpn
lib/gnunet/libexec/gnunet-service-zonemaster
lib/gnunet/libexec/gnunet-suidfix
lib/gnunet/libexec/gnunet-timeout
-lib/gnunet/libgnunet_plugin_ats_proportional.la
+lib/gnunet/libexec/test_testing_start_with_config
lib/gnunet/libgnunet_plugin_block_consensus.la
lib/gnunet/libgnunet_plugin_block_dht.la
lib/gnunet/libgnunet_plugin_block_dns.la
@@ -247,29 +223,15 @@ lib/gnunet/libgnunet_plugin_block_setu_t
lib/gnunet/libgnunet_plugin_block_test.la
lib/gnunet/libgnunet_plugin_datacache_heap.la
lib/gnunet/libgnunet_plugin_datastore_heap.la
-lib/gnunet/libgnunet_plugin_dhtu_gnunet.la
-lib/gnunet/libgnunet_plugin_dhtu_ip.la
lib/gnunet/libgnunet_plugin_gnsrecord_dns.la
lib/gnunet/libgnunet_plugin_gnsrecord_gns.la
lib/gnunet/libgnunet_plugin_gnsrecord_messenger.la
lib/gnunet/libgnunet_plugin_gnsrecord_reclaim.la
lib/gnunet/libgnunet_plugin_reclaim_attribute_basic.la
lib/gnunet/libgnunet_plugin_reclaim_credential_jwt.la
-lib/gnunet/libgnunet_plugin_rest_config.la
-lib/gnunet/libgnunet_plugin_rest_copying.la
-lib/gnunet/libgnunet_plugin_rest_gns.la
-lib/gnunet/libgnunet_plugin_rest_identity.la
-lib/gnunet/libgnunet_plugin_rest_namestore.la
-lib/gnunet/libgnunet_plugin_rest_openid_connect.la
-lib/gnunet/libgnunet_plugin_rest_peerinfo.la
-lib/gnunet/libgnunet_plugin_rest_reclaim.la
-lib/gnunet/libgnunet_plugin_transport_http_client.la
-lib/gnunet/libgnunet_plugin_transport_http_server.la
-lib/gnunet/libgnunet_plugin_transport_https_client.la
-lib/gnunet/libgnunet_plugin_transport_https_server.la
-lib/gnunet/libgnunet_plugin_transport_tcp.la
-lib/gnunet/libgnunet_plugin_transport_unix.la
lib/gnunet/libgnunet_plugin_utiltest.la
+lib/gnunet/libgnunet_test_core_plugin_cmd_just_run.la
+lib/gnunet/libgnunet_test_messenger_plugin_cmd_simple_join.la
lib/gnunet/libgnunet_test_transport_plugin_cmd_nat_upnp.la
lib/gnunet/libgnunet_test_transport_plugin_cmd_simple_send.la
lib/gnunet/libgnunet_test_transport_plugin_cmd_simple_send_broadcast.la
@@ -277,20 +239,18 @@ lib/gnunet/libgnunet_test_transport_plug
lib/gnunet/libgnunet_test_transport_plugin_cmd_simple_send_performance.la
lib/gnunet/libgnunet_test_transport_plugin_cmd_udp_backchannel.la
lib/libgnunetarm.la
-lib/libgnunetats.la
lib/libgnunetblock.la
lib/libgnunetblockgroup.la
lib/libgnunetcadet.la
lib/libgnunetconsensus.la
lib/libgnunetcore.la
+lib/libgnunetcoretesting.la
lib/libgnunetcurl.la
lib/libgnunetdatacache.la
lib/libgnunetdatastore.la
lib/libgnunetdht.la
lib/libgnunetdid.la
lib/libgnunetdns.la
-lib/libgnunetfragmentation.la
-lib/libgnunetfriends.la
lib/libgnunetfs.la
lib/libgnunetgns.la
lib/libgnunetgnsrecord.la
@@ -299,13 +259,12 @@ lib/libgnunethello.la
lib/libgnunetidentity.la
lib/libgnunetjson.la
lib/libgnunetmessenger.la
+lib/libgnunetmessengertesting.la
lib/libgnunetnamecache.la
lib/libgnunetnamestore.la
lib/libgnunetnatauto.la
lib/libgnunetnatnew.la
lib/libgnunetnse.la
-lib/libgnunetnt.la
-lib/libgnunetpeerinfo.la
lib/libgnunetpeerstore.la
lib/libgnunetreclaim.la
lib/libgnunetregex.la
@@ -318,21 +277,15 @@ lib/libgnunetset.la
lib/libgnunetseti.la
lib/libgnunetsetu.la
lib/libgnunetstatistics.la
-lib/libgnunettestbed.la
-lib/libgnunettestbedlogger.la
lib/libgnunettesting.la
-lib/libgnunettestingdhtu.la
-lib/libgnunettransport.la
lib/libgnunettransportapplication.la
lib/libgnunettransportcommunicator.la
lib/libgnunettransportcore.la
lib/libgnunettransportmonitor.la
-lib/libgnunettransporttesting.la
lib/libgnunettransporttesting2.la
lib/libgnunetutil.la
lib/libgnunetvpn.la
lib/pkgconfig/gnunetarm.pc
-lib/pkgconfig/gnunetats.pc
lib/pkgconfig/gnunetblock.pc
lib/pkgconfig/gnunetcadet.pc
lib/pkgconfig/gnunetconsensus.pc
@@ -342,19 +295,17 @@ lib/pkgconfig/gnunetdatacache.pc
lib/pkgconfig/gnunetdatastore.pc
lib/pkgconfig/gnunetdht.pc
lib/pkgconfig/gnunetdns.pc
-lib/pkgconfig/gnunetenv.pc
-lib/pkgconfig/gnunetfragmentation.pc
lib/pkgconfig/gnunetfs.pc
lib/pkgconfig/gnunetgns.pc
lib/pkgconfig/gnunethello.pc
lib/pkgconfig/gnunetidentity.pc
+lib/pkgconfig/gnunetjson.pc
lib/pkgconfig/gnunetmessenger.pc
lib/pkgconfig/gnunetmicrophone.pc
-lib/pkgconfig/gnunetmysql.pc
lib/pkgconfig/gnunetnamestore.pc
lib/pkgconfig/gnunetnat.pc
lib/pkgconfig/gnunetnse.pc
-lib/pkgconfig/gnunetpeerinfo.pc
+lib/pkgconfig/gnunetreclaim.pc
lib/pkgconfig/gnunetregex.pc
lib/pkgconfig/gnunetrevocation.pc
lib/pkgconfig/gnunetrps.pc
@@ -362,13 +313,11 @@ lib/pkgconfig/gnunetscalarproduct.pc
lib/pkgconfig/gnunetset.pc
lib/pkgconfig/gnunetspeaker.pc
lib/pkgconfig/gnunetstatistics.pc
-lib/pkgconfig/gnunettestbed.pc
lib/pkgconfig/gnunettesting.pc
lib/pkgconfig/gnunettransport.pc
lib/pkgconfig/gnunetutil.pc
lib/pkgconfig/gnunetvpn.pc
man/man1/gnunet-arm.1
-man/man1/gnunet-ats.1
man/man1/gnunet-auto-share.1
man/man1/gnunet-base32.1
man/man1/gnunet-bcd.1
@@ -390,14 +339,12 @@ man/man1/gnunet-gns.1
man/man1/gnunet-identity.1
man/man1/gnunet-namecache.1
man/man1/gnunet-namestore-dbtool.1
-man/man1/gnunet-namestore-fcfsd.1
man/man1/gnunet-namestore-zonefile.1
man/man1/gnunet-namestore.1
man/man1/gnunet-nat-auto.1
man/man1/gnunet-nat-server.1
man/man1/gnunet-nat.1
man/man1/gnunet-nse.1
-man/man1/gnunet-peerinfo.1
man/man1/gnunet-publish.1
man/man1/gnunet-qr.1
man/man1/gnunet-reclaim.1
@@ -407,7 +354,6 @@ man/man1/gnunet-scalarproduct.1
man/man1/gnunet-scrypt.1
man/man1/gnunet-search.1
man/man1/gnunet-statistics.1
-man/man1/gnunet-testbed-profiler.1
man/man1/gnunet-testing-run-service.1
man/man1/gnunet-timeout.1
man/man1/gnunet-transport-certificate-creation.1
@@ -424,10 +370,9 @@ share/doc/gnunet/README
share/doc/gnunet/README.pkgsrc.txt
share/examples/gnunet/gnunet.conf
share/examples/gnunet/gnunet_user.conf
+share/gnunet/block.sh
share/gnunet/config.d/arm.conf
-share/gnunet/config.d/ats.conf
share/gnunet/config.d/cadet.conf
-share/gnunet/config.d/communicator-unix.conf
share/gnunet/config.d/consensus.conf
share/gnunet/config.d/core.conf
share/gnunet/config.d/datacache.conf
@@ -446,7 +391,6 @@ share/gnunet/config.d/namestore.conf
share/gnunet/config.d/nat-auto.conf
share/gnunet/config.d/nat.conf
share/gnunet/config.d/nse.conf
-share/gnunet/config.d/peerinfo.conf
share/gnunet/config.d/peerstore.conf
share/gnunet/config.d/pt.conf
share/gnunet/config.d/reclaim.conf
@@ -461,8 +405,6 @@ share/gnunet/config.d/seti.conf
share/gnunet/config.d/setu.conf
share/gnunet/config.d/statistics.conf
share/gnunet/config.d/template.conf
-share/gnunet/config.d/testbed-logger.conf
-share/gnunet/config.d/testbed.conf
share/gnunet/config.d/testing.conf
share/gnunet/config.d/tlds.conf
share/gnunet/config.d/topology.conf
@@ -471,9 +413,6 @@ share/gnunet/config.d/util.conf
share/gnunet/config.d/vpn.conf
share/gnunet/config.d/zonemaster.conf
share/gnunet/def.tex
-share/gnunet/fcfsd-forbidden.html
-share/gnunet/fcfsd-index.html
-share/gnunet/fcfsd-notfound.html
share/gnunet/gns-bcd-forbidden.html
share/gnunet/gns-bcd-internal-error.html
share/gnunet/gns-bcd-invalid-key.html
@@ -487,7 +426,7 @@ share/gnunet/gnunet-gns-proxy-ca.templat
share/gnunet/gnunet-logo-dark-only-text.svg
share/gnunet/gnunet-logo-dark-text.svg
share/gnunet/gnunet-logo.png
-share/gnunet/hellos/Y924NSHMMZ1N1SQCE5TXF93ED6S6JY311K0QT86G9WJC68F6XVZ0
+share/gnunet/hellos/EFBZMC2ME19SE00QCSF6X4405EQ2NPBG2XKRA1FEM6S3WRQ6N4H0
share/gnunet/netjail_core.sh
share/gnunet/netjail_exec.sh
share/gnunet/netjail_start.sh
Index: pkgsrc/net/gnunet/distinfo
diff -u pkgsrc/net/gnunet/distinfo:1.6 pkgsrc/net/gnunet/distinfo:1.7
--- pkgsrc/net/gnunet/distinfo:1.6 Wed Jan 24 15:58:21 2024
+++ pkgsrc/net/gnunet/distinfo Tue Mar 26 20:45:56 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2024/01/24 15:58:21 nikita Exp $
+$NetBSD: distinfo,v 1.7 2024/03/26 20:45:56 nikita Exp $
-BLAKE2s (gnunet-0.20.0.tar.gz) = 8ea5ed260319634bc30b36ef6f62a0b8445f3c07e3de45d2f33950eafcd996fe
-SHA512 (gnunet-0.20.0.tar.gz) = bd06ac77d9812569acbc51b79ac6c1259eb0cfa9b44e8ef167723880bc9c1e142589014ad7edd54695a2ac35f2aa0d78ef23b052354d06a01751cc201153a9df
-Size (gnunet-0.20.0.tar.gz) = 9973798 bytes
+BLAKE2s (gnunet-0.21.1.tar.gz) = 123559ae8bc5f141b6316d244240821622128100a9c574d66b4a4dd4436edb0d
+SHA512 (gnunet-0.21.1.tar.gz) = 20e9dc7e0c37e83628142e5b45c9452604f60a7dddf0964822cee9a6acd0acf24be99649fdf5b866fd0ec76b8be0e04dfa11e6ac5140cc23353cc084358d6dff
+Size (gnunet-0.21.1.tar.gz) = 8225355 bytes
SHA1 (patch-src_include_gnunet_common.h) = 44a0f31cd3d7fa4df5491cf9cf2efa31e695cdb9
-SHA1 (patch-src_setu_gnunet-service-setu.c) = f1ebdb55087f2cc3b344ad02ff8c54cc0c23aa02
+SHA1 (patch-src_setu_gnunet-service-setu.c) = daadb11c5b91bd6be13861aae0ab26e7f1fb879b
Index: pkgsrc/net/gnunet/options.mk
diff -u pkgsrc/net/gnunet/options.mk:1.6 pkgsrc/net/gnunet/options.mk:1.7
--- pkgsrc/net/gnunet/options.mk:1.6 Tue Nov 7 22:38:02 2023
+++ pkgsrc/net/gnunet/options.mk Tue Mar 26 20:45:56 2024
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.6 2023/11/07 22:38:02 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2024/03/26 20:45:56 nikita Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnunet
-PKG_SUPPORTED_OPTIONS+= doc idn mysql pgsql tests
+PKG_SUPPORTED_OPTIONS+= doc idn pgsql tests
PKG_SUPPORTED_OPTIONS+= experimental pulseaudio
PKG_SUPPORTED_OPTIONS+= opus ogg sqlite3 audio
PKG_SUPPORTED_OPTIONS+= gstreamer perl verbose-logging
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --with-libidn=${BUILDLI
.endif
# database support - they don't exclude other databases,
-# you can have mysql, pgsql, and the default all built in.
+# you can have pgsql, and the default all built in.
# ideally we would check for at least sqlite3 existing, but
# the build won't build when you have none of them.
.if ${PKG_OPTIONS:Msqlite3}
@@ -87,15 +87,6 @@ PLIST_SRC+= PLIST.sqlite3
CONFIGURE_ARGS+= --without-sqlite3
.endif
-.if ${PKG_OPTIONS:Mmysql}
-.include "../../databases/mysql80-client/buildlink3.mk"
-CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
-CONFIGURE_ENV+= MYSQL_LIBDIR=${BUILDLINK_PREFIX.mysql-client}/lib
-PLIST_SRC+= PLIST.mysql
-.else
-CONFIGURE_ARGS+= --without-mysql
-.endif
-
.if ${PKG_OPTIONS:Mpgsql}
.include "../../mk/pgsql.buildlink3.mk"
CONFIGURE_ARGS+= --with-postgresql=yes
Index: pkgsrc/net/gnunet/PLIST.doc
diff -u pkgsrc/net/gnunet/PLIST.doc:1.4 pkgsrc/net/gnunet/PLIST.doc:1.5
--- pkgsrc/net/gnunet/PLIST.doc:1.4 Wed Jan 24 15:58:21 2024
+++ pkgsrc/net/gnunet/PLIST.doc Tue Mar 26 20:45:56 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doc,v 1.4 2024/01/24 15:58:21 nikita Exp $
+@comment $NetBSD: PLIST.doc,v 1.5 2024/03/26 20:45:56 nikita Exp $
info/gnunet.info
man/man1/gnunet-dht-get.1
man/man1/gnunet-dht-hello.1
@@ -10,6 +10,7 @@ man/man1/gnunet-testing.1
share/doc/gnunet/html/.buildinfo
share/doc/gnunet/html/_images/ascension_ssd.png
share/doc/gnunet/html/_images/daemon_lego_block.png
+share/doc/gnunet/html/_images/gnunet-arch-full.svg
share/doc/gnunet/html/_images/gnunet-gtk-0-10-fs-publish-editing.png
share/doc/gnunet/html/_images/gnunet-gtk-0-10-fs-publish-select.png
share/doc/gnunet/html/_images/gnunet-gtk-0-10-fs-publish-with-file.png
@@ -18,68 +19,61 @@ share/doc/gnunet/html/_images/messenger_
share/doc/gnunet/html/_images/service_lego_block.png
share/doc/gnunet/html/_images/service_stack.png
share/doc/gnunet/html/_images/tng.png
-share/doc/gnunet/html/_sources/about.rst
-share/doc/gnunet/html/_sources/developers/architecture.rst
-share/doc/gnunet/html/_sources/developers/ats/ats.rst
-share/doc/gnunet/html/_sources/developers/cadet/cadet.rst
-share/doc/gnunet/html/_sources/developers/contributing.rst
-share/doc/gnunet/html/_sources/developers/core/core.rst
-share/doc/gnunet/html/_sources/developers/corestack.rst
-share/doc/gnunet/html/_sources/developers/deps.rst
-share/doc/gnunet/html/_sources/developers/dht/dht.rst
-share/doc/gnunet/html/_sources/developers/doxygen.rst
-share/doc/gnunet/html/_sources/developers/fs/fs.rst
-share/doc/gnunet/html/_sources/developers/gns/gns.rst
-share/doc/gnunet/html/_sources/developers/gnsstack.rst
-share/doc/gnunet/html/_sources/developers/hostlist/hostlist.rst
-share/doc/gnunet/html/_sources/developers/identity/identity.rst
-share/doc/gnunet/html/_sources/developers/index.rst
-share/doc/gnunet/html/_sources/developers/livingstandards.rst
-share/doc/gnunet/html/_sources/developers/messenger/messenger.rst
-share/doc/gnunet/html/_sources/developers/namecache/namecache.rst
-share/doc/gnunet/html/_sources/developers/namestore/namestore.rst
-share/doc/gnunet/html/_sources/developers/nse/nse.rst
-share/doc/gnunet/html/_sources/developers/peerinfo/peerinfo.rst
-share/doc/gnunet/html/_sources/developers/peerstore/peerstore.rst
-share/doc/gnunet/html/_sources/developers/regex/regex.rst
-share/doc/gnunet/html/_sources/developers/repo.rst
-share/doc/gnunet/html/_sources/developers/rest-api/config.rst
-share/doc/gnunet/html/_sources/developers/rest-api/configuration.rst
-share/doc/gnunet/html/_sources/developers/rest-api/conventions.rst
-share/doc/gnunet/html/_sources/developers/rest-api/gns.rst
-share/doc/gnunet/html/_sources/developers/rest-api/identity.rst
-share/doc/gnunet/html/_sources/developers/rest-api/index.rst
-share/doc/gnunet/html/_sources/developers/rest-api/namestore.rst
-share/doc/gnunet/html/_sources/developers/rest-api/peerinfo.rst
-share/doc/gnunet/html/_sources/developers/rest/rest.rst
-share/doc/gnunet/html/_sources/developers/revocation/revocation.rst
-share/doc/gnunet/html/_sources/developers/rps/rps.rst
-share/doc/gnunet/html/_sources/developers/set/set.rst
-share/doc/gnunet/html/_sources/developers/seti/seti.rst
-share/doc/gnunet/html/_sources/developers/setops.rst
-share/doc/gnunet/html/_sources/developers/setu/setu.rst
-share/doc/gnunet/html/_sources/developers/stability.rst
-share/doc/gnunet/html/_sources/developers/statistics/statistics.rst
-share/doc/gnunet/html/_sources/developers/style.rst
-share/doc/gnunet/html/_sources/developers/transport-ng/transport-ng.rst
-share/doc/gnunet/html/_sources/developers/transport/transport.rst
-share/doc/gnunet/html/_sources/developers/tutorial.rst
-share/doc/gnunet/html/_sources/developers/util.rst
-share/doc/gnunet/html/_sources/developers/vpnstack.rst
-share/doc/gnunet/html/_sources/faq.rst
-share/doc/gnunet/html/_sources/guis/fs-gtk.rst
-share/doc/gnunet/html/_sources/guis/gtk.rst
-share/doc/gnunet/html/_sources/guis/index.rst
-share/doc/gnunet/html/_sources/index.rst
-share/doc/gnunet/html/_sources/installing.rst
-share/doc/gnunet/html/_sources/users/configuration.rst
-share/doc/gnunet/html/_sources/users/fs.rst
-share/doc/gnunet/html/_sources/users/gns.rst
-share/doc/gnunet/html/_sources/users/index.rst
-share/doc/gnunet/html/_sources/users/messenger.rst
-share/doc/gnunet/html/_sources/users/reclaim.rst
-share/doc/gnunet/html/_sources/users/start.rst
-share/doc/gnunet/html/_sources/users/vpn.rst
+share/doc/gnunet/html/_sources/about.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/cadet.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/cong.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/core.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/dht.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/fs.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/gns.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/identity.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/index.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/messenger.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/namecache.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/namestore.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/nse.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/peerstore.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/rest.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/revocation.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/set/set.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/seti/seti.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/setops.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/setu/setu.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/statistics.rst.txt
+share/doc/gnunet/html/_sources/developers/apis/transport.rst.txt
+share/doc/gnunet/html/_sources/developers/architecture.rst.txt
+share/doc/gnunet/html/_sources/developers/contributing.rst.txt
+share/doc/gnunet/html/_sources/developers/cryptographic-material.rst.txt
+share/doc/gnunet/html/_sources/developers/doxygen.rst.txt
+share/doc/gnunet/html/_sources/developers/index.rst.txt
+share/doc/gnunet/html/_sources/developers/livingstandards.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/config.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/configuration.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/conventions.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/gns.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/identity.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/index.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/namestore.rst.txt
+share/doc/gnunet/html/_sources/developers/rest-api/peerinfo.rst.txt
+share/doc/gnunet/html/_sources/developers/stability.rst.txt
+share/doc/gnunet/html/_sources/developers/style.rst.txt
+share/doc/gnunet/html/_sources/developers/tutorial.rst.txt
+share/doc/gnunet/html/_sources/developers/util.rst.txt
+share/doc/gnunet/html/_sources/faq.rst.txt
+share/doc/gnunet/html/_sources/guis/fs-gtk.rst.txt
+share/doc/gnunet/html/_sources/guis/gtk.rst.txt
+share/doc/gnunet/html/_sources/guis/index.rst.txt
+share/doc/gnunet/html/_sources/index.rst.txt
+share/doc/gnunet/html/_sources/installing.rst.txt
+share/doc/gnunet/html/_sources/users/configuration.rst.txt
+share/doc/gnunet/html/_sources/users/fs.rst.txt
+share/doc/gnunet/html/_sources/users/gns.rst.txt
+share/doc/gnunet/html/_sources/users/index.rst.txt
+share/doc/gnunet/html/_sources/users/messenger.rst.txt
+share/doc/gnunet/html/_sources/users/reclaim.rst.txt
+share/doc/gnunet/html/_sources/users/start.rst.txt
+share/doc/gnunet/html/_sources/users/subsystems.rst.txt
+share/doc/gnunet/html/_sources/users/vpn.rst.txt
share/doc/gnunet/html/_static/_sphinx_javascript_frameworks_compat.js
share/doc/gnunet/html/_static/basic.css
share/doc/gnunet/html/_static/css/custom.css
@@ -87,158 +81,46 @@ share/doc/gnunet/html/_static/doctools.j
share/doc/gnunet/html/_static/documentation_options.js
share/doc/gnunet/html/_static/file.png
share/doc/gnunet/html/_static/gnunet-blue.png
-share/doc/gnunet/html/_static/images/logo_binder.svg
-share/doc/gnunet/html/_static/images/logo_colab.png
-share/doc/gnunet/html/_static/images/logo_deepnote.svg
-share/doc/gnunet/html/_static/images/logo_jupyterhub.svg
-share/doc/gnunet/html/_static/jquery-3.6.0.js
share/doc/gnunet/html/_static/jquery.js
share/doc/gnunet/html/_static/language_data.js
-share/doc/gnunet/html/_static/locales/ar/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ar/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/bg/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/bg/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/bn/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/bn/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ca/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ca/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/cs/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/cs/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/da/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/da/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/de/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/de/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/el/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/el/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/eo/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/eo/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/es/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/es/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/et/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/et/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/fi/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/fi/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/fr/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/fr/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/hr/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/hr/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/id/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/id/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/it/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/it/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/iw/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/iw/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ja/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ja/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ko/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ko/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/lt/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/lt/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/lv/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/lv/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ml/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ml/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/mr/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/mr/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ms/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ms/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/nl/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/nl/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/no/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/no/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/pl/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/pl/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/pt/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/pt/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ro/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ro/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ru/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ru/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/sk/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/sk/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/sl/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/sl/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/sr/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/sr/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/sv/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/sv/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ta/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ta/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/te/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/te/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/tg/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/tg/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/th/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/th/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/tl/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/tl/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/tr/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/tr/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/uk/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/uk/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/ur/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/ur/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/vi/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/vi/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po
-share/doc/gnunet/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo
-share/doc/gnunet/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po
share/doc/gnunet/html/_static/minus.png
share/doc/gnunet/html/_static/plus.png
share/doc/gnunet/html/_static/pygments.css
-share/doc/gnunet/html/_static/sbt-webpack-macros.html
-share/doc/gnunet/html/_static/scripts/bootstrap.js
-share/doc/gnunet/html/_static/scripts/bootstrap.js.LICENSE.txt
-share/doc/gnunet/html/_static/scripts/bootstrap.js.map
-share/doc/gnunet/html/_static/scripts/pydata-sphinx-theme.js
-share/doc/gnunet/html/_static/scripts/pydata-sphinx-theme.js.map
-share/doc/gnunet/html/_static/scripts/sphinx-book-theme.js
-share/doc/gnunet/html/_static/scripts/sphinx-book-theme.js.map
share/doc/gnunet/html/_static/searchtools.js
share/doc/gnunet/html/_static/sphinx_highlight.js
-share/doc/gnunet/html/_static/styles/bootstrap.css
-share/doc/gnunet/html/_static/styles/pydata-sphinx-theme.css
-share/doc/gnunet/html/_static/styles/sphinx-book-theme.css
-share/doc/gnunet/html/_static/styles/theme.css
-share/doc/gnunet/html/_static/underscore-1.13.1.js
-share/doc/gnunet/html/_static/underscore.js
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/css/all.min.css
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf
-share/doc/gnunet/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2
-share/doc/gnunet/html/_static/webpack-macros.html
+share/doc/gnunet/html/_static/css/badge_only.css
+share/doc/gnunet/html/_static/css/theme.css
+share/doc/gnunet/html/_static/js/badge_only.js
+share/doc/gnunet/html/_static/js/theme.js
+share/doc/gnunet/html/_static/versions.json
share/doc/gnunet/html/about.html
+share/doc/gnunet/html/developers/apis/cadet.html
+share/doc/gnunet/html/developers/apis/cong.html
+share/doc/gnunet/html/developers/apis/core.html
+share/doc/gnunet/html/developers/apis/dht.html
+share/doc/gnunet/html/developers/apis/fs.html
+share/doc/gnunet/html/developers/apis/gns.html
+share/doc/gnunet/html/developers/apis/identity.html
+share/doc/gnunet/html/developers/apis/index.html
+share/doc/gnunet/html/developers/apis/messenger.html
+share/doc/gnunet/html/developers/apis/namecache.html
+share/doc/gnunet/html/developers/apis/namestore.html
+share/doc/gnunet/html/developers/apis/nse.html
+share/doc/gnunet/html/developers/apis/peerstore.html
+share/doc/gnunet/html/developers/apis/rest.html
+share/doc/gnunet/html/developers/apis/revocation.html
+share/doc/gnunet/html/developers/apis/set/set.html
+share/doc/gnunet/html/developers/apis/seti/seti.html
+share/doc/gnunet/html/developers/apis/setops.html
+share/doc/gnunet/html/developers/apis/setu/setu.html
+share/doc/gnunet/html/developers/apis/statistics.html
+share/doc/gnunet/html/developers/apis/transport.html
share/doc/gnunet/html/developers/architecture.html
-share/doc/gnunet/html/developers/ats/ats.html
-share/doc/gnunet/html/developers/cadet/cadet.html
share/doc/gnunet/html/developers/contributing.html
-share/doc/gnunet/html/developers/core/core.html
-share/doc/gnunet/html/developers/corestack.html
-share/doc/gnunet/html/developers/deps.html
-share/doc/gnunet/html/developers/dht/dht.html
+share/doc/gnunet/html/developers/cryptographic-material.html
share/doc/gnunet/html/developers/doxygen.html
-share/doc/gnunet/html/developers/fs/fs.html
-share/doc/gnunet/html/developers/gns/gns.html
-share/doc/gnunet/html/developers/gnsstack.html
-share/doc/gnunet/html/developers/hostlist/hostlist.html
-share/doc/gnunet/html/developers/identity/identity.html
share/doc/gnunet/html/developers/index.html
share/doc/gnunet/html/developers/livingstandards.html
-share/doc/gnunet/html/developers/messenger/messenger.html
-share/doc/gnunet/html/developers/namecache/namecache.html
-share/doc/gnunet/html/developers/namestore/namestore.html
-share/doc/gnunet/html/developers/nse/nse.html
-share/doc/gnunet/html/developers/peerinfo/peerinfo.html
-share/doc/gnunet/html/developers/peerstore/peerstore.html
-share/doc/gnunet/html/developers/regex/regex.html
-share/doc/gnunet/html/developers/repo.html
share/doc/gnunet/html/developers/rest-api/config.html
share/doc/gnunet/html/developers/rest-api/configuration.html
share/doc/gnunet/html/developers/rest-api/conventions.html
@@ -247,21 +129,10 @@ share/doc/gnunet/html/developers/rest-ap
share/doc/gnunet/html/developers/rest-api/index.html
share/doc/gnunet/html/developers/rest-api/namestore.html
share/doc/gnunet/html/developers/rest-api/peerinfo.html
-share/doc/gnunet/html/developers/rest/rest.html
-share/doc/gnunet/html/developers/revocation/revocation.html
-share/doc/gnunet/html/developers/rps/rps.html
-share/doc/gnunet/html/developers/set/set.html
-share/doc/gnunet/html/developers/seti/seti.html
-share/doc/gnunet/html/developers/setops.html
-share/doc/gnunet/html/developers/setu/setu.html
share/doc/gnunet/html/developers/stability.html
-share/doc/gnunet/html/developers/statistics/statistics.html
share/doc/gnunet/html/developers/style.html
-share/doc/gnunet/html/developers/transport-ng/transport-ng.html
-share/doc/gnunet/html/developers/transport/transport.html
share/doc/gnunet/html/developers/tutorial.html
share/doc/gnunet/html/developers/util.html
-share/doc/gnunet/html/developers/vpnstack.html
share/doc/gnunet/html/faq.html
share/doc/gnunet/html/genindex.html
share/doc/gnunet/html/guis/fs-gtk.html
@@ -279,4 +150,5 @@ share/doc/gnunet/html/users/index.html
share/doc/gnunet/html/users/messenger.html
share/doc/gnunet/html/users/reclaim.html
share/doc/gnunet/html/users/start.html
+share/doc/gnunet/html/users/subsystems.html
share/doc/gnunet/html/users/vpn.html
Index: pkgsrc/net/gnunet/PLIST.experimental
diff -u pkgsrc/net/gnunet/PLIST.experimental:1.1 pkgsrc/net/gnunet/PLIST.experimental:1.2
--- pkgsrc/net/gnunet/PLIST.experimental:1.1 Tue Jan 31 18:53:46 2023
+++ pkgsrc/net/gnunet/PLIST.experimental Tue Mar 26 20:45:56 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.experimental,v 1.1 2023/01/31 18:53:46 nikita Exp $
+@comment $NetBSD: PLIST.experimental,v 1.2 2024/03/26 20:45:56 nikita Exp $
bin/gnunet-abd
bin/gnunet-auction-create
bin/gnunet-auction-info
@@ -9,8 +9,6 @@ lib/gnunet/libexec/gnunet-service-auctio
lib/gnunet/libexec/gnunet-service-rps
lib/gnunet/libgnunet_plugin_gnsrecord_abd.la
lib/gnunet/libgnunet_plugin_namecache_flat.la
-lib/gnunet/libgnunet_plugin_peerstore_flat.la
-lib/gnunet/libgnunet_plugin_transport_udp.la
lib/libgnunetabd.la
lib/libgnunetrps.la
share/gnunet/config.d/abd.conf
Index: pkgsrc/net/gnunet/PLIST.sqlite3
diff -u pkgsrc/net/gnunet/PLIST.sqlite3:1.1 pkgsrc/net/gnunet/PLIST.sqlite3:1.2
--- pkgsrc/net/gnunet/PLIST.sqlite3:1.1 Tue Jan 31 18:53:46 2023
+++ pkgsrc/net/gnunet/PLIST.sqlite3 Tue Mar 26 20:45:56 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST.sqlite3,v 1.1 2023/01/31 18:53:46 nikita Exp $
-lib/gnunet/libexec/gnunet-daemon-latency-logger
-lib/gnunet/libexec/gnunet-daemon-testbed-underlay
+@comment $NetBSD: PLIST.sqlite3,v 1.2 2024/03/26 20:45:56 nikita Exp $
lib/gnunet/libgnunet_plugin_datacache_sqlite.la
lib/gnunet/libgnunet_plugin_datastore_sqlite.la
lib/gnunet/libgnunet_plugin_namecache_sqlite.la
Index: pkgsrc/net/gnunet/patches/patch-src_setu_gnunet-service-setu.c
diff -u pkgsrc/net/gnunet/patches/patch-src_setu_gnunet-service-setu.c:1.2 pkgsrc/net/gnunet/patches/patch-src_setu_gnunet-service-setu.c:1.3
--- pkgsrc/net/gnunet/patches/patch-src_setu_gnunet-service-setu.c:1.2 Sun May 21 20:09:08 2023
+++ pkgsrc/net/gnunet/patches/patch-src_setu_gnunet-service-setu.c Tue Mar 26 20:45:56 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_setu_gnunet-service-setu.c,v 1.2 2023/05/21 20:09:08 nikita Exp $
+$NetBSD: patch-src_setu_gnunet-service-setu.c,v 1.3 2024/03/26 20:45:56 nikita Exp $
Crudely fix NetBSD's missing log2l.
@@ -6,8 +6,8 @@ log2* (2) is always 1.
diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index f85ddb224..a8572c0e2 100644
---- src/setu/gnunet-service-setu.c.orig
-+++ src/setu/gnunet-service-setu.c
+--- src/service/setu/gnunet-service-setu.c.orig
++++ src/service/setu/gnunet-service-setu.c
@@ -38,6 +38,10 @@
#include "gnunet_setu_service.h"
#include "setu.h"
Home |
Main Index |
Thread Index |
Old Index