~ubuntu-branches/debian/sid/ircd-hybrid/sid

« back to all changes in this revision

Viewing changes to debian/ircd-hybrid.config.nossl

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2015-04-19 15:53:09 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20150419155309-06y59x2at2ax5ou3
Tags: 1:8.2.7+dfsg.1-1
* Remove Suggests: hybserv since it doesn't really work with
  ircd-hybrid 8 and above
* New upstream release
  - update debian/copyright with minor changes
  - update config files from new reference.conf
  - fixes DoS from localhost clients (Closes: #782859)
  - supports SSL certficate chaining (Closes: #769741)
* Debconf configuration script no longer ignores the result of
  upgrade questions (Closes: #779082)
* Don't display upgrade warnings on new installs (Closes: #782883)
* Add NEWS item about updated configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
set -e
4
4
. /usr/share/debconf/confmodule
5
5
 
6
 
if dpkg --compare-versions "$2" lt "1:8.0.9.dfsg.1-2"; then
 
6
if dpkg --compare-versions "$2" lt-nl "1:8.0.9.dfsg.1-2"; then
7
7
    db_input high ircd-hybrid/upgrade_no_services_warn || true
8
8
    db_go
 
9
    db_get ircd-hybrid/upgrade_no_services_warn || true
9
10
    if [ "$RET" = "false" ]; then
10
11
        echo "Aborting install";
11
12
        db_fset ircd-hybrid/upgrade_no_services_warn seen false