Debian Package Tracker
Register | Log in
Subscribe

weborf

Fast and small webserver meant to be run without root privileges

Choose email to subscribe with

general
  • source: weborf (main)
  • version: 1.6-1
  • maintainer: Salvo 'LtWorf' Tomaselli (DMD)
  • arch: all any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.17-3+deb11u1
  • oldstable: 0.19-2.1+deb12u1
  • stable: 1.5-1
  • testing: 1.6-1
  • unstable: 1.6-1
versioned links
  • 0.17-3+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.19-2.1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.5-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.6-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • qweborf
  • weborf
  • weborf-daemon
action needed
version in VCS is newer than in repository, is it time to upload? normal
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
Created: 2026-06-10 Last update: 2026-06-13 02:32
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-11-19 Last update: 2025-11-19 21:30
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.2).
Created: 2025-12-23 Last update: 2026-03-31 15:01
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2025-11-21] weborf 1.6-1 MIGRATED to testing (Debian testing watch)
  • [2025-11-19] Accepted weborf 1.6-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2025-02-26] weborf 1.5-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-18] Accepted weborf 1.5-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2024-07-29] weborf 1.4-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-21] Accepted weborf 1.4-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2024-07-17] weborf 1.3-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-09] Accepted weborf 1.3-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2024-06-27] weborf 1.2-1 MIGRATED to testing (Debian testing watch)
  • [2024-06-19] Accepted weborf 1.2-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2024-05-16] weborf 1.1-1 MIGRATED to testing (Debian testing watch)
  • [2024-05-09] Accepted weborf 1.1-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2023-12-26] Accepted weborf 0.17-3+deb11u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Salvo 'LtWorf' Tomaselli)
  • [2023-12-02] Accepted weborf 0.19-2.1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Salvo 'LtWorf' Tomaselli)
  • [2023-10-26] weborf 1.0-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-23] Accepted weborf 1.0-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2023-10-12] weborf 0.20-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-04] Accepted weborf 0.20-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2022-10-18] weborf 0.19-2.1 MIGRATED to testing (Debian testing watch)
  • [2022-10-15] Accepted weborf 0.19-2.1 (source) into unstable (Michael Biebl)
  • [2022-03-17] weborf 0.19-2 MIGRATED to testing (Debian testing watch)
  • [2022-03-15] Accepted weborf 0.19-2 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2022-03-14] Accepted weborf 0.19-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2022-03-06] Accepted weborf 0.18-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2021-11-09] weborf 0.17-4 MIGRATED to testing (Debian testing watch)
  • [2021-10-29] Accepted weborf 0.17-4 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2021-01-06] weborf 0.17-3 MIGRATED to testing (Debian testing watch)
  • [2020-12-31] Accepted weborf 0.17-3 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2020-12-31] Accepted weborf 0.17-2 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • [2020-12-29] Accepted weborf 0.17-1 (source) into unstable (Salvo 'LtWorf' Tomaselli)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.6-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing