File: changelog

package info (click to toggle)
dnsenum 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: perl: 1,964; makefile: 18
file content (169 lines) | stat: -rw-r--r-- 5,531 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
dnsenum (1.3.1-1) unstable; urgency=medium

  * New upstream version 1.3.1.
  * debian/patches/:
      - 010_fix-usage-output.patch: updated to make it compliant with new
        upstream release.
      - 020_fix-spelling.patch: dropped because the upstream fixed the source
        code. Thanks.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 25 Oct 2022 14:05:15 -0300

dnsenum (1.3.0-6) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright: updated packaging copyright years.
  * debian/lintian-overrides: updated an override to make it compliant
    with new lintian tags.
  * debian/patches/: added Forwarded field for both existing patches.
  * debian/watch: updated the search rule to make it compliant with new
    standards of the GitHub.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 02 Oct 2022 14:53:17 -0300

dnsenum (1.3.0-5) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.5.1.
  * debian/copyright: updated packaging copyright years.
  * debian/tests/control: added new tests.
  * debian/watch: updated the search rule to make it compliant with new
    standards of the GitHub.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 15 Aug 2021 14:48:51 -0300

dnsenum (1.3.0-4) unstable; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * debian/lintian-overrides: created to override a false positive.

  [ Samuel Henrique ]
  * debian/tests/control: added superficial restriction. (Closes: #969820)

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Thu, 17 Sep 2020 14:58:49 -0300

dnsenum (1.3.0-3) unstable; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * debian/control:
      - Bumped DH level to 13.
      - Bumped Standards-Version to 4.5.0.
  * debian/copyright:
      - Added rights for Samuel Henrique.
      - Updated packaging copyright years.
  * debian/upstream/metadata: created.

  [ Samuel Henrique ]
  * Configure git-buildpackage for Debian.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 13 May 2020 23:24:02 -0300

dnsenum (1.3.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Tue, 12 Nov 2019 17:22:46 -0300

dnsenum (1.3.0-1) experimental; urgency=medium

  * Initial release for Debian. (Closes: #943460)
  * Run wrap-and-sort.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Rewritten the long description.
      - Set new maintainer and co-maintainer when introducing in Debian.
      - Using ${perl:Depends} variable in Depends field instead of perl.
      - Using Salsa in VCS fields.
  * debian/copyright:
      - Added email address for Network Silence.
      - Updated all rights for packagers.
      - Updated Upstream-Name field to use dnsenum2 instead of dnsenum.
  * debian/gbp.conf: dropped.
  * debian/kali-ci.yml: removed because is specific for GitLab in Kali.
  * debian/patches/:
      - fix-usage-output:
          ~ Renamed to 010_fix-usage-output.patch
          ~ Reorganized the header.
      - 020_fix-spelling.patch: created to fix spelling errors in all
        dnsenum main code and the whatis in manpage.
  * debian/rules: removed all not needed lines with comments.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/tests/control: created to provide a trivial CI test.
  * debian/watch:
      - Added 'archive' word in search to avoid mistakes.
      - Using 'releases' instead of 'tags' to search for new versions.
      - Using variable @ARCHIVE_EXT@.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Thu, 24 Oct 2019 20:08:32 -0300

dnsenum (1.3.0-0kali1) kali-dev; urgency=medium

  * New upstream version 1.3.0
  * Remove patch to fix makefile (merged upstream)

 -- Sophie Brun <sophie@offensive-security.com>  Fri, 18 Oct 2019 15:48:09 +0200

dnsenum (1.2.6+git20191016-0kali1) kali-dev; urgency=medium

  [ Devon Kearns ]
  * Ignore the .pc directory
  * Patched to display correct usage.

  [ Raphaƫl Hertzog ]
  * Update Maintainer field
  * Update Vcs-* fields for the move to gitlab.com
  * Add GitLab's CI configuration file
  * Configure git-buildpackage for Kali
  * Update URL in GitLab's CI configuration file

  [ Sophie Brun ]
  * Update with new upstream repo
  * New upstream version 1.2.6+git20191016
  * Update packaging for new release
  * Switch to debhelper-compat 12
  * Refresh patch
  * Bump Standards-Version to 4.4.1
  * Update debian/copyright

 -- Sophie Brun <sophie@offensive-security.com>  Wed, 16 Oct 2019 14:51:40 +0200

dnsenum (1.2.4.2-0kali1) kali-dev; urgency=medium

  * Imported new upstream release.

 -- Devon Kearns <dookie@kali.org>  Tue, 22 Aug 2017 09:33:25 -0600

dnsenum (1.2.4.1-1kali1) kali; urgency=low

  * Upstream update

 -- Mati Aharoni <muts@kali.org>  Fri, 23 May 2014 11:48:11 -0400

dnsenum (1.2.3-0kali2) kali; urgency=low

  * Updated watch file

 -- Mati Aharoni <muts@kali.org>  Mon, 13 Jan 2014 08:50:50 -0500

dnsenum (1.2.3-0kali1) kali; urgency=low

  * Upstream import

 -- Mati Aharoni <muts@kali.org>  Tue, 07 Jan 2014 10:13:27 -0500

dnsenum (1.2.2-1kali3) kali; urgency=low

  * Added missing perl dependencies

 -- Mati Aharoni <muts@kali.org>  Tue, 10 Dec 2013 10:01:24 -0500

dnsenum (1.2.2-1kali2) kali; urgency=low

  * Removed desktop file

 -- Mati Aharoni <muts@kali.org>  Sat, 15 Dec 2012 07:39:32 -0500

dnsenum (1.2.2-1kali1) kali; urgency=low

  * Initial release

 -- dookie <dookie@kali.org>  Thu, 22 Nov 2012 17:33:36 -0700