turnkey-torrentserver-18.0 (1) turnkey; urgency=low

  * Add wsdd package for Windows Service for Devices - so Fileserver shows up
    in Win10/11 Explorer - closes #1598.

  * Install avahi-daemon by default. Provides zeroconf auto network discovery
    and is compatible with Apple's Bonjour service.

  * Confconsole: bugfix broken DNS-01 Let's Encrypt challenge- closes #1876 &
    #1895.
    [Jeremy Davis <jeremy@turnkeylinux.org>]

  * Ensure hashfile includes URL to public key - closes #1864.

  * Include webmin-logviewer module by default - closes #1866.

  * Upgraded base distribution to Debian 12.x/Bookworm.

  * Configuration console (confconsole):
    - Support for DNS-01 Let's Encrypt challenges.
      [ Oleh Dmytrychenko <dmytrychenko.oleh@gmail.com> github: @NitrogenUA ]
    - Support for getting Let's Encrypt cert via IPv6 - closes #1785.
    - Refactor network interface code to ensure that it works as expected and
      supports more possible network config (e.g. hotplug interfaces & wifi).
    - Show error message rather than stacktrace when window resized to
      incompatable resolution - closes  #1609.
      [ Stefan Davis <stefan@turnkeylinux.org> ]
    - Bugfix exception when quitting configuration of mail relay.
      [ Oleh Dmytrychenko <dmytrychenko.oleh@gmail.com> github: @NitrogenUA ]
    - Improve code quality: implement typing, fstrings and make (mostly) PEP8
      compliant.
      [Stefan Davis <stefan@turnkeylinux.org> & Jeremy Davis

  * Firstboot Initialization (inithooks):
    - Refactor start up (now hooks into getty process, rather than having it's
      own service).
      [ Stefan Davis <stefan@turnkeylinux.org> ]
    - Refactor firstboot.d/01ipconfig (and 09hostname) to ensure that hostname
      is included in dhcp info when set via inithooks.
    - Package turnkey-make-ssl-cert script (from common overlay - now packaged
      as turnkey-ssl). Refactor relevant scripts to leverage turnkey-ssl.
    - Refactor run script - use bashisms and general tidying.
    - Show blacklisted password characters more nicely.
    - Misc packaging changes/improvements.
    - Support returning output from MySQL - i.e. support 'SELECT'. (Only
      applies to apps that include MySQL/MariaDB).

  * Web management console (webmin):
    - Upgraded webmin to v2.105.
    - Replace webmin-shell with webmin-xterm module by default - closes #1904.
    - Removed stunnel reverse proxy (Webmin hosted directly now).
    - Ensure that Webmin uses HTTPS with default cert
      (/etc/ssl/private/cert.pem).
    - Disabled Webmin Let's Encrypt (for now).

  * Web shell (shellinabox):
    - Completely removed in v18.0 (Webmin now has a proper interactive shell).
    - Note: previous v18.0 releases did not include webmin-xterm pkg - see
      above webmin note &/or #1904.

  * Backup (tklbam):
    - Ported dependencies to Debian Bookworm; otherwise unchanged.

  * Security hardening & improvements:
    - Generate and use new TurnKey Bookworm keys.
    - Automate (and require) default pinning for packages from Debian
      backports. Also support non-free backports.

  * IPv6 support:
    - Adminer (only on LAMP based apps) listen on IPv6.
    - Nginx/NodeJS (NodeJS based apps only) listen on IPv6.

  * Misc bugfixes & feature implementations:
    - Remove rsyslog package (systemd journal now all that's needed).
    - Include zstd compression support.
    - Enable new non-free-firmware apt repo by default.
    - Improve turnkey-artisan so that it works reliably in cron jobs (only
      Laravel based LAMP apps).

  * Set mod_evasive log location - makes debugging easier.
    [ Jeremy Davis <jeremy@turnkeylinux.org> ]

  * Include and enable mod_evasive and mod_security2 by default in Apache.
    [ Stefan Davis <Stefan@turnkeylinux.org> ]

  * Includes new 'tkl-upgrade-php' helper script - to allow easy update/change
    of PHP version - closes #1892.
    [Marcos Méndez @ POPSOLUTIONS <https://github.com/marcos-mendez>]

  * Debian default PHP updated to v8.2.

  * Include new 'tkl-update-php' script - to make updating/changing PHP
    version easier for end users.
    [Marcos Méndez @ POPSOLUTIONS <https://github.com/marcos-mendez>]

  * DEV: Add support for setting max_execution_time & max_input_vars in
    php.ini via appliance Makefile (PHP_MAX_EXECUTION_TIME &
    PHP_MAX_INPUT_VARS).

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Fri, 07 Jun 2024 05:46:36 +0000

turnkey-torrentserver-17.1 (1) turnkey; urgency=low

  * Updated all Debian packages to latest.
    [ autopatched by buildtasks ]

  * Patched bugfix release. Closes #1734.
    [ autopatched by buildtasks ]

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Wed, 14 Sep 2022 07:17:59 +0000

turnkey-torrentserver-17.0 (1) turnkey; urgency=low

  * Updating torrentserver and its dependencies to tkldev v17. Updated libinithooks dialog_wrapper.
 
  * Note: Please refer to turnkey-core's 17.0 changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Mattie Darden <mattie@turnkeylinux.org>  Tue, 06 Sep 2022 03:33:44 +0000

turnkey-torrentserver-16.1 (1) turnkey; urgency=low

  * Build custom upstream (WebDAV-CGI) libfilesys-smbclient perl module from
    source - closes #1597.
    [ Dan Rhode <d.rohde@cms.hu-berlin.de> ]

  * Resolve bug in fileserver firstboot inithook - closes #1596.

  * Include 'webmin-exports' package (Webmin NFS exports module) - closes
    #1521.

  * Note: Please refer to turnkey-core's 16.1 changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Fri, 16 Apr 2021 07:13:20 +1000

turnkey-torrentserver-16.0 (1) turnkey; urgency=low

  * Update Transmission to latest Debian package - v2.94 (2.94-2). Closes
    #1376.

  * Update WebDAV CGI from upstream.
    [ Jeremy Davis ]

  * Explcitly disable TLS<1.2 (i.e. SSLv3, TLSv1, TLSv1.1) for WebDAV CGI.
    (v15.x TurnKey releases supported TLS 1.2, but could fallback as low as
    TLSv1).

  * Update SSL/TLS cyphers to provide "Intermediate" browser/client support
    (suitable for "General-purpose servers with a variety of clients,
    recommended for almost all systems"). As provided by Mozilla via
    https://ssl-config.mozilla.org/. (Only applies to WebDAV CGI).

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Stefan Davis <stefan@turnkeylinux.org>  Thu, 16 Jul 2020 23:22:46 +1000

turnkey-torrentserver-15.0 (1) turnkey; urgency=low

  * Update WebDAV CGI from upstream.

  * Workaround Samba root user password issue within container by creating new
    inithook (closes #1141). See also #1188.
    [ Jeremy Davis ]

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Vlad Kuzmenko <vlad@turnkeylinux.org>  Tue, 28 Aug 2018 01:00:42 +0200

turnkey-torrentserver-14.2 (1) turnkey; urgency=low

  * Torrent Server:

    - Replaced rTorrent with Transmission
    - Changed webserver from nginx to Apache for WebDAV support (#563).

  * WebDAV CGI supersedes SambaDAV (#563).

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Ken Robinson <ken@turnkeylinux.org>  Wed, 21 Jun 2017 21:20:00 -0400

turnkey-torrentserver-14.1 (1) turnkey; urgency=low

  * Added adtional dependencies and adjusted config so no longer complains 
    of missing deps (#474).

  * Include /var/run/rtorrent directory (#untracked bug).

  * Admin Samba account now works reliably with sudoadmin (#523).

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Jeremy Davis <jeremy@turnkeylinux>  Thu, 18 Feb 2016 14:37:49 +1100

turnkey-torrentserver-14.0 (1) turnkey; urgency=low

  * Torrent Server:

    - Changed from MLDonkey to rTorrent and from lighttpd to nginx.
    - Latest Debian Jessie package versions of rTorrent and ClamAV.
    - Latest upstream version of ruTorrent (3.7).
    - Uses tmux to keep rTorrent running.
    - Removed FTP.

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Anton Pyrogovskyi <anton@turnkeylinux.org>  Sun, 6 Sep 2015 21:30:56 +0300

turnkey-torrentserver-13.0 (1) turnkey; urgency=low

  * Torrent Server:

    - Latest Debian Wheezy package versions of MLDonkey and ClamAV.
    - Removed webgmui - only i386 supported [#128].

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Fri, 11 Oct 2013 11:23:03 +0300

turnkey-torrentserver-12.1 (1) turnkey; urgency=low

  * AjaXplorer related:

    - Upgraded to latest version.
    - Removed smb-root-write-fix patch (included in new version).
    - Added USER_BASE_DRIVER to plugins multi-auth (required in new version).
    - Force SSL and set locale to en_US.UTF-8.

  * Upstream source component versions:

    webgmui         0.1.3
    ajaxplorer      4.2.3

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Sun, 07 Apr 2013 08:00:00 +0200

turnkey-torrentserver-12.0 (1) turnkey; urgency=low

  * Updated to latest upstream packages (MLDonkey, ClamAV).

  * Transitioned from eXtplorer to AjaXplorer (web based filemanager)

    - Pre-configured multi-authentication (Local and Samba).
    - Pre-configured repositories (storage, user home directory).
    - Set local admin password on firstboot.

  * Configured automatic unix/smb user/group synchronization in Webmin.

  * Major component versions

    mldonkey-server 3.0.3-4
    webgmui         0.1.3
    clamav-daemon   0.97.3+dfsg-1~squeeze1
    stunnel4        3:4.29-1

    ajaxplorer      4.0.4 (upstream archive)
    samba           2:3.5.6~dfsg-3squeeze8
    lighttpd        1.4.28-2+squeeze1

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Wed, 01 Aug 2012 08:00:00 +0200

turnkey-torrentserver-11.3 (1) turnkey; urgency=low

  * Installed security updates.
  * Enabled etckeeper garbage collection by default.
  * Upgraded to latest inithooks version (adhoc re-initialization via turnkey-init)

 -- Alon Swartz <alon@turnkeylinux.org>  Mon, 05 Dec 2011 10:48:44 +0000

turnkey-torrentserver-11.2 (1) turnkey; urgency=low

  * Installed security updates.
  * Added HubDNS package and firstboot configuration.

 -- Alon Swartz <alon@turnkeylinux.org>  Fri, 15 Jul 2011 07:47:08 +0000

turnkey-torrentserver-11.1 (1) turnkey; urgency=low

  * Set passwords on firstboot (convenience, security).

  * Major component versions:

    mldonkey-server     3.0.1-1
    webgmui             0.1.3 (upstream tarball)
    clamav-daemon       0.96.1+dfsg-0ubuntu0.10.04.2
    stunnel4            3:4.29-1

    samba               2:3.4.7~dfsg-1ubuntu3.2
    extplorer           2.0.1 (upstream zipfile)
    vsftpd              2.2.2-3ubuntu6
    lighttpd            1.4.26-1.1ubuntu3

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Sun, 19 Dec 2010 15:01:05 +0200

turnkey-torrentserver-2009.10 (2) hardy; urgency=low

  * Installed all security updates (see manifest for package versions).
  
  * Install security updates on firstboot (except when running live).

  * Bugfix: Updated apt preferences for auto-security updates (LP#550307).

  * Bugfix: Updated embedded documentation of listening ports.
  
  * Trick webmin into not checking for upgrades (managed by apt).
  
  * Included latest version of inithooks and updated scripts.

 -- Alon Swartz <alon@turnkeylinux.org>  Mon, 29 Mar 2010 09:02:11 +0200

turnkey-torrentserver-2009.10 (1) hardy; urgency=low

  * Initial public release of TurnKey Torrent Server.

  * Includes Turnkey web control panel (convenience, includes helpful info).

  * SSL support out of the box.

  * mldonkey configuration:

    - Enabled all P2P clients by default.
    - Automatically scan downloaded files for virus and quarantine as needed.
    - Configured mldonkey http/gui/telnet to bind to localhost (security).
    - Configured stunnel to provide mldonkey HTTP interface via SSL (port 12322).
    - Created networking ifup hook to restart service.

    - Includes helper tools to support broadcatching (xmllint, xsltproc).
    - Includes netcat for mldonkey telnet interface access.

    - Includes postfix MTA (bound to localhost) to allow sending of email from
      mldonkey (e.g., download completion). Also includes webmin-postfix module
      for convenience.

    - Bugfix: Using karmic mldonkey-server init script.
    - Bugfix: Configured add mail brackets to sender address of mail notifications.

  * web-gmui configuration:

    - Installed and configured to provide simpler web interface.
    - Created custom init script.
    - Configured web-gmui to bind to localhost (security).
    - Configured stunnel to provide web-gmui interface via SSL (port 12323).
    - Created networking ifup hook to restart service.
    - Installed GeoIP country lite.
    - Interface configurations.

        - Force plex as default interface.
        - Configured client to not disconnect (timeout set to 0).
        - Disabled console module.

  * File server configurations:

    - Preconfigured wordgroup: WORKGROUP
    - Preconfigured netbios name: TORRENTSERVER

    - Configured Samba user accounts to synchronize with UNIX user accounts.
    - Configured root as administrative samba user.

    - Configured shares:
        
        - Users home directory.
        - Public storage.
        - CD-ROM with automount and umount hooks (/media/cdrom).

  * eXtplorer configuration:

    - Provides web interface access.
    - Preconfigured admin and guest users.

    - Includes vsftpd binded to localhost to provide net2ftp backend.

        - Provide users access to their home directories.
        - Workarounds permission issues with eXtplorer.

    - Includes flip to convert text file endings between UNIX and DOS formats.
    - Includes popular compression support (zip, rar, bz2).
    - Enabled multiverse Ubuntu repository so rar/unrar can be updated.

  * Enabled backports Ubuntu repository and pinned clamav-daemon and related
    packages so they can be updated.

  * Includes popular file downloading packages (ftp, curl, wget).

  * Regenerates all secrets during installation / firstboot (security).

  * Major component versions:

    mldonkey-server     2.9.2-2ubuntu0.1
    webgmui             0.1.3 (upstream tarball)
    clamav-daemon       0.95.2+dfsg-4ubuntu1.1~hardy1
    stunnel4            3:4.21-1

    samba           3.0.28a-1ubuntu4.8
    extplorer       2.0.1 (upstream zipfile)
    vsftpd          2.0.6-1ubuntu1.1
    lighttpd        1.4.19-0ubuntu3.1

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Tue, 29 Sep 2009 15:39:41 +0200