[Pkg-privacy-commits] [Git][pkg-privacy-team/torsocks][master] 4 commits: Add .pc (quilt) to .gitignore

Clément Hermann (@nodens) nodens at debian.org
Wed Apr 17 23:11:18 BST 2024



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 <nodens at debian.org>  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 <fw at deneb.enyo.de>
+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: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20240417/333d7f13/attachment-0001.htm>


More information about the Pkg-privacy-commits mailing list