From nodens at debian.org Wed Apr 17 23:11:18 2024 From: nodens at debian.org (=?UTF-8?B?Q2zDqW1lbnQgSGVybWFubiAoQG5vZGVucyk=?=) Date: Wed, 17 Apr 2024 22:11:18 +0000 Subject: [Pkg-privacy-commits] [Git][pkg-privacy-team/torsocks][master] 4 commits: Add .pc (quilt) to .gitignore Message-ID: <66204906939b8_2c2f1314cdac9414373b8@godard.mail> Cl?ment Hermann pushed to branch master at Privacy Maintainers / torsocks Commits: 1a60577c by Cl?ment Hermann at 2024-04-17T23:57:57+02:00 Add .pc (quilt) to .gitignore - - - - - ca6ded90 by Cl?ment Hermann at 2024-04-17T23:59:41+02:00 Fix FTBFS: C99 compatibility (upstream patch) Closes: #1066313 - - - - - ca378101 by Cl?ment Hermann at 2024-04-18T00:09:16+02:00 d/control: declare compliance with policy 4.7.0 - - - - - a899aec7 by Cl?ment Hermann at 2024-04-18T00:11:06+02:00 Update d/changelog Gbp-Dch: Ignore - - - - - 5 changed files: - .gitignore - debian/changelog - debian/control - + debian/patches/fix_compatibility_with_C99.patch - debian/patches/series Changes: ===================================== .gitignore ===================================== @@ -61,3 +61,5 @@ tests/*.log tests/*.trs tests/unit/*.log tests/unit/*.trs + +.pc ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +torsocks (2.4.0-2) UNRELEASED; urgency=medium + + * Remove lunar at debian.org from Uploaders (at their request) + * Add .pc (quilt) to .gitignore + * Fix FTBFS: C99 compatibility (upstream patch) (Closes: #1066313) + * d/control: declare compliance with policy 4.7.0 + + -- Cl?ment Hermann Thu, 18 Apr 2024 00:00:02 +0200 + torsocks (2.4.0-1) unstable; urgency=medium * Update d/watch to get upstream releases from tor's gitlab ===================================== debian/control ===================================== @@ -5,9 +5,9 @@ Section: net Priority: optional Build-Depends: debhelper-compat (= 13), dh-autoreconf, - dpkg-dev (>= 1.16.1.1~), + dpkg-dev, bash-completion -Standards-Version: 4.0.0 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/torsocks Vcs-Git: https://salsa.debian.org/pkg-privacy-team/torsocks.git Homepage: https://gitweb.torproject.org/torsocks.git ===================================== debian/patches/fix_compatibility_with_C99.patch ===================================== @@ -0,0 +1,16 @@ +Description: Fix C99 compatibility +Author: Florian Weimer +Origin: upstream, https://gitlab.torproject.org/tpo/core/torsocks/-/commit/969d782ad3b560448325ff6e9aa29801d6276a3e +Bug: https://gitlab.torproject.org/tpo/core/torsocks/-/issues/40014 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/src/common/config-file.h ++++ b/src/common/config-file.h +@@ -109,6 +109,7 @@ + int conf_file_set_allow_outbound_localhost(const char *val, struct + configuration *config); + int conf_file_set_isolate_pid(const char *val, struct configuration *config); ++int conf_file_set_enable_ipv6(const char *val, struct configuration *config); + + int conf_apply_socks_auth(struct configuration *config); + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ exclude_test_requiring_network.patch +fix_compatibility_with_C99.patch View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/51645e7e06d98bc299362152a4e22cc7651f5bf6...a899aec75980692561f89bf682ba31c9723d16bc -- View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/51645e7e06d98bc299362152a4e22cc7651f5bf6...a899aec75980692561f89bf682ba31c9723d16bc You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nodens at debian.org Sat Apr 20 19:09:34 2024 From: nodens at debian.org (=?UTF-8?B?Q2zDqW1lbnQgSGVybWFubiAoQG5vZGVucyk=?=) Date: Sat, 20 Apr 2024 18:09:34 +0000 Subject: [Pkg-privacy-commits] [Git][pkg-privacy-team/torsocks][master] 7 commits: Remove obsolete Build-depends: dpkg-dev, dh-autoreconf Message-ID: <662404de4b1ba_2c2f13139d010819849a6@godard.mail> Cl?ment Hermann pushed to branch master at Privacy Maintainers / torsocks Commits: 9d7c564f by Cl?ment Hermann at 2024-04-18T09:04:00+02:00 Remove obsolete Build-depends: dpkg-dev, dh-autoreconf - - - - - 0a0e1e94 by Cl?ment Hermann at 2024-04-18T09:05:23+02:00 Update d/changelog Gbp-Dch: Ignore - - - - - 7ffa21fd by Cl?ment Hermann at 2024-04-18T09:17:59+02:00 remove leftover maintainer scripts after the switch to .maintscript file - - - - - d1c02e7e by Cl?ment Hermann at 2024-04-20T19:56:47+02:00 Fix groff warning on torsocks.8 - - - - - d68720d6 by Cl?ment Hermann at 2024-04-20T20:04:09+02:00 d/control: add Rules-Requires-Root: no - - - - - bbd1c073 by Cl?ment Hermann at 2024-04-20T20:05:05+02:00 d/copyright: update copyright year for debian/* - - - - - 82895026 by Cl?ment Hermann at 2024-04-20T20:09:17+02:00 Update changelog Gbp-Dch: Ignore - - - - - 7 changed files: - debian/changelog - debian/control - debian/copyright - + debian/patches/fix_groff_warning_on_torsocks.8 - debian/patches/series - ? debian/torsocks.postrm - ? debian/torsocks.preinst Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,17 @@ torsocks (2.4.0-2) UNRELEASED; urgency=medium - + TODO: forward torsocks.8 patch upstream * Remove lunar at debian.org from Uploaders (at their request) * Add .pc (quilt) to .gitignore * Fix FTBFS: C99 compatibility (upstream patch) (Closes: #1066313) - * d/control: declare compliance with policy 4.7.0 - - -- Cl?ment Hermann Thu, 18 Apr 2024 00:00:02 +0200 + * removed leftover maintainer scripts after the switch to .maintscript file + * Fix groff warning on torsocks.8 + * d/control: + - declared compliance with policy 4.7.0 + - added Rules-Requires-Root: no + - removed obsolete Build-depends: dpkg-dev, dh-autoreconf + * d/copyright: update copyright year for debian/* + + -- Cl?ment Hermann Thu, 18 Apr 2024 09:04:21 +0200 torsocks (2.4.0-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -4,9 +4,8 @@ Uploaders: Cl?ment Hermann Section: net Priority: optional Build-Depends: debhelper-compat (= 13), - dh-autoreconf, - dpkg-dev, bash-completion +Rules-Requires-Root: no Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/torsocks Vcs-Git: https://salsa.debian.org/pkg-privacy-team/torsocks.git ===================================== debian/copyright ===================================== @@ -17,7 +17,7 @@ License: GPL-2+ Files: debian/* Copyright: ? 2009-2012 Patrick Matth?i ? 2012 intrigeri - ? 2016 Debian Privacy Tools Maintainers + ? 2016-2024 Debian Privacy Tools Maintainers License: GPL-2+ License: GPL-2+ ===================================== debian/patches/fix_groff_warning_on_torsocks.8 ===================================== @@ -0,0 +1,16 @@ +Description: Fix groff warning in torsock.8 + Lintian reports a groff warning: an.tmac::77: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined). + This means the tbl preprocessor isn't run, this patches makes sure it does. +Author: Cl?ment Hermann +Bug: TBD +Applied-Upstream: +Last-Update: 2024-04-20 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/doc/torsocks.8 ++++ b/doc/torsocks.8 +@@ -1,3 +1,4 @@ ++'\" t + .TH "TORSOCKS" "8" "August 24th, 2013" "" "" + + .SH NAME ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ exclude_test_requiring_network.patch fix_compatibility_with_C99.patch +fix_groff_warning_on_torsocks.8 ===================================== debian/torsocks.postrm deleted ===================================== @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -dpkg-maintscript-helper mv_conffile \ - /etc/torsocks.conf /etc/tor/torsocks.conf 2.0~ -- "$@" - -#DEBHELPER# ===================================== debian/torsocks.preinst deleted ===================================== @@ -1,8 +0,0 @@ -#!/bin/sh - -set -e - -dpkg-maintscript-helper mv_conffile \ - /etc/torsocks.conf /etc/tor/torsocks.conf 2.0~ -- "$@" - -#DEBHELPER# View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/a899aec75980692561f89bf682ba31c9723d16bc...82895026500a8ceaa4e1579bd4a3ddeb4708d4db -- View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torsocks/-/compare/a899aec75980692561f89bf682ba31c9723d16bc...82895026500a8ceaa4e1579bd4a3ddeb4708d4db You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: