pacparser 1.3.6-1.4 source package in Ubuntu

Changelog

pacparser (1.3.6-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * CVE-2019-25078: Possible memory overwrite in pacparser_find_proxy()
    (Closes: #1026106)

 -- Adrian Bunk <email address hidden>  Sat, 25 Feb 2023 16:48:20 +0200

Upload details

Uploaded by:
Manu
Uploaded to:
Sid
Original maintainer:
Manu
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs

Downloads

File Size SHA-256 Checksum
pacparser_1.3.6-1.4.dsc 1.8 KiB d475ed3159fcd01f9c6e8328db885a8f8d5619df03625310f33f7744e9aca8cf
pacparser_1.3.6.orig.tar.gz 883.4 KiB 503b0c47c713433008352b498118e2c01e98250a9d7cdf4a009662420be0636d
pacparser_1.3.6-1.4.debian.tar.xz 4.9 KiB 2840cc627eaf0518fd8a897188c71e83257789fef4f5e3078be2c03496329543

No changes file available.

Binary packages built by this source

libpacparser-dev: library to parse proxy auto-config files (development files)

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the header files to build against the shared library.

libpacparser1: library to parse proxy auto-config files

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the shared library, and pactester, a tool for testing
 PAC files

libpacparser1-dbgsym: debug symbols for libpacparser1
python3-pacparser: Python 3 module to parse proxy auto-config files

 a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
 a vastly used proxy configuration method these days. Web browsers can use a PAC
 file to determine which proxy server to use or whether to go direct for a given
 URL. PAC files are written in JavaScript and can be programmed to return
 different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
 source IP address, protocol, time of the day etc. PAC files introduce a lot of
 possibilities.
 .
 Needless to say, PAC files are now a widely accepted method for proxy
 configuration management and companies all over are using them in corporate
 environments. Almost all popular web browsers support PAC files. The idea
 behind pacparser is to make it easy to add this PAC file parsing capability to
 any program (C and Python supported right now).
 .
 This package contains the Python 3 bindings for the shared library

python3-pacparser-dbgsym: debug symbols for python3-pacparser