File: changelog

package info (click to toggle)
secure-delete 3.1-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: ansic: 2,781; makefile: 188; sh: 65
file content (133 lines) | stat: -rw-r--r-- 4,780 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
secure-delete (3.1-12) unstable; urgency=medium

  * new patch to modify Makefile, in order to ensure the build of
    sdel-lib.o even when make is run with --shuffle=reverse.
    Closes: #1105616

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 15 May 2025 18:56:21 +0200

secure-delete (3.1-11) unstable; urgency=medium

  * fixed two compilation issues with gcc-15
    Closes: #1097868

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 20 Mar 2025 14:44:28 +0100

secure-delete (3.1-10) unstable; urgency=medium

  * fixed d/watch again since the version number was unconsistent

 -- Georges Khaznadar <georgesk@debian.org>  Mon, 13 May 2024 08:33:26 +0200

secure-delete (3.1-9) unstable; urgency=medium

  * fixed d/watch, with an option searchmode=plain
  * bumped Standards-Version: 4.7.0

 -- Georges Khaznadar <georgesk@debian.org>  Fri, 10 May 2024 16:42:19 +0200

secure-delete (3.1-8) unstable; urgency=medium

  * declared myself as maintainer
  * bumped Standards-Version: 4.6.2
  * added Recommends: libgsecuredelete0, Suggests: nautilus-wipe
    and patched the manpage sfill.1, to explain how one can work
    around bug #638185. Closes: #638185
  * adopted Beleth Apophis' patch, thanks! Closes: #793638

 -- Georges Khaznadar <georgesk@debian.org>  Thu, 18 Jan 2024 13:21:18 +0100

secure-delete (3.1-7) unstable; urgency=medium

  * QA upload.
  * Set Debian QA Group as maintainer. (see: #994645)
  * Migrations:
      - DebSrc to 3.0 (quilt).
      - DH level to new format. Consequently:
          ~ debian/compat: removed.
          ~ debian/control: changed from 'debhelper' to 'debhelper-compat' in
            Build-Depends field and bumped level to 13.
      - debian/copyright to 1.0 format.
      - debian/rules to new (reduced) format.
  * Converted direct changes in upstream source code to patches. The new
    patches are:
      - 010_changes-Makefile.patch
      - 020_fix-strip.patch
      - 030_rename-smem-sdmem.patch
      - 040_fix-srm-several-files.patch
      - 050_fix-spelling-manpages.patch (Closes: #720310)
      - 060_fix-spelling-sdmem-manpage.patch (Closes: #720310)
      - 070_new-fix-srm.patch
  * debian/control:
      - Added Homepage field.
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.6.0.1.
      - Created VCS fields.
      - Improved long description.
  * debian/man/srm.fr.1: French manpage. Thanks to intrigeri
    <intrigeri@debian.org>. (Closes: #557967)
  * debian/manpages: created to install the manpages.
  * debian/patches/:
      - 010_changes-Makefile.patch: changed to use the variables DESTDIR and
        PREFIX.
      - 080_use-GCC-flags.patch: created to improve the hardening via GCC.
      - 090_fix-variable.patch: created to use 'long unsigned int' instead
        of 'int'.
      - 100_fix-typo-sdmem.patch: created to fix a typo in final binary sdmem.
        (Closes: #805860)
  * debian/rules: added an override to fix a FTCBFS. Thanks to Helmut Grohne.
    (Closes: #877608)
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/tests/control: created to provide some CI tests.
  * debian/upstream/metadata: created.
  * debian/watch:
      - Bumped to version 4.
      - Updated the search rule.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 19 Sep 2021 10:35:57 -0300

secure-delete (3.1-6) unstable; urgency=low

  * Enable hardening flags during build
  * Update packaging
  * Bump standards-version
  * Fix a few minus-vs-hyphen bugs in manpages
  * Fixed a few typos (closes: #486018, #653260)
  * Tone down description a little bit and include binary names
    (closes: #680336, #538151)

 -- Robert Lemmen <robertle@semistable.com>  Fri, 05 Jul 2013 08:50:37 +0100

secure-delete (3.1-5) unstable; urgency=low

  * Rename smem to sdmem to avoid name clash with smem package
  * Bumped Standards-Version to 3.8.3 and related fixes

 -- Robert Lemmen <robertle@semistable.com>  Tue, 05 Jan 2010 14:55:00 +0000

secure-delete (3.1-4) unstable; urgency=low

  * Fixed licensing info (closes: #428102)
  * Fixed handling of nostrip build option (closes: #438009)

 -- Robert Lemmen <robertle@semistable.com>  Tue, 28 Aug 2007 13:21:17 +0200

secure-delete (3.1-3) unstable; urgency=low

  * Moved from experimental
  * Added more documentation

 -- Robert Lemmen <robertle@semistable.com>  Thu,  5 Oct 2006 22:04:17 +0200

secure-delete (3.1-2) experimental; urgency=low

  * Upload to experimental instead of unstable.
  * Added description on how to test security to README.Debian.

 -- Robert Lemmen <robertle@semistable.com>  Mon,  2 May 2005 11:55:11 +0200

secure-delete (3.1-1) unstable; urgency=low

  * Initial Release.

 -- Robert Lemmen <robertle@semistable.com>  Thu, 29 Jan 2004 18:09:26 +0100