stunnel4 3:5.63-1 source package in Ubuntu

Changelog

stunnel4 (3:5.63-1) unstable; urgency=medium

  * Explicitly declare dh-sequence-single-binary.
  * Use sysusers.d for the stunnel4 account and group.
  * Bump the debhelper compat level to 14 for dh_installsysusers.
  * Refresh the Python programming style of the autopkgtest suite:
    - use asyncio.Server, not AbstractServer, as a variable type
    - use ssl.PROTOCOL_TLS_CLIENT instead of the deprecated
      ssl.PROTOCOL_TLS and specify the hostname that we expect
      the server to send us a certificate for. Closes: #1004695
    - test with all supported Python versions
    - use version 22 of the black tool for formatting the source code
    - reformat with 100 characters per line
  * Reformat (with no content change) some debian/* files:
    - postinst and postrm: use tabs
    - copyright: single-character indent
    - logrotate: four-character indent
  * Add an EditorConfig definitions file for debian/*.
  * Add the year 2022 to my debian/* copyright notice.
  * New upstream release (Closes: #1004698):
    - fixes the build with OpenSSL 3.x. Closes: #1006577
    - no need to repack the upstream tarball any more: the files
      we excluded were dropped in version 5.61
    - drop the 06-des-hash patch, applied upstream
    - refresh patch line numbers
    - update the upstream copyright years
    - add pkg-config as a build dependency for the newly-used
      PKG_CHECK_VAR autoconf macro
  * Add some shell quoting to the postinst and postrm scripts.
  * Add a shellcheck configuration file for debian/*.
  * Add the 05-sample-sysconfdir patch to fix the expansion of
    @sysconfdir@ in the sample stunnel config file. Closes: #871916

 -- Peter Pentchev <email address hidden>  Sat, 19 Mar 2022 14:57:14 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
stunnel4_5.63-1.dsc 2.5 KiB 575c4a0174de82f20015ef40c3b643d020f4bac088d0da19b8704671f565f6e3
stunnel4_5.63.orig.tar.gz 846.4 KiB c74c4e15144a3ae34b8b890bb31c909207301490bd1e51bfaaa5ffeb0a994617
stunnel4_5.63.orig.tar.gz.asc 963 bytes b128b51fa5c02dfb362208be1c85a2fbb2f8f0be3a5424c8b25f3842d8e7d632
stunnel4_5.63-1.debian.tar.xz 49.6 KiB cb39b27664f7f384e34310f3a38b3fc660e6aaa1401efc25f6ca0865b32eb33b

No changes file available.

Binary packages built by this source

stunnel4: Universal SSL tunnel for network daemons

 The stunnel program is designed to work as SSL encryption
 wrapper between remote client and local (inetd-startable) or
 remote server. The concept is that having non-SSL aware daemons
 running on your system you can easily setup them to
 communicate with clients over secure SSL channel.
 .
 stunnel can be used to add SSL functionality to commonly
 used inetd daemons like POP-2, POP-3 and IMAP servers
 without any changes in the programs' code.
 .
 This package contains a wrapper script for compatibility with stunnel 3.x

stunnel4-dbgsym: debug symbols for stunnel4