File: changelog

package info (click to toggle)
plaso 20201007-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 519,924 kB
  • sloc: python: 79,002; sh: 629; xml: 72; sql: 14; vhdl: 11; makefile: 10
file content (188 lines) | stat: -rw-r--r-- 6,672 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
plaso (20201007-3) unstable; urgency=medium

  * Team upload

  * Remove uneeded and obsolete dep python3-future (Closes: #1059109)
  * Remove uneeded dep python3-six (Closes: #1061283)

 -- Sophie Brun <sophie@offensive-security.com>  Tue, 23 Jan 2024 12:16:08 +0100

plaso (20201007-2) unstable; urgency=medium

  * Team upload

  * Refresh 0001-Add-vendored-bencode-2.0.patch to avoid offset warning.
  * Add a bunch of generated files in plaso.egg-info to debian/clean to be
    able to build twice in a row.
  * python3-plaso: Also install /usr/share/plaso/. (Closes: #976860)
  * Update 0001-Add-vendored-bencode-2.0.patch to also remove bencode
    dependency check from plaso/dependencies.py. Fixes "[FAILURE] missing:
    bencode." error.
  * Set "Rules-Requires-Root: no".
  * Bump debian/watch version from 3 to 4. Thanks Lintian!
  * Bump debhelper-compat to 13.
    + List LICENSE and README in debian/not-installed.
    + Install ACKNOWLEDGEMENTS and AUTHORS via d…/python3-plaso.install.
  * Remove one instance of duplicate (build-)deps on python3-dateutil.
  * Drop support for switching between python2 and python3 variants.
    + debian/rules: Drop override_dh_auto_install.
    + Drop debian/fix-scripts.sh.
    + Drop all maintainer scripts, no more needed.
    + debian/python3-plaso.install: Remove *-python3 wildcard.
  * Rename d…/lintian-overrides to d…/python3-plaso.lintian-overrides and
    update package name inside from plaso to python3-plaso.
    + Fixes lintian warning unused-override.
    + Overrides lintian warning script-with-language-extension again.
  * Replace lintian override for preg.py with psteal.py; update comment.
  * Add lintian overrides for
    package-contains-documentation-outside-usr-share-doc
    usr/share/plaso/*.txt as these are text-based data files, not
    documentation (and documentation about the directory contents).
  * debian/copyright: Update location of plaso/parsers/bencode.py to
    debian/patches/0001-Add-vendored-bencode-2.0.patch. Fixes lintian
    warnings wildcard-matches-nothing-in-dep5-copyright and
    unused-file-paragraph-in-dep5-copyright.
  * Declare 0001-Add-vendored-bencode-2.0.patch as debian-specific.
  * Declare compliance with Debian Policy 4.5.1. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Thu, 04 Feb 2021 23:57:32 +0100

plaso (20201007-1) unstable; urgency=medium

  * Team upload.

  [ Samuel Henrique ]
  * Configure git-buildpackage

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.

  [ Raphaël Hertzog ]
  * New upstream version 20201007
  * Update Homepage

  [ Axel Beckert ]
  * Bump (build-)dependency on python3-dfvfs to a version no more using
    python3-crypto. Replace (indirect) (build-)dependency on
    python3-crypto with python3-cryptography. (Closes: #971308)
  * Bump versioned (build-)dependencies on libsigscan-python3,
    python3-libscca, -libregf, -libfsntfs, -libevt, -future,
    -elasticsearch, -dtfabric, -dfwinreg, -dfdatetime, and -artifacts
    according to upstream dependency declarations.
  * Follow upstream dependency declarations and
    + drop python3-efilter and -biplist from, and
    + add python3-cffi-backend, -dateutil, -defusedxml, -libcreg,
      -libfsext, -libluksde, and -redis to
    (build-)dependencies.

 -- Raphaël Hertzog <raphael@offensive-security.com>  Thu, 04 Feb 2021 17:59:51 +0100

plaso (20190131-3) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937300
  * Bump pyparsind deps to >= 2.3.0; Closes: #923236

 -- Sandro Tosi <morph@debian.org>  Fri, 22 Nov 2019 17:30:31 -0500

plaso (20190131-2) unstable; urgency=medium

  * Adjust bencode import statement to work with Python3 import semantics
  * Add python2/python3 support

 -- Hilko Bengen <bengen@debian.org>  Mon, 11 Feb 2019 23:59:07 +0100

plaso (20190131-1) unstable; urgency=medium

  * New upstream version 20190131
  * Update bencode from bencode.py, remove python-bittorrent dependency

 -- Hilko Bengen <bengen@debian.org>  Sat, 09 Feb 2019 23:53:49 +0100

plaso (20181219-1) unstable; urgency=medium

  [ Raphaël Hertzog ]
  * Update team maintainer address to Debian Security Tools
    <team+pkg-security@tracker.debian.org>
  * Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org

  [ Hilko Bengen ]
  * New upstream version 20181219
  * Bump Debhelper compat level
  * Bump Standards-Version
  * Update dependencies, build-dependencies
  * Switch to pybuild
  * Drop patches
  * Add vendored bencode library

 -- Hilko Bengen <bengen@debian.org>  Wed, 16 Jan 2019 11:38:09 +0100

plaso (1.5.1+dfsg-4) unstable; urgency=medium

  * Fix bencode dependency checking
  * Support python-construct.legacy
  * Add python-artifacts dependency

 -- Hilko Bengen <bengen@debian.org>  Tue, 28 Nov 2017 01:52:17 +0100

plaso (1.5.1+dfsg-3) unstable; urgency=medium

  * Add python-efilter dependency (Closes: #847787)

 -- Hilko Bengen <bengen@debian.org>  Sat, 17 Dec 2016 00:23:52 +0100

plaso (1.5.1+dfsg-2) unstable; urgency=medium

  * Fix debian/control syntax error (Closes: #842048)

 -- Hilko Bengen <bengen@debian.org>  Mon, 14 Nov 2016 11:39:56 +0100

plaso (1.5.1+dfsg-1) unstable; urgency=medium

  * New upstream version 1.5.1+dfsg
  * Update dependencies

 -- Hilko Bengen <bengen@debian.org>  Mon, 24 Oct 2016 11:49:10 +0200

plaso (1.5.0+dfsg-1) unstable; urgency=medium

  * New upstream version 1.5.0+dfsg
  * Update watch to notice beta or rc releases
  * Update dependencies
  * Drop psutil compatibility patch integrated upstream

 -- Hilko Bengen <bengen@debian.org>  Wed, 21 Sep 2016 02:26:00 +0200

plaso (1.4.0+dfsg-2) unstable; urgency=medium

  * Fix dependencies
  * Add psutil version checks

 -- Hilko Bengen <bengen@debian.org>  Wed, 27 Jan 2016 22:58:08 +0100

plaso (1.4.0+dfsg-1) unstable; urgency=medium

  * New upstream version

 -- Hilko Bengen <bengen@debian.org>  Wed, 27 Jan 2016 08:47:52 +0100

plaso (1.3.0+dfsg-1) unstable; urgency=medium

  * Gave package to Debian Forensics team
  * Added dh-python to Build-Depends
  * Removed test data from orig tarball because it may contain non-free
    bits
  * Added script to automatically purge test_data/ from orig tarball;
    updated watch file
  * Added Lintian overrides for .py extensions

 -- Hilko Bengen <bengen@debian.org>  Wed, 05 Aug 2015 22:05:05 +0200

plaso (1.3.0-1) unstable; urgency=low

  * Initial release (Closes: #792335)

 -- Hilko Bengen <bengen@debian.org>  Thu, 23 Jul 2015 23:46:06 +0200