4 Commits 69fc31754b ... 033313b537

Author SHA1 Message Date
  Christoph Biedl 033313b537 tang 15-3 1 week ago
  Christoph Biedl 9e3be18f39 Packaging cleanup 1 week ago
  Christoph Biedl 1ab0f88bff Migrate to llhttp 1 week ago
  Christoph Biedl b89dedd9f4 Test: Also increase the adv-standalone-endpoint timeout 1 week ago
4 changed files with 17 additions and 10 deletions
  1. 7 0
      debian/changelog
  2. 2 3
      debian/control
  3. 4 2
      debian/patches/debian/2023-07-04.test-timeout.patch
  4. 4 5
      debian/watch

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+tang (15-3) unstable; urgency=medium
+
+  * Test: Also increase the adv-standalone-endpoint timeout
+  * Migrate to llhttp
+
+ -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Tue, 04 Nov 2025 20:33:36 +0100
+
 tang (15-2) unstable; urgency=medium
 
   * tang-show-keys: Probe for curl, add documentation

+ 2 - 3
debian/control

@@ -1,7 +1,7 @@
 Source: tang
 Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
 Homepage: https://github.com/latchset/tang
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Vcs-Browser: https://git.in-ulm.de/cbiedl/tang
 Vcs-Git: https://git.in-ulm.de/cbiedl/tang.git
 Build-Depends: debhelper-compat (= 13),
@@ -9,13 +9,12 @@ Build-Depends: debhelper-compat (= 13),
     curl,
     iproute2,
     jose,
-    libhttp-parser-dev,
     libjansson-dev,
     libjose-dev,
+    libllhttp-dev,
     meson,
     pkgconf,
 Priority: optional
-Rules-Requires-Root: no
 Section: net
 
 Package: tang

+ 4 - 2
debian/patches/debian/2023-07-04.test-timeout.patch

@@ -8,12 +8,14 @@ on a fairly old hppa box the test take some whopping 643 seconds.
 
 --- a/tests/meson.build
 +++ b/tests/meson.build
-@@ -40,7 +40,7 @@
+@@ -40,8 +40,8 @@
    env.set('SOCAT', socat.path())
  endif
  
 -test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 360)
+-test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 360)
 +test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 1200)
- test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 360)
++test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 1200)
  test('adv-socat', find_program('adv-socat'), env: env, timeout: 360)
  test('adv-socat-endpoint', find_program('adv-socat-endpoint'), env: env, timeout: 360)
+ test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 360)

+ 4 - 5
debian/watch

@@ -1,5 +1,4 @@
-
-version=4
-opts="searchmode=plain,filenamemangle=s/$/.tar.gz/" \
-https://api.github.com/repos/latchset/@PACKAGE@/releases \
-    https://github.com/latchset/@PACKAGE@/releases/download/[^/]+/@PACKAGE@-([0-9][.0-9]*)@ARCHIVE_EXT@
+Version: 5
+Template: Github
+Owner: latchset
+Project: @PACKAGE@