yaws 2.0.4+dfsg-2ubuntu0.1 source package in Ubuntu

Changelog

yaws (2.0.4+dfsg-2ubuntu0.1) bionic-security; urgency=medium

  * SECURITY UPDATE: XXE injection
    - debian/patches/CVE-2020-24379.patch: Reject external entities in DAV
      requests
    - CVE-2020-24379
  * SECURITY UPDATE: OS command injection
    - debian/patches/CVE-2020-24916.patch: Sanitize CGI requests
    - CVE-2020-24916

 -- Mike Salvatore <email address hidden>  Thu, 01 Oct 2020 08:49:36 -0400

Upload details

Uploaded by:
Mike Salvatore
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe web
Bionic security universe web

Downloads

File Size SHA-256 Checksum
yaws_2.0.4+dfsg.orig.tar.xz 1.1 MiB 6d6d2f71e0061529e9ac6dd2babf9a5c53e9ca266543d11c97cb1de427970a0e
yaws_2.0.4+dfsg-2ubuntu0.1.debian.tar.xz 31.1 KiB 6621b14f01f2a0ad343de13c321f69f6fb1aa0f036627739171578047b620225
yaws_2.0.4+dfsg-2ubuntu0.1.dsc 2.6 KiB ac7a51445362f800dd417d33782c54a0da2362d32b86d68b65249a4bfd17f4f9

View changes file

Binary packages built by this source

erlang-yapp: Erlang application for deploying Yaws webserver applications

 Yaws-yapp (Yaws application handler) is a helper application.
 It takes care of adding, and removing, the applications into a running
 server. When anyone access the server with an URL that matches the path
 for an added application, the docroot will be temporarily switched
 to where the web pages for that application are located.
 .
 This package includes the Yapp Erlang module which can be used in Yaws
 embedded mode without separate server config.

erlang-yaws: Erlang application which implements HTTP webserver

 Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
 multithreaded webserver where one Erlang light weight process is used to
 handle each client. Two separate modes of operation are supported.
 .
 This package includes Erlang Yaws application suitable to work in embedded
 mode where it runs as a webserver in another Erlang application.

erlang-yaws-dbgsym: debug symbols for erlang-yaws
yaws: High performance HTTP 1.1 webserver written in Erlang

 Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
 multithreaded webserver where one Erlang light weight process is used to
 handle each client. Two separate modes of operation are supported.
 .
 This package includes binaries and config to run Yaws in standalone mode
 where it works as a regular webserver daemon.

yaws-chat: Chat application for Yaws webserver

 Yaws-chat allows one to create a very simple web-based chatroom.

yaws-doc: Documentation and examples for Yaws webserver

 Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
 multithreaded webserver where one Erlang light weight process is used to
 handle each client.
 .
 This package includes Yaws documentation and examples.

yaws-mail: Webmail application for Yaws webserver

 Yaws-mail is a small stateless webmail application. It requires
 SMTP and POP3 servers to operate and does not store email locally.

yaws-wiki: Wiki application for Yaws webserver

 Yaws-wiki is a small wiki application, written in Erlang for Yaws
 webserver.

yaws-yapp: Provides an easy way to deploy applications for Yaws webserver

 Yaws-yapp (Yaws application handler) is a helper application.
 It takes care of adding, and removing, the applications into a running
 server. When anyone access the server with an URL that matches the path
 for an added application, the docroot will be temporarily switched
 to where the web pages for that application are located.
 .
 This package provides Yapp config file which is intended to use along
 with fully installed Yaws webserver.