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 189 190 191 192 193 194 195 196 197 198 199
|
gesftpserver (2~ds-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* update git-buildpackage config:
+ use DEP-14 git branches
+ enable automatic DEP-14 branch name handling
+ add usage config
* update watch file:
+ set dversionmangle=auto
+ set pgpmode=auto
* add upstream PGP signing-key
* update copyright info: update coverage
* declare compliance with Debian Policy 4.6.1
* use debhelper compatibility level 13;
tighten build-dependency on debhelper-compat
* drop patch 1001 to use python3, fixed upstream
-- Jonas Smedegaard <dr@jones.dk> Fri, 12 Aug 2022 08:00:23 +0200
gesftpserver (1~ds-3) unstable; urgency=medium
[ lintian brush ]
* Bump debhelper to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Drop unnecessary dependency on dh-autoreconf.
[ Jonas Smedegaard ]
* drop obsolete warning in long description that code is experimental,
to match upstream change prior to release v1
* declare compliance with Debian Policy 4.5.0
* Add NEWS entry about chnaged install path to gesftpserver binary
* stop build-depend on autotools-dev
-- Jonas Smedegaard <dr@jones.dk> Sat, 22 Feb 2020 22:12:06 +0100
gesftpserver (1~ds-2) unstable; urgency=medium
* Add patch 1001 to use Python 3 (not Python 2).
Build-depend on python3 (not python).
Closes: Bug#936600. Thanks to Matthias Klose.
* Fix skip testsuite when DEB_BUILD_OPTIONS contains nocheck.
* Declare compliance with Debian Policy 4.4.0.
-- Jonas Smedegaard <dr@jones.dk> Fri, 30 Aug 2019 10:56:58 +0200
gesftpserver (1~ds-1.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/control
- drop b-d in paramiko, not needed; Closes: #893678
-- Sandro Tosi <morph@debian.org> Sun, 25 Aug 2019 17:14:49 -0400
gesftpserver (1~ds-1) unstable; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Simplify rules.
Stop build-depend on licensecheck cdbs.
* Update copyright info:
+ Repackage source, avoiding pre-generated code and cruft.
+ Use https protocol in Format, Upstream-Contact, and Source URLs.
+ Extend coverage for main upstream author.
+ Extend coverage of packaging.
* Update watch file:
+ Update to track https protocol URL.
+ Add version mangling for repackaging.
+ Rewrite usage comment.
+ Use substitution strings.
* Stop build-depend on dh-buildinfo.
* Declare compliance with Debian Policy 4.3.0.
* Update Vcs-* URLs: Maintenance moved to Salsa.
* Set Rules-Requires-Root: no.
* Tighten lintian overrides regarding License-Reference.
* Use https protocol in Homepage URL.
* Drop patch cherry-picked upstream now applied.
-- Jonas Smedegaard <dr@jones.dk> Sun, 24 Feb 2019 19:53:22 +0100
gesftpserver (0.2.2-1) unstable; urgency=medium
[ upstream ]
* New release.
* Enforce protocol-specific attribute validity.
* Reject attempts to close malformed handles.
[ Jonas Smedegaard ]
* Bump debhelper compatibility level to 9.
* Update copyright info:
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
+ Extend coverage of Debian packaging.
* Add lintian override regarding license in License-Reference field.
See bug#786450.
* Modernize Vcs-Browser field: Use git subdir (not cgit).
-- Jonas Smedegaard <dr@jones.dk> Tue, 24 Jan 2017 16:05:34 +0100
gesftpserver (0.2.1-2) unstable; urgency=medium
* Update Vcs-Git field:
+ Use canonical URL.
+ Use https schema.
* Update copyright info:
+ Extend coverage for myself.
+ List upstream cherry-picket patch with same copyright holder and
license as upstream code (explicitly, as overridden by debian/*
section.
* Fix reset LC_ALL (not LC_MESSAGES) in test environment.
Closes: Bug#796377. Thanks to Chris Lamb.
* Update watch file:
+ Bump to file format 4.
+ Mention gbp in usage comment.
* Stop include cdbs upstream-tarball.mk: Use gbp --uscan instead.
* Declare compliance with Debian Policy 3.9.8.
* Update git-buildpackage config: Filter anything .git*.
* Git-ignore quilt .pc dir.
* Use dh-autoreconf (not cdbs) to regenerate autotools.
-- Jonas Smedegaard <dr@jones.dk> Tue, 07 Jun 2016 09:56:17 +0200
gesftpserver (0.2.1-1) unstable; urgency=medium
[ upstream ]
* New release(s).
+ Avoid null pointer deref.
+ Adjust reverse() to avoid malloc(0).
+ Placate Clang sanitizers.
+ Tidy up unaligned data access functions.
+ Fix pwtest to actually test what it's supposed to.
+ Use dynamic allocation for attribute bit formatting.
+ Exclude overflow in allocator via a different approach.
+ More conservative approach to cmd_overlap.
+ Eliminate a possible fd leak in the test client.
+ Memory management pedantry.
+ SECURITY: disable dumpable flag on Linux.
[ Jonas Smedegaard ]
* Update copyright info:
+ Extend coverage for main upstream author to include current year.
+ Fix typo in copyright year in rules file.
* Declare compliance with Debian Policy 3.9.6.
-- Jonas Smedegaard <dr@jones.dk> Thu, 16 Oct 2014 10:54:05 +0200
gesftpserver (0.1-4) unstable; urgency=medium
* Update README.source to emphasize control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Bump debhelper compatibility to 8: Needed package version is
satisfied even in oldstable.
* Tidy long description: Strip trailing spaces.
* Update Vcs-Browser to new cgit-based canonical URL.
* Fix Vcs-Git to use canonical URL.
* Bump compatibility claim to Policy 3.9.5.
* Update copyright info:
+ Adjust alternate source to be git URL.
+ Fix use upstream mailinglist as preferred form of contact.
+ Extend coverage of packaging, and bump its licensing to GPL-3+.
+ Fix use comment pseudo-sections to obey silly restrictions of
copyright format 1.0.
* Build-depend on and use unversioned autotools.
Build-depend on automake (not automake1.11).
* Stop suppress optional build-dependencies: Satisfied even in
oldstable.
Build-depend on devscripts.
* Use cdbs (not local rules) to put aside upstream cruft during build.
* Tighten build-dependency on cdbs: Needed for handling unversioned
autotools and upstream cruft.
* Stop track checksum of upstream tarballs: Verify git instead.
-- Jonas Smedegaard <dr@jones.dk> Mon, 01 Sep 2014 11:34:44 +0200
gesftpserver (0.1-3) unstable; urgency=low
* Extend long description further, referencing upstream documentation.
-- Jonas Smedegaard <dr@jones.dk> Sun, 06 May 2012 13:22:17 +0200
gesftpserver (0.1-2) unstable; urgency=low
* Create m4 dir (apparently aclocal in Squeeze cannot do that itself).
* Improve long description to clarify benefit over stock OpenSSH SFTP.
Thanks to Russ Allbery and Bastian Blank.
-- Jonas Smedegaard <dr@jones.dk> Sun, 06 May 2012 00:57:38 +0200
gesftpserver (0.1-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#671130.
-- Jonas Smedegaard <dr@jones.dk> Wed, 02 May 2012 03:24:36 +0200
|