RSS

(root)/trunk : 392

Teddy Hogeborn
2009-10-22 02:05:01
Revision ID: teddy@fukt.bsnet.se-20091022000501-g792e99q5g1wkyet
Merge from release branch.

collapse all collapse all

added added

removed removed

17
OPTIMIZE=-Os
17
OPTIMIZE=-Os
18
LANGUAGE=-std=gnu99
18
LANGUAGE=-std=gnu99
19
htmldir=man
19
htmldir=man
20
version=1.0.12
20
version=1.0.13
21
SED=sed
21
SED=sed
22
 
22
 
23
## Use these settings for a traditional /usr/local install
23
## Use these settings for a traditional /usr/local install
1
This NEWS file records noteworthy changes, very tersely.
1
This NEWS file records noteworthy changes, very tersely.
2
See the manual for detailed information.
2
See the manual for detailed information.
3
 
3
 
 
 
4
Version 1.0.13 (2009-10-22)
 
 
5
* Client
 
 
6
** Security bug fix: If Mandos server is also installed, do not copy
 
 
7
   its config files (with encrypted passwords) into the initrd.img-*
 
 
8
   files.
 
 
9
 
4
Version 1.0.12 (2009-09-17)
10
Version 1.0.12 (2009-09-17)
5
* Client
11
* Client
6
** Bug fix: Allow network interface renaming by "udev" by taking down
12
** Bug fix: Allow network interface renaming by "udev" by taking down
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- Edited by Makefile -->
2
<!-- Edited by Makefile -->
3
<!ENTITY version "1.0.12">
3
<!ENTITY version "1.0.13">
 
 
1
mandos (1.0.13-1) unstable; urgency=high
 
 
2
 
 
 
3
  * New upstream release.
 
 
4
  * Do not copy unnecessary files to initrd (Closes: #551907)
 
 
5
 
 
 
6
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 22 Oct 2009 00:53:21 +0200
 
 
7
 
1
mandos (1.0.12-1) unstable; urgency=low
8
mandos (1.0.12-1) unstable; urgency=low
2
 
9
 
3
  * New upstream release.
10
  * New upstream release.
114
fi
114
fi
115
 
115
 
116
# Config files
116
# Config files
117
for file in /etc/mandos/*; do
117
for file in /etc/mandos/plugin-runner.conf; do
118
    if [ -d "$file" ]; then
118
    if [ -d "$file" ]; then
119
        continue
119
        continue
120
    fi
120
    fi
79
        SO_BINDTODEVICE = None
79
        SO_BINDTODEVICE = None
80
 
80
 
81
 
81
 
82
version = "1.0.12"
82
version = "1.0.13"
83
 
83
 
84
logger = logging.Logger(u'mandos')
84
logger = logging.Logger(u'mandos')
85
syslogger = (logging.handlers.SysLogHandler
85
syslogger = (logging.handlers.SysLogHandler
31
server_path = '/'
31
server_path = '/'
32
server_interface = domain + '.Mandos'
32
server_interface = domain + '.Mandos'
33
client_interface = domain + '.Mandos.Client'
33
client_interface = domain + '.Mandos.Client'
34
version = "1.0.12"
34
version = "1.0.13"
35
bus = dbus.SystemBus()
35
bus = dbus.SystemBus()
36
mandos_dbus_objc = bus.get_object(busname, server_path)
36
mandos_dbus_objc = bus.get_object(busname, server_path)
37
mandos_serv = dbus.Interface(mandos_dbus_objc,
37
mandos_serv = dbus.Interface(mandos_dbus_objc,
21
# Contact the authors at <mandos@fukt.bsnet.se>.
21
# Contact the authors at <mandos@fukt.bsnet.se>.
22
22
23
 
23
 
24
VERSION="1.0.12"
24
VERSION="1.0.13"
25
 
25
 
26
KEYDIR="/etc/keys/mandos"
26
KEYDIR="/etc/keys/mandos"
27
KEYTYPE=DSA
27
KEYTYPE=DSA
1
Begin4
1
Begin4
2
Title:          Mandos
2
Title:          Mandos
3
Version:        1.0.12
3
Version:        1.0.13
4
Entered-date:   2009-09-17
4
Entered-date:   2009-10-22
5
Description:    The Mandos system allows computers to have encrypted
5
Description:    The Mandos system allows computers to have encrypted
6
root file systems and at the same time be capable of remote and/or
6
root file systems and at the same time be capable of remote and/or
7
unattended reboots.
7
unattended reboots.
12
Maintained-by:  teddy@fukt.bsnet.se (Teddy Hogeborn),
12
Maintained-by:  teddy@fukt.bsnet.se (Teddy Hogeborn),
13
                belorn@fukt.bsnet.se (Björn Påhlsson)
13
                belorn@fukt.bsnet.se (Björn Påhlsson)
14
Primary-site: http://www.fukt.bsnet.se/mandos
14
Primary-site: http://www.fukt.bsnet.se/mandos
15
              103K mandos_1.0.12.orig.tar.gz
15
              103K mandos_1.0.13.orig.tar.gz
16
Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos
16
Alternate-site: ftp://ftp.fukt.bsnet.se/pub/mandos
17
                103K mandos_1.0.12.orig.tar.gz
17
                103K mandos_1.0.13.orig.tar.gz
18
Platforms:      Requires GCC, GNU libC, Avahi, GnuPG, Python 2.5, and
18
Platforms:      Requires GCC, GNU libC, Avahi, GnuPG, Python 2.5, and
19
various other libraries.  While made for Debian GNU/Linux, it is
19
various other libraries.  While made for Debian GNU/Linux, it is
20
probably portable to other distributions, but not other Unixes.
20
probably portable to other distributions, but not other Unixes.

Loggerhead is a web-based interface for Bazaar branches