Bug#1133665: marked as done (webdar: ftbfs with GCC-16)

"Debian Bug Tracking System" <[email protected]> Tue, 04 Aug 2026 03:25:01 +0000
Newsgroups gmane.linux.debian.devel.bugs.rc
Message-ID <handler.1133665.D1133665.17858137383153224.ackdone@bugs.debian.org>
This is a multi-part message in MIME format...

------------=_1785813901-3154847-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your message dated Tue, 04 Aug 2026 03:22:15 +0000
with message-id <[email protected]>
and subject line Bug#1133665: fixed in webdar 1.0.0-4
has caused the Debian Bug report #1133665,
regarding webdar: ftbfs with GCC-16
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


--=20
1133665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1133665
Debian Bug Tracking System
Contact [email protected] with problems

------------=_1785813901-3154847-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at maintonly) by bugs.debian.org; 13 Apr 2026 13:12:43 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
	(2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-116.7 required=4.0 tests=BAYES_00,
	BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE,
	SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST
	autolearn=ham autolearn_force=no
	version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 92; hammy, 150; neutral, 121; spammy,
	0. spammytokens:
	hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
	0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
	0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: <[email protected]>
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:34298)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1wCH5n-002nMq-1t
	for [email protected];
	Mon, 13 Apr 2026 13:12:43 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org;
	s=smtpauto.stravinsky; h=X-Debian-User:Content-Type:MIME-Version:Message-ID:
	Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
	Content-Description:In-Reply-To:References;
	bh=EJ4DLceiL75dod29Avr0XzcTn+ESFwal0VkvdgbnN3M=; b=DZ6i7lyU1MfIK1zOnI+2YG00Oj
	aT8rcc6V1jvwTqlIJqzmxNx6RFgIi691whmAlNEyVM2nNVJjof5zoy09xU0huy0iuB7yn6C0id7vD
	j0M7i/3nKhhn+9XAWqdwR+SzFRQhBLRgTXdaPnrAUrkme3BWC9mwaGFTvcK+5G5gk5fX1YEMirmdG
	bwumYMOFPRO9T7ELYCdSipzx9m5n/yCP2dfDTvNIMwNOLArr3POuXs6D+3yavdvmejXn5Mo7jEHez
	c6tk6prk9MBUpiHgyCWyOi1A4nR1nmAWqWEC+Z2wTg5qQm6xkhAAciHSYLYlkHPvJPBTAxTYLOZ8L
	Z+fIpeLQ==;
Received: from authenticated user
	by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1wCH5l-00CJlo-3A
	for [email protected];
	Mon, 13 Apr 2026 13:12:42 +0000
Date: Mon, 13 Apr 2026 15:12:41 +0200
From: Emanuele Rocca <[email protected]>
To: [email protected]
Subject: webdar: ftbfs with GCC-16
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debian-User: ema
Delivered-To: [email protected]

Package: src:webdar
Version: 1.0.0-3
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16

Hi,

webdar fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.

The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/webdar_arm64.build.xz

The last lines of the build log are at the end of this report.

To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html

Please only close this issue after double-checking that the package can be
built correctly with GCC 16.

Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.

[...]


