vcswatch reports that
this package seems to have a new changelog entry (version
1.7-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit cc857a37384d3b7722f6bf9b39c38506451add47
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Wed Apr 22 12:10:48 2026 +0200
Always support range in requests
No point to have the conditional
commit 4764663de32e98e67e23434e60689403bc374f02
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Wed Nov 19 23:54:56 2025 +0100
Remove cast
commit 046ae358046ea28a4bbb251ae2e1519d48959726
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 22:37:59 2026 +0200
Improve annotations
commit a728e75077b086521fe237f52ef0f6a5916f5304
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 22:28:38 2026 +0200
Make clang happy
commit 088187c10b856474d56a6ea4e9d2f36e731c2043
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 20:00:13 2026 +0200
Port to python3
commit 09d0d46b2d493c3779204b0337f620e64627cd83
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:59:58 2026 +0200
Remove unused includes
commit 243ef5600488c9a5b2ad9b88faab1068cbd5bc05
Merge: 11663b8 ddf5ab6
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Tue Jun 9 19:47:35 2026 +0200
Merge pull request 'Implement HEAD HTTP method' (#97) from fixheadreq into master
Reviewed-on: https://codeberg.org/ltworf/weborf/pulls/97
commit ddf5ab613ea5ae1563eea3ad36917b63a05cfb80
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 18:47:14 2026 +0100
More tests
commit 7e5328bc7cb5cb6fb49ea85477281d7c4a034c85
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 18:09:00 2026 +0100
Make sure it won't do HEAD on scripts
commit ba34f2eaf8df7fbe36fcac386bfdaaa6ea90c365
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 18:07:47 2026 +0100
Test that it will refuse to send head on tar directories
commit 53a82dab0695ef7dca1bb48e5726ba1ff19cd5b9
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 18:05:33 2026 +0100
CHANGELOG
commit 3c4ffab856996ecf48af490048737d51143e6dff
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 17:51:31 2026 +0100
Implement HEAD method
commit c94631c90a125a4e0bb4c80001d7cdd349f423ca
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 17:50:50 2026 +0100
Depend on netcat for new test
commit dd995bf0929d4f649f6b0ed6120a27efbf79c4d7
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 17:50:19 2026 +0100
Add incomplete testfile for HEAD method
commit fde9146fdb18fdfd827116f95238cadd8732f33e
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 17:19:08 2026 +0100
Define HEAD method and renumber them to be less insane
commit 809902c25a777a414109012e2da25c82ae947c0f
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat Mar 21 17:17:50 2026 +0100
Bump version
commit 11663b842ded3eed03c682f54c23d964ae2c74c5
Merge: 07b20a5 6f0ef81
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Tue Jun 9 19:37:44 2026 +0200
Merge pull request 'Use pidfd for CGI' (#99) from pidfd into master
Reviewed-on: https://codeberg.org/ltworf/weborf/pulls/99
commit 6f0ef81bd078295fd760afddd26485805dec9603
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:35:31 2026 +0200
CHANGELOG
commit 532257c208e0666557788f68ec5a60423b72dc47
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:34:55 2026 +0200
Do not clash with the parent function closing
commit d478538915d3f9cf89a1b132096d180ef20dd2e6
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:34:19 2026 +0200
Use pidfd to kill subprocess
commit 96b1ef7cca4fb352d611414261d48084f8e4c9c8
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:22:24 2026 +0200
Simpler error handling
commit 43c506d84b001ffe5b1ef271a3a7d4ddeb557f47
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:07:43 2026 +0200
Use dup2 instead of dup
commit 07b20a570d5ba1ddffb2fbf5d6beff62d9dc8ec8
Merge: e132021 afdf892
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Tue Jun 9 19:05:34 2026 +0200
Merge pull request 'SSL+tar' (#98) from ssltar into master
Reviewed-on: https://codeberg.org/ltworf/weborf/pulls/98
commit afdf8922093b68cedfeabe5b9010a91143fc6ede
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 19:04:16 2026 +0200
Use chunked encoding if supported
Not sure if it's a good idea, it will do 3 times more packets
commit 9abeeb2d72d003616ed4b1a15fdc3424f299ec57
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:50:12 2026 +0200
Check more stuff in ./configure
commit 0e15f3feda394a0fb7837a8160023110fa81805d
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:49:36 2026 +0200
Use pipes to tar directories
Instead of passing the socket directly to the tar process
use a pipe and then forward it to the client.
So it can work also if SSL is being used.
commit 85dde848ca4b11455622d8a6f2af457cd54734df
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:29:09 2026 +0200
Add wrappers to use pidfd
commit 1dc7fad49113a2ba8fc4bd89b4e8e5f392f28735
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:26:58 2026 +0200
Allow --tar to be set together with SSL
commit 9610a7e364f06229a1160aac70c6b5410d6c1bdc
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:25:22 2026 +0200
Change manpage
commit d72bef5bc8e260c1d31956ecf00b5ea6d4bc36a9
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:24:39 2026 +0200
CHANGELOG
commit 3110d1eed77d44bdc993916cf2cbef2076d83106
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Tue Jun 9 18:24:21 2026 +0200
Bump version