2014-11-24 21:05:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 24 09:11:43 UTC 2014 - sleep_walker@suse.cz
|
|
|
|
|
|
|
|
- bump to 1.0.65
|
|
|
|
* Add support for stretch.
|
|
|
|
* Add (Ubuntu) vivid as a symlink to gutsy.
|
|
|
|
* Move set -e out of shebang line. Closes: #762713
|
|
|
|
* Fix reporting of package version in retrieval and validation steps
|
|
|
|
to cope with epochs.
|
|
|
|
* Fix "possibly the package $pkg is at fault" warnings to account for
|
|
|
|
changed error output in dpkg 1.17.2.
|
|
|
|
|
2013-05-19 22:41:49 +02:00
|
|
|
-------------------------------------------------------------------
|
2014-06-02 14:31:15 +02:00
|
|
|
Mon Jun 2 12:06:31 UTC 2014 - thomasbechtold@jpberlin.de
|
|
|
|
|
|
|
|
- update to 1.0.60
|
|
|
|
* Add (Ubuntu) utopic as a symlink to gutsy.
|
|
|
|
* Sync deb support with latest dpkg-deb (deb#739136):
|
|
|
|
- Add uncompressed data.tar deb member support.
|
|
|
|
- Add uncompressed and xz control.tar deb member support.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-06-02 09:58:23 +02:00
|
|
|
Sun Apr 20 06:29:38 UTC 2014 - thomasbechtold@jpberlin.de
|
|
|
|
|
|
|
|
- update to 1.0.59
|
|
|
|
* scripts/gutsy: Make the fake initctl pass through "initctl version"
|
|
|
|
calls, used by such things as invoke-rc.d to figure out whether it's
|
|
|
|
running under Upstart (lp#1182540).
|
|
|
|
* scripts/sid, scripts/gutsy: Add a policy-rc.d, matching that in
|
|
|
|
debian-installer-utils. This is the primary way to disable daemon
|
|
|
|
startup.
|
|
|
|
* Add (Ubuntu) trusty as a symlink to gutsy.
|
|
|
|
* When deboostrapping Debian, and the debian-archive-keyring is not
|
|
|
|
available, switch the default mirror to a https url. This way at
|
|
|
|
least the CA level of security is available even for users who
|
|
|
|
have no way to check gpg keys in the WoT. The https mirror is
|
|
|
|
currently https://mirrors.kernel.org/debian.
|
|
|
|
* Avoid writing https urls into sources.list, as apt does not support https.
|
|
|
|
* Install base-passwd and base-files in two calls rather than one to
|
|
|
|
avoid problems with home-built media with different ordering in
|
|
|
|
Packages. Thanks to Jo Shields for pointing this out and providing
|
|
|
|
the workaround (deb#601670, lp#1001131)
|
|
|
|
* pkgdetails_perl: Only interpret percentages following whitespace, to
|
|
|
|
cope with GNU wget outputting the local file name (which may contain "%"
|
|
|
|
due to URL-encoding) after it finishes the download (lp#1172101).
|
|
|
|
* Install apt-transport-https if installing from an HTTPS mirror
|
|
|
|
(lp#1135163). It may still be necessary to copy certificates into
|
|
|
|
place, but there's at least a reasonable chance that somebody installing
|
|
|
|
from HTTPS may want to keep using it, and we have to install
|
|
|
|
apt-transport-https at this point otherwise they won't be able to do
|
|
|
|
that end-to-end.
|
|
|
|
* Install ca-certificates as well as apt-transport-https for HTTPS
|
|
|
|
installations. This makes it possible to copy certificates that were
|
|
|
|
built into the installer to /usr/local/share/ca-certificates/ and thus
|
|
|
|
have them continue to be trusted after installation.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-05-19 22:41:49 +02:00
|
|
|
Sat May 18 04:47:14 UTC 2013 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.51
|
|
|
|
* Add (Ubuntu) saucy as a symlink to gutsy (deb#706989).
|
|
|
|
* Clarify location of pkgdetails.c in error message (deb#708771).
|
|
|
|
* Resolve mount point symlinks relative to the target chroot before
|
|
|
|
unmounting them (deb#702861, deb#703037, deb#704744).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 20:58:30 UTC 2013 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.50
|
|
|
|
* Report package version information on package retrieve and validation.
|
|
|
|
deb#697675
|
|
|
|
|
2013-05-05 23:21:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 5 20:18:17 UTC 2013 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.49
|
|
|
|
* Add support for jessie. deb#706788
|
|
|
|
|
2013-04-05 22:47:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 5 20:18:04 UTC 2013 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.48
|
|
|
|
* Disable InRelease support. gpgv won't give us back the signed data, and
|
|
|
|
full gpg is not available inside d-i (deb#703889).
|
|
|
|
* Move extract_release_components to after signature verification.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 22:05:11 UTC 2013 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.47
|
|
|
|
* Properly decrypt the InRelease file when downloading from an archive
|
|
|
|
where InRelease is used. This longstanding bug was masked by former
|
|
|
|
APT behaviour and was revealed only with recent APT versions
|
|
|
|
deb#703146
|
|
|
|
* Add Requires on gpg2
|
|
|
|
|
2012-11-05 22:15:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 5 21:15:30 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.43
|
|
|
|
* Add (Ubuntu) raring as a symlink to gutsy.
|
|
|
|
|
2012-07-06 21:48:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 6 19:46:00 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.42
|
|
|
|
* Downgrade the absence of an InRelease file from a warning to an info
|
2013-04-05 22:47:41 +02:00
|
|
|
message. lp#1017398
|
2012-07-06 21:48:37 +02:00
|
|
|
|
2012-06-24 18:14:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 24 16:11:52 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.41
|
2013-04-05 22:47:41 +02:00
|
|
|
* Add support for InRelease files. deb#638682
|
2012-06-24 18:14:05 +02:00
|
|
|
|
2012-05-03 21:16:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 3 19:06:28 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- Prepare for factory submission
|
|
|
|
* Remove _service and add source file
|
|
|
|
* Line-wrap description
|
|
|
|
|
2012-05-03 09:44:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 28 17:07:00 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.40
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 13 21:21:09 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.39
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 25 21:46:23 UTC 2011 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.38
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 24 21:20:04 UTC 2011 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.37
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 20 12:53:03 UTC 2011 - frank.lichtenheld@sophos.com
|
|
|
|
|
|
|
|
- update to 1.0.36
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 12 19:52:00 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- update to 1.0.35
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 18:26:55 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- update to 1.0.34
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 2 10:56:08 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- update to 1.0.32
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 22 21:09:26 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- update to 1.0.29
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 22 18:57:34 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- update to 1.0.28
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 14 23:23:28 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- update to 1.0.27
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 15 00:00:00 UTC 2011 - flichtenheld@astaro.com
|
|
|
|
|
|
|
|
- initial packaging
|
|
|
|
|
|
|
|
|