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 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
|
myproxy (6.2.6-2) unstable; urgency=medium
* Change to debhelper compat level 13
* Remove override_dh_missing rule (--fail-missing is default)
* Replace /var/run with /run in systemd unit file
-- Mattias Ellert <mattias.ellert@physics.uu.se> Tue, 15 Dec 2020 23:16:07 +0100
myproxy (6.2.6-1) unstable; urgency=medium
* Clean up old GPT references (6.2.5)
* Install myproxy-get-trustroots man page (6.2.5)
* Remove LICENSE.globus file - usage statistics collection (6.2.6)
-- Mattias Ellert <mattias.ellert@physics.uu.se> Tue, 03 Sep 2019 06:04:04 +0200
myproxy (6.2.4-3) unstable; urgency=medium
* Re-upload source only
-- Mattias Ellert <mattias.ellert@physics.uu.se> Thu, 25 Jul 2019 08:36:07 +0200
myproxy (6.2.4-2) unstable; urgency=medium
* Convert debian/rules to dh tool
* Change to debhelper compat level 10
* Update documentation links in README file
* Do not package myproxy-server-setup
* Reorganize documentation packaging
-- Mattias Ellert <mattias.ellert@physics.uu.se> Fri, 12 Jul 2019 16:34:54 +0200
myproxy (6.2.4-1) unstable; urgency=medium
* Remove usage statistics collection support
* Use .maintscript file for dpkg-maintscript-helper
-- Mattias Ellert <mattias.ellert@physics.uu.se> Wed, 27 Feb 2019 20:01:02 +0100
myproxy (6.2.3-1) unstable; urgency=medium
* Switch upstream to Grid Community Toolkit
* First Grid Community Toolkit release (6.2.0)
- Disable usage statistics reporting by default
- Fix option parsing bug
* Merge GT6 update 6.1.29 into GCT (6.2.1)
* Use 2048 bit CA key for myproxy tests (6.2.2)
* Merge GT6 update 6.1.30 into GCT (6.2.3)
-- Mattias Ellert <mattias.ellert@physics.uu.se> Sun, 16 Sep 2018 03:16:32 +0200
myproxy (6.1.31-1) unstable; urgency=medium
* GT6 update: Use 2048 bit keys to support openssl 1.1.1
* Drop patch myproxy-2048-bits.patch (accepted upstream)
-- Mattias Ellert <mattias.ellert@physics.uu.se> Sat, 01 Sep 2018 21:23:52 +0200
myproxy (6.1.30-2) unstable; urgency=medium
* Use 2048 bit CA key for myproxy tests (Closes: #898804)
-- Mattias Ellert <mattias.ellert@physics.uu.se> Sun, 26 Aug 2018 15:37:18 +0200
myproxy (6.1.30-1) unstable; urgency=medium
* Update to 6.1.30: Remove macro overquoting
-- Mattias Ellert <mattias.ellert@physics.uu.se> Thu, 28 Jun 2018 16:12:28 +0200
myproxy (6.1.29-1) unstable; urgency=medium
* Update to 6.1.29: Fix -Werror=format-security errors
* Use update-rc.d defaults-disabled in maintainer scripts
* Move VCS to salsa.debian.org
-- Mattias Ellert <mattias.ellert@physics.uu.se> Thu, 03 May 2018 22:21:42 +0200
myproxy (6.1.28-2) unstable; urgency=medium
* Migrate to dbgsym packages
* Support DEB_BUILD_OPTIONS=nocheck
-- Mattias Ellert <mattias.ellert@physics.uu.se> Thu, 06 Jul 2017 12:58:39 +0200
myproxy (6.1.28-1) unstable; urgency=medium
* Update to 6.1.28
- Fix error check (6.1.26)
- Remove legacy SSLv3 support (6.1.27)
-- Mattias Ellert <mattias.ellert@physics.uu.se> Tue, 27 Jun 2017 12:21:45 +0200
myproxy (6.1.25-1) unstable; urgency=medium
* Update to 6.1.25 (Fixes for OpenSSL 1.1.0)
* Drop patch myproxy-openssl110.patch (accepted upstream)
* Remove workaround for failing test suite with voms support
-- Mattias Ellert <mattias.ellert@physics.uu.se> Sun, 05 Feb 2017 11:19:22 +0100
myproxy (6.1.22-1) unstable; urgency=medium
* Update to 6.1.22
* Port to openssl 1.1.0 (Closes: #828444)
* Add workaround for failing test suite with voms support
-- Mattias Ellert <mattias.ellert@physics.uu.se> Mon, 26 Dec 2016 18:34:03 +0100
myproxy (6.1.19-1) unstable; urgency=medium
* Update to 6.1.19 (update myproxy debug/error msgs for accepted_peer_names
type change)
* Change Maintainer e-mail (fysast → physics)
-- Mattias Ellert <mattias.ellert@physics.uu.se> Sat, 03 Sep 2016 10:48:24 +0200
myproxy (6.1.18-1) unstable; urgency=medium
* Update to 6.1.18 (spelling)
* Replace ldconfig postinst/postrm scripts with triggers
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Fri, 06 May 2016 17:49:43 +0200
myproxy (6.1.17-1) unstable; urgency=medium
* Update to 6.1.17 (handle error returns from OCSP_parse_url)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Tue, 15 Mar 2016 13:54:09 +0100
myproxy (6.1.16-1) unstable; urgency=medium
* Update to 6.1.16 (handle invalid proxy_req type)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Thu, 10 Dec 2015 14:55:54 +0100
myproxy (6.1.15-1) unstable; urgency=medium
* Update to 6.1.15
* GT-616: Myproxy uses resolved IP address when importing names
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Wed, 29 Jul 2015 17:29:59 +0200
myproxy (6.1.14-1) unstable; urgency=medium
* Update to 6.1.14 (RFC2818 name handling)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Sat, 20 Jun 2015 23:50:56 +0200
myproxy (6.1.13-1) unstable; urgency=medium
* Update to 6.1.13 (underallocation of memory)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Wed, 08 Apr 2015 17:16:08 +0200
myproxy (6.1.12-1) unstable; urgency=medium
* Update to 6.1.12
* Drop patch myproxy-systemd.patch (fixed upstream)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Sat, 21 Feb 2015 21:10:31 +0100
myproxy (6.1.8-1) unstable; urgency=medium
* Update to 6.1.8
* Drop patches myproxy-deps.patch, myproxy-pathmax.patch and
myproxy-tls.patch (fixed upstream)
* Upstream source moved from sourceforge to the Globus Toolkit github repo
* Use source tarball published by Globus
* New binary package libmyproxy-voms (voms support split out as a plugin)
* Install systemd unit file for myproxy-server
* Drop depends on libperl4-corelibs-perl (no longer uses getopts.pl)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Fri, 21 Nov 2014 16:15:39 +0100
myproxy (6.0-3) unstable; urgency=medium
* Add Pre-Depends for dpkg-maintscript-helper
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Sun, 09 Nov 2014 02:04:00 +0100
myproxy (6.0-2) unstable; urgency=medium
* Properly handle symlink-to-dir conversion in doc package (Closes: #768266)
* Enable TLS - debian's openssl has disabled SSLv3 by default
(Closes: #768722)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Fri, 07 Nov 2014 23:51:15 +0100
myproxy (6.0-1) unstable; urgency=medium
* Update to 6.0, adapt to Globus Toolkit 6
* Drop GPT build system and GPT packaging metadata
* Enable hardening flags
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Sat, 27 Sep 2014 10:55:32 +0200
myproxy (5.9-6) unstable; urgency=low
* Add missing Replaces/Breaks for previous fix (Closes: #730711)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Thu, 28 Nov 2013 19:06:31 +0100
myproxy (5.9-5) unstable; urgency=low
* Move noflavor gpt metadata to doc package (Closes: #730447)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Mon, 25 Nov 2013 10:59:28 +0100
myproxy (5.9-4) unstable; urgency=low
* Implement Multi-Arch support
* Split dbg package for Multi-Arch
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Wed, 13 Nov 2013 16:38:07 +0100
myproxy (5.9-3) unstable; urgency=low
* Remove the GNU/Hurd workaround - bug is fixed
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Thu, 03 Oct 2013 17:05:30 +0200
myproxy (5.9-2) unstable; urgency=low
* Add workaround for BTS #714733 (Can't rename directories under /tmp
in a schroot on GNU/Hurd - run test suite in build dir instead)
* Add arm64 to the list of 64 bit architectures
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Fri, 05 Jul 2013 10:52:27 +0200
myproxy (5.9-1) unstable; urgency=low
* New upstream release
* Drop patches myproxy-tls.patch, myproxy-bsd.patch and
myproxy-2048bits.patch implemented upstream
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Wed, 12 Sep 2012 09:48:56 +0200
myproxy (5.6-1) unstable; urgency=low
* New upstream release
* Drop patch myproxy-libdep.patch implemented upstream
* Add patches for openssl 1.0.1 compatibility
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Wed, 09 May 2012 15:18:35 +0200
myproxy (5.5-1) unstable; urgency=low
* New upstream release
* Drop myproxy-globus-7129(,-pII,-pIII).patch implemented upstream
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Sun, 22 Jan 2012 06:39:35 +0100
myproxy (5.4-2) unstable; urgency=low
* Add procps to Build-Depends (Closes: #646516)
* Add PATH_MAX and MAXPATHLEN for portability
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Sat, 29 Oct 2011 09:42:08 +0200
myproxy (5.4-1) unstable; urgency=low
* First build (Closes: #641686)
-- Mattias Ellert <mattias.ellert@fysast.uu.se> Wed, 14 Sep 2011 15:41:11 +0200
|