/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_slicing.cpp:224:(.text+0x36b8): undefined reference to `_ZN12html_slicing18jlabel_group_ownerE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_slicing.cpp:224:(.text+0x36bc): undefined reference to `_ZN12html_slicing18jlabel_group_ownerE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_slicing.cpp:225:(.text+0x3724): undefined reference to `_ZN12html_slicing17jlabel_min_digitsE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_slicing.cpp:225:(.text+0x3728): undefined reference to `_ZN12html_slicing17jlabel_min_digitsE'
/usr/bin/aarch64-linux-gnu-ld.bfd: webdar-html_ciphering.o: in function `_ZN14html_ciphering9load_jsonERKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEE':
./src/./src/html_ciphering.cpp:238:(.text+0x4cdc): undefined reference to `_ZN14html_ciphering11jlabel_typeE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:238:(.text+0x4ce0): undefined reference to `_ZN14html_ciphering11jlabel_typeE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:239:(.text+0x4d8c): undefined reference to `_ZN14html_ciphering11jlabel_algoE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:239:(.text+0x4d90): undefined reference to `_ZN14html_ciphering11jlabel_algoE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:240:(.text+0x4e2c): undefined reference to `_ZN14html_ciphering11jlabel_passE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:240:(.text+0x4e30): undefined reference to `_ZN14html_ciphering11jlabel_passE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:241:(.text+0x4e98): undefined reference to `_ZN14html_ciphering11jlabel_passE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:241:(.text+0x4e9c): undefined reference to `_ZN14html_ciphering11jlabel_passE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:242:(.text+0x4f04): undefined reference to `_ZN14html_ciphering11jlabel_sizeE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:242:(.text+0x4f08): undefined reference to `_ZN14html_ciphering11jlabel_sizeE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:243:(.text+0x4f90): undefined reference to `_ZN14html_ciphering14jlabel_threadsE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:243:(.text+0x4f94): undefined reference to `_ZN14html_ciphering14jlabel_threadsE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:244:(.text+0x4fe4): undefined reference to `_ZN14html_ciphering12jlabel_gnupgE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:244:(.text+0x4fe8): undefined reference to `_ZN14html_ciphering12jlabel_gnupgE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:245:(.text+0x500c): undefined reference to `_ZN14html_ciphering15jlabel_kdf_hashE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:245:(.text+0x5010): undefined reference to `_ZN14html_ciphering15jlabel_kdf_hashE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:246:(.text+0x50a4): undefined reference to `_ZN14html_ciphering15jlabel_kdf_iterE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_ciphering.cpp:246:(.text+0x50a8): undefined reference to `_ZN14html_ciphering15jlabel_kdf_iterE'
/usr/bin/aarch64-linux-gnu-ld.bfd: webdar-html_fsa_scope.o: in function `_ZN14html_fsa_scope9load_jsonERKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEE':
./src/./src/html_fsa_scope.cpp:107:(.text+0x1898): undefined reference to `_ZN14html_fsa_scope10jlabel_hfsE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_fsa_scope.cpp:107:(.text+0x189c): undefined reference to `_ZN14html_fsa_scope10jlabel_hfsE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_fsa_scope.cpp:108:(.text+0x18d4): undefined reference to `_ZN14html_fsa_scope10jlabel_extE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_fsa_scope.cpp:108:(.text+0x18d8): undefined reference to `_ZN14html_fsa_scope10jlabel_extE'
/usr/bin/aarch64-linux-gnu-ld.bfd: webdar-bibliotheque.o: in function `_ZN12bibliotheque9load_jsonERKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEE':
./src/./src/bibliotheque.cpp:406:(.text+0x6ffc): undefined reference to `_ZN12bibliotheque17jlabel_globalpropE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:406:(.text+0x7000): undefined reference to `_ZN12bibliotheque17jlabel_globalpropE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:407:(.text+0x702c): undefined reference to `_ZN12bibliotheque16jlabel_categpropE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:407:(.text+0x7030): undefined reference to `_ZN12bibliotheque16jlabel_categpropE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:409:(.text+0x705c): undefined reference to `_ZN12bibliotheque15jlabel_autosaveE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:409:(.text+0x7060): undefined reference to `_ZN12bibliotheque15jlabel_autosaveE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:421:(.text+0x70c4): undefined reference to `_ZN12bibliotheque10asso_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:421:(.text+0x70c8): undefined reference to `_ZN12bibliotheque10asso_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:420:(.text+0x70d0): undefined reference to `_ZN12bibliotheque14category_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:420:(.text+0x70d4): undefined reference to `_ZN12bibliotheque14category_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:430:(.text+0x70dc): undefined reference to `_ZN12bibliotheque16config_def_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:430:(.text+0x70e0): undefined reference to `_ZN12bibliotheque16config_def_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:429:(.text+0x70e8): undefined reference to `_ZN12bibliotheque12config_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:429:(.text+0x70ec): undefined reference to `_ZN12bibliotheque12config_labelE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:431:(.text+0x70f4): undefined reference to `_ZN12bibliotheque13config_dependE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/bibliotheque.cpp:431:(.text+0x70f8): undefined reference to `_ZN12bibliotheque13config_dependE'
/usr/bin/aarch64-linux-gnu-ld.bfd: webdar-guichet.o: in function `_ZN7guichet9load_jsonERKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEE':
./src/./src/guichet.cpp:215:(.text+0x3c48): undefined reference to `_ZN7guichet11jlabel_modeE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:215:(.text+0x3c4c): undefined reference to `_ZN7guichet11jlabel_modeE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:222:(.text+0x3ca8): undefined reference to `_ZN7guichet11jlabel_confE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:222:(.text+0x3cac): undefined reference to `_ZN7guichet11jlabel_confE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:228:(.text+0x3d94): undefined reference to `_ZN7guichet12jlabel_categE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:228:(.text+0x3d98): undefined reference to `_ZN7guichet12jlabel_categE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:229:(.text+0x3dd4): undefined reference to `_ZN7guichet11jlabel_nameE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/guichet.cpp:229:(.text+0x3dd8): undefined reference to `_ZN7guichet11jlabel_nameE'
/usr/bin/aarch64-linux-gnu-ld.bfd: webdar-html_entrepot_landing.o: in function `_ZN21html_entrepot_landing9load_jsonERKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEE':
./src/./src/html_entrepot_landing.cpp:201:(.text+0x2bc8): undefined reference to `_ZN21html_entrepot_landing15jlabel_entrepotE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_entrepot_landing.cpp:201:(.text+0x2bcc): undefined reference to `_ZN21html_entrepot_landing15jlabel_entrepotE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_entrepot_landing.cpp:202:(.text+0x2bf4): undefined reference to `_ZN21html_entrepot_landing23jlabel_use_landing_pathE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_entrepot_landing.cpp:202:(.text+0x2bf8): undefined reference to `_ZN21html_entrepot_landing23jlabel_use_landing_pathE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_entrepot_landing.cpp:203:(.text+0x2c2c): undefined reference to `_ZN21html_entrepot_landing19jlabel_landing_pathE'
/usr/bin/aarch64-linux-gnu-ld.bfd: ./src/./src/html_entrepot_landing.cpp:203:(.text+0x2c30): undefined reference to `_ZN21html_entrepot_landing19jlabel_landing_pathE'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:1149: webdar] Error 1
make[3]: Leaving directory '/build/reproducible-path/webdar-1.0.0/src'
make[2]: *** [Makefile:469: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/webdar-1.0.0'
make[1]: *** [Makefile:401: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/webdar-1.0.0'
dh_auto_build: error: make -j128 returned exit code 2
make: *** [debian/rules:41: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2

------------=_1785813901-3154847-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 1133665-close) by bugs.debian.org; 4 Aug 2026 03:22:18 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
	(2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-113.1 required=4.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,
	MD5_SHA1_SUM,PGPSIGNATURE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,
	USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
	version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 94; hammy, 150; neutral, 102; spammy,
	0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
	0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
	0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo.
Return-path: <[email protected]>
Received: from mitropoulos.debian.org ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:58118)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1wr5jO-00DEII-2x
	for [email protected];
	Tue, 04 Aug 2026 03:22:18 +0000
Received: via submission
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified)
	by mitropoulos.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1wr5jM-00HV0g-3C
	for [email protected];
	Tue, 04 Aug 2026 03:22:16 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
	d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type:
	Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID
	:Content-Description:In-Reply-To:References;
	bh=Q4heaDWq14u+nMkcd5b70YiZj6Ra+wU4C0AP3W8Ahxk=; b=PH+g4r4mOM9AtYKxK0jtIL2DGW
	tamr3+X+h4itOMtrYNQZNgItQvTSmhFuZW0xLIPhZtQ8cw7D0hnmHEtSU9U+R96yq3wSOqVHyzzni
	SLkWGWFrQHTT0od6FiqiDPPuldONyRwFi6nG5NJZrNeLGi7er28R+kFyM5TwQKsk0qnXoibvkcoC2
	0y9miGbVVgYCopNAX9AM6qNouCaFXpedJe0lBwQgJQraSFj5+kMXLyRuqzKxXJhvDmf/ZS7WPPMT4
	xt7C/VGxHxqWMusjyIVQVWmPVwvbgBFvSwriwRVbc+SkriRO5I9AGktP76w8nDrI0VbAJBjoNudwU
	fqgC/lgw==;
Received: from dak by fasolo.debian.org with local (Exim 4.98.2)
	(envelope-from <[email protected]>)
	id 1wr5jL-0000000936n-3Tta;
	Tue, 04 Aug 2026 03:22:15 +0000
From: Debian FTP Masters <[email protected]>
Reply-To: John Goerzen <[email protected]>
To: [email protected]
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: webdar
Debian: DAK
Debian-Changes: webdar_1.0.0-4_source.changes
Debian-Source: webdar
Debian-Version: 1.0.0-4
Debian-Architecture: source
Debian-Suite: unstable
Debian-Archive-Action: accept
MIME-Version: 1.0
Subject: Bug#1133665: fixed in webdar 1.0.0-4
Content-Type: multipart/signed; micalg="pgp-sha256";
 protocol="application/pgp-signature";
 boundary="===============2772637995416232093=="
Message-Id: <[email protected]>
Date: Tue, 04 Aug 2026 03:22:15 +0000

--===============2772637995416232093==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Source: webdar
Source-Version: 1.0.0-4
Done: John Goerzen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
webdar, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Goerzen <[email protected]> (supplier of updated webdar package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 03 Aug 2026 22:11:53 -0500
Source: webdar
Architecture: source
Version: 1.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: John Goerzen <[email protected]>
Changed-By: John Goerzen <[email protected]>
Closes: 1133665
Changes:
 webdar (1.0.0-4) unstable; urgency=3Dmedium
 .
   * Patch old c++ std 14 to fix compilation error.  Closes: #1133665.
Checksums-Sha1:
 0f4576c8260592c9fcec713f9d0f0d4f7e470033 1885 webdar_1.0.0-4.dsc
 45a1f6e140acf80882f717f4748b4a9b1b12e4be 2988 webdar_1.0.0-4.debian.tar.xz
 2bdcdb8ec1d22500eabadc915bf49b8e38883ac0 10514 webdar_1.0.0-4_source.buildin=
fo
Checksums-Sha256:
 45910caf9ee98aeefa1ad994ed1ffc3e43548687f5155b8eb0629c79092b3fa6 1885 webdar=
_1.0.0-4.dsc
 faf84702b4b6657ed1369606af3accad87b1698413ef1fd3e939f322ada23d94 2988 webdar=
_1.0.0-4.debian.tar.xz
 6b315ed464b4f7a84a2eed5e9c5241eeaf82cb6d9d4e0f38c817c7035cfc12d2 10514 webda=
r_1.0.0-4_source.buildinfo
Files:
 7c651c02cfebf624c043803f164f8b85 1885 utils optional webdar_1.0.0-4.dsc
 452c4536d42921a6caf4885f3c8ca52e 2988 utils optional webdar_1.0.0-4.debian.t=
ar.xz
 43c8a815655f147e34057c2ecc633ce4 10514 utils optional webdar_1.0.0-4_source.=
buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEJ217d7abdWx8toZp3Sn4hEKDntMFAmpxWKUACgkQ3Sn4hEKD
ntOHSBAAllUHFB214Yd73oa9R6QvjsqLLkh2PCDDuIQDf/FPaczpQcUgQUJw4JZR
DB3JjMxMOtNP9E/froHMQpJzPLxWtteI1gjUpLMlJ/0qw+jS1181zCJjlRPn7o5Y
4KWnzm/YMBXg/aaQAic8mJYYyvrSBJ7yQt/l/fUJ0kz1BQJxOq+q4D0cEvco8sh1
7emlgjyMpijPI4pbizbFUgkAHtRlDmc2XXBUa3KjYB2/U2DJ/VfXBZoj1LXwyajV
QxCDnuXTPgZZLNmbA597SfmvE2M4iEa2Iutpqape1JN10UmlClT87lT69YK7JdLL
jmVnEItGWRJUFtdSzZrIfuS6sIheDLZDFMtdKR4VJPo4NuXiOSUisgcJuJd2sM/D
NNcJ//DNyaXdHxNGTf2Hv5ynPpDIm63TOKdKdBikreMsaOAhXaH4V0pfJdQnTDWE
dpOlZSciBAy39ot9WDnVslV+MF9dxDiVXPC4it29aMoGM7Z0YsYVuaUgqRi+QwzA
ZeSSkj3WXsBinH4H5jI48+Z/fkggK2ELapvimAs8S5V5nCBpvDhO1RjdSS9NwxgM
JTFcEhylvYbmgI+M8/HmUqhvxG/b7HtVoH93hpm6V9hd/bT4Ad4g/q78VRNbYK6i
rVqaIM52F7KK+YbILgw4+3w0Hn2cvDlj+9tMbsdxJficUyNWhGg=3D
=3DLHRk
-----END PGP SIGNATURE-----


--===============2772637995416232093==
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCanFa5wAKCRCb9qggYcy5
IeP3AP4tO2AVRGZtd3KY4ATgL6TAwHgWBpoP7oJ7GQzp5bUVEQEA4M1Tz+Vp8900
CphCUaqseET6a7Sbczgul4INJ4p4AA4=
=p5sX
-----END PGP SIGNATURE-----

--===============2772637995416232093==--
------------=_1785813901-3154847-0--