Debian Package Tracker
Register | Log in
Subscribe

emacs-websocket

Emacs WebSocket client and server

Choose email to subscribe with

general
  • source: emacs-websocket (main)
  • version: 1.15-2
  • maintainer: Debian Emacsen team (archive) (DMD)
  • uploaders: Nicholas D Steeves [DMD]
  • arch: all
  • std-ver: 4.6.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: 1.13-1
  • oldstable: 1.13-3
  • stable: 1.15-2
  • testing: 1.15-2
  • unstable: 1.15-2
versioned links
  • 1.13-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.13-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.15-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • elpa-websocket
action needed
A new upstream version is available: 1.16 high
A new upstream version 1.16 is available, you should consider packaging it.
Created: 2026-02-03 Last update: 2026-04-29 23:00
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.16-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 cdb5524d3a387f48adb3d2ed19e3d7fe8d7c2640
Author: Nicholas D Steeves <sten@debian.org>
Date:   Tue Apr 14 15:36:55 2026 -0400

    Update my copyright years.

commit 27fc1529eee56c89d1958309a98586ca701b479e
Author: Nicholas D Steeves <sten@debian.org>
Date:   Tue Apr 14 15:36:43 2026 -0400

    Declare Standards-Version: 4.7.4. (no further changes required).

commit 461de88014ea7c5e09710dbf2578887889861dfa
Author: Nicholas D Steeves <sten@debian.org>
Date:   Tue Apr 14 15:36:23 2026 -0400

    Drop "Priority: optional" and "Rules-Requires-Root: no" because these are…
    
    now set by default.

commit 3cbfebe3b2b371e3c6f681a414837bc34c0218fa
Author: Nicholas D Steeves <sten@debian.org>
Date:   Tue Apr 14 15:35:52 2026 -0400

    Sync copyright statement update from upstream.

commit c4218b5e77e8703571779cb076839887331488a8
Author: Nicholas D Steeves <sten@debian.org>
Date:   Tue Apr 14 15:25:10 2026 -0400

    Unit tests now require f and s, so add elpa-f and elpa-s to B-Ds.

commit b2f8f23e0ece9c925a912684e6f8c39e3456887e
Merge: e7bc0b4 03d1cca
Author: Nicholas D Steeves <sten@debian.org>
Date:   Tue Apr 14 15:24:35 2026 -0400

    Merge tag '1.16'

commit 03d1cca4bd910a8df73e4ec637836c6ac25213a2
Author: Andrew Hyatt <ahyatt@gmail.com>
Date:   Sun Feb 1 10:17:02 2026 -0500

    Update version to 1.16

commit a28e8bdd1521789c7969008389f91c5f3b50e044
Author: Andrew Hyatt <ahyatt@gmail.com>
Date:   Sun Feb 1 10:16:11 2026 -0500

    Update unit tests to pass with lex binding, add uv for func testing

commit 3b463380e4add168238728fba69c215b24dabbad
Merge: 40c208e f8b00eb
Author: Andrew Hyatt <ahyatt@gmail.com>
Date:   Sun Feb 1 00:36:14 2026 -0500

    Merge pull request #83 from tothedarktowercame/main
    
    Fix missing leading slash in WebSocket request path

commit f8b00eb017ec8ba0e6574425e4325ea3ab802469
Author: Andrew Hyatt <ahyatt@gmail.com>
Date:   Sun Feb 1 00:35:08 2026 -0500

    Add tests, update copyright

