File: changelog

package info (click to toggle)
libpam-chroot 0.9-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: ansic: 738; sh: 104; makefile: 56
file content (152 lines) | stat: -rw-r--r-- 5,897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
libpam-chroot (0.9-5) unstable; urgency=high

  * debian/rules: Install the PAM module in the right location 
    (Closes: #980047)
  * Fix FTCBFS: (Closes: #949080, #437385)
    + Let dh_auto_build pass cross tools to make.
    + Make install substitutable.
    + Pass a non-stripping install to make install.
    Thanks Helmut Grohne for the patch
  * debian/README.Debian: discourage users from using this module with
    OpenSSH as this feature is available already in the daemon (see option
    ChrootDirectory) and the setup might not work due to changes in OpenSSH
    (Closes: #527564)

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Thu, 03 Jun 2021 12:57:43 +0200

libpam-chroot (0.9-4.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC-7 and Clang. Closes: 853502, #754322; thanks Jason
    Duerstock, Juhani Numminen.

 -- Adam Borowski <kilobyte@angband.pl>  Wed, 11 Apr 2018 02:18:46 +0200

libpam-chroot (0.9-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "ftbfs with GCC-5": apply patch from Linn Crosetto:
    mark the non-standard function identifier __FUNCTION__
    with the __extension__ keyword.
    (Closes: #777965)

 -- gregor herrmann <gregoa@debian.org>  Sun, 19 Jul 2015 15:17:04 +0200

libpam-chroot (0.9-4.1) unstable; urgency=low

  * NMU
  * Merge changes back from Ubuntu (thanks to Matthias Klose)
    - Remove unused variable `name'. Closes: #625374. LP: #831203.
    - Revert:
      + Build with -fno-stack-protector fix FTBFS
    - Link with gcc.
  * Lintian cleanups:
    - Add ${misc:Depends}
    - Add initial build-arch and build-indep rules
    - Update Standard-Version (no changes)

 -- Steve McIntyre <steve.mcintyre@linaro.org>  Fri, 16 Dec 2011 18:07:23 +0000

libpam-chroot (0.9-4) unstable; urgency=low

  * Makefile: -lpam should go at the end of the $(LD) invocation
  * Change the maintainer's email address
  * Document in debian/README.Debian the fact that OpenSSH provides
    this feature (since the 4.9 release)
  * debian/control: Move homepage to header
  * debian/watch: Added watch file
  * debian/copyright:
        - Convert to UTF-8
        - Add a proper copyright statement and clarify the
          upstream authors
        - Remove reference to RedHat

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Wed, 27 Oct 2010 01:52:24 +0200

libpam-chroot (0.9-3) unstable; urgency=medium

  * This package builds fine with Gcc 4.2 (Closes: #361568)
  * Replace x_strdup() with strdup() in pam_chroot.c
  * Use debian compatibility version 5

 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org>  Thu, 04 Oct 2007 00:59:53 +0200

libpam-chroot (0.9-2) unstable; urgency=low

  * As suggested by Jim Paris, updated the README.Debian file with new
  information detailing when might OpenSSH work with pam-chroot and when
  you might need to disable Privilege Separation.
  Based on his experiments and Darren Tucker's answer to this issue available
  at:
  http://groups.google.com/groups?&selm=bk371q%24d33%241%40gate.dodgy.net.au
  * Following his suggestions modified TROUBLESHOOTING since there is only
  one debug message that goes to auth.debug, most of them go to auth.notice

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed,  6 Oct 2004 00:10:07 +0200

libpam-chroot (0.9-1) unstable; urgency=low

  * New upstream release (Closes: #250791)
           - fix memory leaks, expanded user/group regex support (0.8)
	   - security checks for conf file & chroot directories (0.9)
  * Since new upstream is in sourceforge, adjusted debian/copyright and
    added homepage to debian/control, and changed debian/watch
    (not enabled SF since it will not work with uscan)
  * Removed 'configure' target from debian/rules as it is not used.
  * Install the new 'TROUBLESHOOTING' doc provided upstream.

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 30 Sep 2004 00:47:27 +0200

libpam-chroot (0.6-6) unstable; urgency=low

  * Correct parsing of the config option 'onerr' with the patch
    provided by Rene Konasz (Closes: #232808)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Mon,  7 Jun 2004 10:24:36 +0200

libpam-chroot (0.6-5) unstable; urgency=low

  * Added information in README.Debian regarding how to configure OpenSSH to
    use libpam-chroot and mention explicitly Privilege Separation breakage
    (Closes: #173258)
  * Added more information in the configuration file chroot.conf

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Sun, 11 Jan 2004 18:37:39 +0100

libpam-chroot (0.6-4) unstable; urgency=low

  * Updated Standard-Version
  * Fixed lintian warnings
  * Added uscan's watch file
  * Removed all of dh_make example files

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Tue, 28 Oct 2003 02:01:42 +0100

libpam-chroot (0.6-3) unstable; urgency=low

  * Provided template for setup-chroot as well as an rsync example thanks to
    Andres Salomon (Closes: #150368)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Mon,  2 Sep 2002 21:00:27 +0200

libpam-chroot (0.6-2) unstable; urgency=low

  * Fixed Maintainer address (Closes: #147824)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Thu, 23 May 2002 13:36:19 +0200

libpam-chroot (0.6-1) unstable; urgency=low

  * Initial Release.
  * I was up until 4 AM but I was finally able to have it working in
    Debian! 
  * Added a README.Debian to explain how it works since the installation
    process will not add any lines to existing /etc/pam.d/ files
    (applications)
  * Provided examples on how to setup an environment for users using 
    /bin/login (console) in /usr/share/doc/libpam-chroot/examples
    including a script that builds the proper environment (took me
    some time of stracing to figure it needed the /dev/tty files)

 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org>  Wed,  1 May 2002 01:24:40 +0200