File: changelog

package info (click to toggle)
open-isns 0.101-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,420 kB
  • sloc: ansic: 19,981; sh: 3,211; python: 1,083; perl: 839; makefile: 214
file content (148 lines) | stat: -rw-r--r-- 4,921 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
open-isns (0.101-1) unstable; urgency=medium

  * Team upload.
  * Install systemd units into /usr/lib (DEP17).

 -- Chris Hofstaedtler <zeha@debian.org>  Sat, 25 May 2024 09:32:22 +0200

open-isns (0.101-0.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062826

 -- Benjamin Drung <bdrung@debian.org>  Thu, 29 Feb 2024 02:32:35 +0000

open-isns (0.101-0.2) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Non-maintainer upload

  [ Lena Voytek ]
  * d/open-isns-utils.install: Include isnssetup script in /usr/sbin along with
    its man documentation (Closes: #1011448)

  [ Camaleón ]
  * Add Spanish translation of the debconf template (Closes: #987392)

  [ Lev Lamberov ]
  * Add Russian translation of the debconf template (Closes: #883337)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 23 May 2022 09:14:29 +0200

open-isns (0.101-0.1) unstable; urgency=medium

  * New upstream release
    - Fix build with OpenSSL 3
    - Fix use of deprecated functions (Closes: #994672)
  * debian/patches: Remove patches integrated upstream

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 18 May 2022 00:25:21 +0200

open-isns (0.100-3) unstable; urgency=medium

  * Add patch from upstream to fix broken server auth initializaiton

 -- Ritesh Raj Sarraf <rrs@debian.org>  Mon, 07 Dec 2020 14:03:56 +0530

open-isns (0.100-2ubuntu1) hirsute; urgency=medium

  * Build without -Werror to fix FTBFS.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Tue, 24 Nov 2020 10:40:31 +0000

open-isns (0.100-2) unstable; urgency=medium

  * Fix different signedness integer expression comparison

 -- Ritesh Raj Sarraf <rrs@debian.org>  Mon, 23 Nov 2020 22:37:51 +0530

open-isns (0.100-1) unstable; urgency=medium

  * Drop build dependency on dh-systemd (Closes: #958592)
  * New upstream version 0.100
  * Add patch to fix build failure. Patch picked from upstream
  * Overhaul the packaging with OpenSSL

 -- Ritesh Raj Sarraf <rrs@debian.org>  Fri, 20 Nov 2020 20:00:00 +0530

open-isns (0.97-3) unstable; urgency=medium

  [ Ritesh Raj Sarraf ]
  * Switch packaging to Salsa (Closes: #899769)

 -- Ritesh Raj Sarraf <rrs@debian.org>  Sun, 07 Oct 2018 11:38:11 +0530

open-isns (0.97-2) unstable; urgency=medium

  [ Rui Branco ]
  * Add Portuguese translations of debconf messages (Closes: #858746)

 -- Christian Seiler <christian@iwakd.de>  Sun, 09 Apr 2017 12:58:39 +0200

open-isns (0.97-1) unstable; urgency=medium

  [ Christian Seiler ]
  * New upstream version 0.97
  * Drop debian/patches as all patches have been applied upstream.

  [ Adriano Rafael Gomes ]
  * Add Brazilian Portuguese translation of debconf messages
    (Closes: #839272)

  [ Chris Leick ]
  * Add German translation of debconf messages
    (Closes: #843765)

 -- Christian Seiler <christian@iwakd.de>  Wed, 25 Jan 2017 10:37:36 +0100

open-isns (0.96-5) unstable; urgency=medium

  [ Christian Seiler ]
  * debian/patches: replace patches with those accepted upstream
  * debian/tests/auth: avoid race condition after isnsd restart
  * debian/control: bump debhelper dependency now that version 10 is
    released
  * debian/control: use cgit instead of gitweb for Vcs-Browser

  [ Debconf translations updates ]
  * Dutch (Frans Spiesschaert). (Closes: #834627)
  * French (Jean-Pierre Giraud). (Closes: #835097)

 -- Christian Seiler <christian@iwakd.de>  Sun, 18 Sep 2016 14:11:11 +0200

open-isns (0.96-4) unstable; urgency=medium

  * debian/tests: refactor code, show isnsd status if auth test fails
  * Rename libisns0-udeb to libisns-nocrypto0-udeb.
    The udeb only contains the library required for future open-iscsi
    versions (there is no need to run an iSNS server in a d-i
    environment), which is the variant that's not linked against OpenSSL
    to be compatible with the GPL. In contrast to libisns0, which
    contains both versions of the library (including the OpenSSL-linked
    libisns.so.0), the package name of the udeb should reflect the name
    of the library included.

 -- Christian Seiler <christian@iwakd.de>  Fri, 05 Aug 2016 19:46:56 +0200

open-isns (0.96-3) unstable; urgency=medium

  * Build a -nocrypto variant that doesn't link against OpenSSL.
    (Required for GPL programs linking against libisns.)

 -- Christian Seiler <christian@iwakd.de>  Tue, 26 Jul 2016 11:36:52 +0200

open-isns (0.96-2) unstable; urgency=medium

  * debian/*.postrm: ask user whether to delete auth_key etc. on purge
    (Closes: #832344)
  * debian/patches: fix FTBFS on kfreebsd-*
  * debian/patches: fix FTBFS on hurd-i386
  * debian/open-isns-server.postinst: prevent hang on sysvinit systems

 -- Christian Seiler <christian@iwakd.de>  Sun, 24 Jul 2016 21:57:27 +0200

open-isns (0.96-1) unstable; urgency=low

  * Initial release. (Closes: #799061)

 -- Christian Seiler <christian@iwakd.de>  Sun, 10 Jul 2016 09:46:56 +0200