commit 8cae91f73815bff749b04fb61f332107f0d0ed7b
Author: Joe Corneli <tothedarktowercame@gmail.com>
Date:   Sun Feb 1 00:19:45 2026 +0000

    Fix missing leading slash in WebSocket request path
    
    When the URL has no path component (e.g., wss://host:port?query=...),
    url-filename returns "?query=..." without a leading slash.
    
    This produces an invalid HTTP request line:
      GET ?query=... HTTP/1.1
    
    Instead of the correct:
      GET /?query=... HTTP/1.1
    
    Servers like nginx correctly reject this as 400 Bad Request.
    
    The fix ensures the path always starts with "/" by checking
    string-prefix-p before using url-filename's result.
    
    Fixes #66 (TLSv1.3 connection issues with nginx)

commit e7bc0b4b939d945540b5d18f015d38f30630aa1b
Merge: 63b755d cf79c3c
Author: Xiyue Deng <manphiz@gmail.com>
Date:   Mon Nov 25 23:53:01 2024 -0800

    Merge from sid [dgit]

commit cf79c3c6fae948a7247889adaab96f256f0b5274
Author: Sean Whitton <spwhitton@spwhitton.name>
Date:   Thu Jul 25 19:57:53 2024 +0900

    Rebuild against dh-elpa 2.1.5

commit 47549cdb3785a57c44160db4b416d07e985bf24e
Merge: 781583a c0e8a2c
Author: Nicholas D Steeves <sten@debian.org>
Date:   Sun Oct 29 12:46:13 2023 -0400

    emacs-websocket (1.15-1) unstable; urgency=medium
    
      * New upstream release.
      * Rebase quilt series, and drop the following patches, which are already
        part of this upstream release:
        - 0001-Skip-websocket-client-with-remote-server.patch
        - 0002-set-ready-state-to-closed-when-websocket-is-closed-a.patch
      * Update upstream copyright years, and also update my own.
      * Declare Standards-Version: 4.6.2. (no changes required)
    
    [dgit import unpatched emacs-websocket 1.15-1]

commit 781583aa6a1b44203b90607a2e2e045d852a7a43
Author: Nicholas D Steeves <sten@debian.org>
Date:   Sun Oct 29 12:46:13 2023 -0400

    Import emacs-websocket_1.15.orig.tar.gz
    
    [dgit import orig emacs-websocket_1.15.orig.tar.gz]

commit c0e8a2cc8dc026b1dc0c61637b9e46e12255828b
Author: Nicholas D Steeves <sten@debian.org>
Date:   Sun Oct 29 12:46:13 2023 -0400

    Import emacs-websocket_1.15-1.debian.tar.xz
    
    [dgit import tarball emacs-websocket 1.15-1 emacs-websocket_1.15-1.debian.tar.xz]
Created: 2024-07-25 Last update: 2026-04-27 11:01
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.6.2).
Created: 2024-04-07 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2024-07-30] emacs-websocket 1.15-2 MIGRATED to testing (Debian testing watch)
  • [2024-07-25] Accepted emacs-websocket 1.15-2 (source) into unstable (Sean Whitton)
  • [2023-11-01] emacs-websocket 1.15-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-29] Accepted emacs-websocket 1.15-1 (source) into unstable (Nicholas D Steeves)
  • [2023-05-20] emacs-websocket 1.13-3 MIGRATED to testing (Debian testing watch)
  • [2023-04-30] Accepted emacs-websocket 1.13-3 (source) into unstable (Nicholas D Steeves)
  • [2023-02-28] emacs-websocket 1.13-2 MIGRATED to testing (Debian testing watch)
  • [2023-02-18] Accepted emacs-websocket 1.13-2 (source) into unstable (Nicholas D Steeves)
  • [2021-01-16] emacs-websocket 1.13-1 MIGRATED to testing (Debian testing watch)
  • [2021-01-13] Accepted emacs-websocket 1.13-1 (source) into unstable (Nicholas D Steeves)
  • [2020-10-09] emacs-websocket 1.12+18.g5aaf9d1-3 MIGRATED to testing (Debian testing watch)
  • [2020-10-07] Accepted emacs-websocket 1.12+18.g5aaf9d1-3 (source) into unstable (Nicholas D Steeves)
  • [2020-08-09] emacs-websocket 1.12+18.g5aaf9d1-2 MIGRATED to testing (Debian testing watch)
  • [2020-08-07] Accepted emacs-websocket 1.12+18.g5aaf9d1-2 (source) into unstable (Nicholas D Steeves)
  • [2020-08-06] Accepted emacs-websocket 1.12+18.g5aaf9d1-1 (source) into unstable (Nicholas D Steeves)
  • [2020-04-02] emacs-websocket 1.12+8.g31e122a-1 MIGRATED to testing (Debian testing watch)
  • [2020-03-29] Accepted emacs-websocket 1.12+8.g31e122a-1 (source) into unstable (Nicholas D Steeves)
  • [2020-03-21] Accepted emacs-websocket 1.12+1.g74e4b82-1 (source all) into unstable, unstable (Debian FTP Masters) (signed by: Antoine Beaupré)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.15-2build1

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