jigdo.git
6 weeks agoInclude <cstdint> for GCC 13 compatibility master
Michel Alexandre Salim [Thu, 26 Jan 2023 22:14:29 +0000 (16:14 -0600)]
Include <cstdint> for GCC 13 compatibility

GCC 13 comes with more header cleanups so certain commonly-included
headers no longer bring in cstdint with them, and it has to be included
explicitly:

https://www.gnu.org/software/gcc/gcc-13/porting_to.html

This fixes the Fedora 38 build.

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
6 weeks agoStop using truncate64(), it's not needed
Steve McIntyre [Sun, 23 Apr 2023 23:02:39 +0000 (00:02 +0100)]
Stop using truncate64(), it's not needed

truncate() should work fine, and is more portable.

13 months agoPrepare the 0.8.1-1 release
Steve McIntyre [Sun, 31 Oct 2021 21:08:03 +0000 (21:08 +0000)]
Prepare the 0.8.1-1 release

13 months agoPrep for release
Steve McIntyre [Sun, 31 Oct 2021 18:09:53 +0000 (18:09 +0000)]
Prep for release

Update changelog for 0.8.1.
Update copyright year in various places.
Switch to https for variou URLs

13 months agoFix up compilation with g++ 11
Steve McIntyre [Sun, 31 Oct 2021 17:28:58 +0000 (17:28 +0000)]
Fix up compilation with g++ 11

Out definition of "byte" clashes with new defs, so rename it to
"Ubyte" everywhere. Might be better in the long run to switch to the
standard included version.

s/auto_ptr/unique_ptr/ too

Everything now compiles again, need to test...

2 years agoMinor tweaks to jigdo-lite for the windows 0.8.0a release windows/0.8.0a
Steve McIntyre [Wed, 2 Jun 2021 23:28:51 +0000 (00:28 +0100)]
Minor tweaks to jigdo-lite for the windows 0.8.0a release

Make wget slightly quieter
Up the default filesPerFetch to 30, on both Linux and Windows
On Windows, tweak the rcFile setting so it works

2 years agoReplace the BuildOnWindows text
Steve McIntyre [Wed, 2 Jun 2021 23:27:14 +0000 (00:27 +0100)]
Replace the BuildOnWindows text

I'm only going to cross-build on Debian, and I care about where to
find all the supporting binaries too. Document that piece too.

3 years agoJust run autocnf straight, now builds fine debian/0.8.0-1
Steve McIntyre [Wed, 20 Nov 2019 02:14:02 +0000 (02:14 +0000)]
Just run autocnf straight, now builds fine

3 years agoTweak description slightly
Steve McIntyre [Wed, 20 Nov 2019 02:13:47 +0000 (02:13 +0000)]
Tweak description slightly

3 years agoUpdate build-deps
Steve McIntyre [Wed, 20 Nov 2019 02:13:36 +0000 (02:13 +0000)]
Update build-deps

3 years agoRemove the Windows binaries from upstream git repo
Steve McIntyre [Wed, 20 Nov 2019 02:03:03 +0000 (02:03 +0000)]
Remove the Windows binaries from upstream git repo

3 years agoAdd gawk to build-deps
Steve McIntyre [Wed, 20 Nov 2019 02:02:12 +0000 (02:02 +0000)]
Add gawk to build-deps

3 years agoUpdate packaging for new release
Steve McIntyre [Wed, 20 Nov 2019 01:58:59 +0000 (01:58 +0000)]
Update packaging for new release

3 years agoRemove all the old patches, all changes went upstream
Steve McIntyre [Wed, 20 Nov 2019 01:58:23 +0000 (01:58 +0000)]
Remove all the old patches, all changes went upstream

3 years agoMerge branch 'upstream' at 0.8.0
Steve McIntyre [Wed, 20 Nov 2019 01:49:23 +0000 (01:49 +0000)]
Merge branch 'upstream' at 0.8.0

3 years agoUpdate changelog for release 0.8.0
Steve McIntyre [Tue, 19 Nov 2019 15:43:22 +0000 (15:43 +0000)]
Update changelog for release

3 years agoTweak scan output - file sizes have grown
Steve McIntyre [Tue, 19 Nov 2019 02:26:09 +0000 (02:26 +0000)]
Tweak scan output - file sizes have grown

3 years agoRemove the all-msg stuff, not needed now
Steve McIntyre [Tue, 19 Nov 2019 02:09:10 +0000 (02:09 +0000)]
Remove the all-msg stuff, not needed now

3 years agoPrint compiler command lines properly
Steve McIntyre [Tue, 19 Nov 2019 02:05:20 +0000 (02:05 +0000)]
Print compiler command lines properly

3 years agoFix up an integer overflow properly - cast was wrong
Steve McIntyre [Tue, 19 Nov 2019 02:02:34 +0000 (02:02 +0000)]
Fix up an integer overflow properly - cast was wrong

3 years agoTweak the windist target
Steve McIntyre [Mon, 18 Nov 2019 19:09:35 +0000 (19:09 +0000)]
Tweak the windist target

Make things in ..
Use git describe for the version

3 years agoRemove generated file from git
Steve McIntyre [Mon, 18 Nov 2019 19:02:28 +0000 (19:02 +0000)]
Remove generated file from git

3 years agoAdd a gitdist target to help with release management
Steve McIntyre [Mon, 18 Nov 2019 14:36:02 +0000 (14:36 +0000)]
Add a gitdist target to help with release management

Add a .gitattributes file to control what's included in the export
from git

3 years agoFix broken assumptions in my changes to JigdoDescVec::put()
Steve McIntyre [Sun, 17 Nov 2019 02:16:08 +0000 (02:16 +0000)]
Fix broken assumptions in my changes to JigdoDescVec::put()

If we're writing things out, we might have been called from
writeAll(), which won't know or care what checksum type we're
using. No matter, the list we have already has the right information
in it. Don't second-guess that, just write out what we're told to do.

3 years agoMore bits needed for thw windist build
Steve McIntyre [Sat, 16 Nov 2019 23:20:38 +0000 (23:20 +0000)]
More bits needed for thw windist build

3 years agoAdd initial target for Windows binary release
Steve McIntyre [Sat, 16 Nov 2019 19:29:21 +0000 (19:29 +0000)]
Add initial target for Windows binary release

3 years agoDon't build the docs jigdo.1 / jigdo.html
Steve McIntyre [Sat, 16 Nov 2019 19:24:18 +0000 (19:24 +0000)]
Don't build the docs jigdo.1 / jigdo.html

They're not functional, so leave them out

3 years agoInitial set of helper binaries for windows
Steve McIntyre [Sat, 16 Nov 2019 19:17:41 +0000 (19:17 +0000)]
Initial set of helper binaries for windows

3 years agoPoint to the new jigdo home page in new headers
Steve McIntyre [Sat, 16 Nov 2019 18:54:28 +0000 (18:54 +0000)]
Point to the new jigdo home page in new headers

3 years agoFix up copyright notices in the sha256 wraper code
Steve McIntyre [Sat, 16 Nov 2019 18:50:59 +0000 (18:50 +0000)]
Fix up copyright notices in the sha256 wraper code

I did this, don't blame Richard!

3 years agoMore copyright and doc updates
Steve McIntyre [Sat, 16 Nov 2019 18:43:57 +0000 (18:43 +0000)]
More copyright and doc updates

3 years agoRemove mention of cvs
Steve McIntyre [Sat, 16 Nov 2019 18:41:19 +0000 (18:41 +0000)]
Remove mention of cvs

3 years agoUpdate docs slightly
Steve McIntyre [Sat, 16 Nov 2019 18:39:30 +0000 (18:39 +0000)]
Update docs slightly

Add link to the new home page

3 years agoMake jigdo-mirror believe in https too
Steve McIntyre [Thu, 7 Nov 2019 18:16:20 +0000 (18:16 +0000)]
Make jigdo-mirror believe in https too

3 years agoIgnore more configure output
Steve McIntyre [Thu, 7 Nov 2019 18:10:40 +0000 (18:10 +0000)]
Ignore more configure output

3 years agoBuild static binary on Windows
Steve McIntyre [Thu, 7 Nov 2019 18:09:17 +0000 (18:09 +0000)]
Build static binary on Windows

Makes things much easier to distribute

3 years agoIgnore .exe too
Steve McIntyre [Thu, 7 Nov 2019 18:02:58 +0000 (18:02 +0000)]
Ignore .exe too

3 years agoFix syntax error in jigdo-lite update
Steve McIntyre [Thu, 7 Nov 2019 17:49:55 +0000 (17:49 +0000)]
Fix syntax error in jigdo-lite update

Add missing "fi"

3 years agoTweak endian definition stuff for sha256 code
Steve McIntyre [Thu, 7 Nov 2019 15:49:03 +0000 (15:49 +0000)]
Tweak endian definition stuff for sha256 code

The Windows cross-build didn't supply an endian.h, so cope
differently.

3 years agoYet more warning fixes for type conversions
Steve McIntyre [Thu, 7 Nov 2019 15:48:33 +0000 (15:48 +0000)]
Yet more warning fixes for type conversions

Windows size_t is different, yay

3 years agoUpdate the Windows library downloader script
Steve McIntyre [Thu, 7 Nov 2019 15:47:30 +0000 (15:47 +0000)]
Update the Windows library downloader script

Things have moved around
Don't even try the GUI bits by default

3 years agoDeal with Windows string format differences
Steve McIntyre [Thu, 7 Nov 2019 15:46:45 +0000 (15:46 +0000)]
Deal with Windows string format differences

Use %I64u on Windows rather than %llu

3 years agoDon't attempt to build the gui
Steve McIntyre [Thu, 7 Nov 2019 14:26:51 +0000 (14:26 +0000)]
Don't attempt to build the gui

It's abandoned for now

3 years agoDon't include configure in git
Steve McIntyre [Thu, 7 Nov 2019 14:25:34 +0000 (14:25 +0000)]
Don't include configure in git

3 years agoMark the application subdirs as abandoned in Hacking.txt sha256_support
Steve McIntyre [Wed, 6 Nov 2019 18:41:52 +0000 (18:41 +0000)]
Mark the application subdirs as abandoned in Hacking.txt

3 years agoIn verifyImage(), print the checksums too for better confidence
Steve McIntyre [Wed, 6 Nov 2019 14:58:52 +0000 (14:58 +0000)]
In verifyImage(), print the checksums too for better confidence

3 years agoWarning fix - unused variable
Steve McIntyre [Tue, 5 Nov 2019 17:17:27 +0000 (17:17 +0000)]
Warning fix - unused variable

3 years agoWarning fix
Steve McIntyre [Tue, 5 Nov 2019 17:15:12 +0000 (17:15 +0000)]
Warning fix

Initialise pointers for safety

3 years agoAdded brief updates for Hacking.txt
Steve McIntyre [Tue, 5 Nov 2019 16:56:44 +0000 (16:56 +0000)]
Added brief updates for Hacking.txt

3 years agoFix up some mentions of md5/checksum
Steve McIntyre [Tue, 5 Nov 2019 16:56:26 +0000 (16:56 +0000)]
Fix up some mentions of md5/checksum

3 years agoRemove redundant #include
Steve McIntyre [Tue, 5 Nov 2019 16:56:08 +0000 (16:56 +0000)]
Remove redundant #include

3 years agoRemove Makedeps from git
Steve McIntyre [Tue, 5 Nov 2019 16:52:25 +0000 (16:52 +0000)]
Remove Makedeps from git

3 years agoAdd sha256 support in jigdo-mirror too
Steve McIntyre [Tue, 5 Nov 2019 16:34:05 +0000 (16:34 +0000)]
Add sha256 support in jigdo-mirror too

3 years agoAdd sha256 support in jigdo-lite too
Steve McIntyre [Tue, 5 Nov 2019 16:24:33 +0000 (16:24 +0000)]
Add sha256 support in jigdo-lite too

3 years agoExtend SHA256 support elsewhere
Steve McIntyre [Tue, 5 Nov 2019 16:07:10 +0000 (16:07 +0000)]
Extend SHA256 support elsewhere

3 years agoAdd sha256 support for print-missing too
Steve McIntyre [Tue, 5 Nov 2019 16:05:09 +0000 (16:05 +0000)]
Add sha256 support for print-missing too

3 years agoFix buggy usage message
Steve McIntyre [Tue, 5 Nov 2019 16:03:25 +0000 (16:03 +0000)]
Fix buggy usage message

3 years agoAdd support for generating sha256-based jigdo & template
Steve McIntyre [Tue, 5 Nov 2019 09:43:27 +0000 (09:43 +0000)]
Add support for generating sha256-based jigdo & template

This is format 2.0

Add choice of checksum algorithm on the command line, still using md5
as a default for backwards compatibility (and then still generating
format v1.2). If using sha256, then use the new template descriptor
types etc.

Lots of updates to make this happen, and lots of internal functions
modified to take both md5 and sha256 data rather than just md5, and an
extra parameter tpo say which is in use.

3 years agoAdd support for SHA256 verification, and use it first
Steve McIntyre [Thu, 31 Oct 2019 23:31:04 +0000 (23:31 +0000)]
Add support for SHA256 verification, and use it first

If not available, fall back to MD5. If that succeeds, say so but warn
that it's not considered secure.

Simplified the new code - back to single verifyImage() method which
knows about both checksum types.

Old code used to assume that the last entry in the template chain was
an ImageInfo, so would just use .back() to read that. Now we run
through the chain twice, first for SHA256 and then for MD5. That will
be slower, but the difference will be lost in the noise compared to
the cost of actually checksumming the image.

3 years agoUpdate copyright and version stuff
Steve McIntyre [Thu, 31 Oct 2019 23:29:08 +0000 (23:29 +0000)]
Update copyright and version stuff

3 years agoIgnore built binary jigdo-file
Steve McIntyre [Thu, 31 Oct 2019 19:07:05 +0000 (19:07 +0000)]
Ignore built binary jigdo-file

3 years agoRemove .cvsignore noise
Steve McIntyre [Thu, 31 Oct 2019 19:05:50 +0000 (19:05 +0000)]
Remove .cvsignore noise

3 years agoWIP sha256 support
Steve McIntyre [Thu, 31 Oct 2019 19:04:19 +0000 (19:04 +0000)]
WIP sha256 support

Compiles cleanly at least, but needs some plumbing yet

3 years agoUpdate docs to mention sha256 etc.
Steve McIntyre [Thu, 31 Oct 2019 19:03:43 +0000 (19:03 +0000)]
Update docs to mention sha256 etc.

3 years agoRemove .gmo files from git
Steve McIntyre [Thu, 31 Oct 2019 18:57:08 +0000 (18:57 +0000)]
Remove .gmo files from git

3 years agoIgnore .gmo files, but not .gitignore
Steve McIntyre [Thu, 31 Oct 2019 18:55:37 +0000 (18:55 +0000)]
Ignore .gmo files, but not .gitignore

3 years agoRemove editor backup files in "clean"
Steve McIntyre [Thu, 31 Oct 2019 18:13:48 +0000 (18:13 +0000)]
Remove editor backup files in "clean"

3 years agoRemove generated doc files from git
Steve McIntyre [Thu, 31 Oct 2019 18:13:17 +0000 (18:13 +0000)]
Remove generated doc files from git

3 years agoAdd more things to .gitignore
Steve McIntyre [Thu, 31 Oct 2019 18:02:35 +0000 (18:02 +0000)]
Add more things to .gitignore

3 years agoAdd basic .gitignore file
Steve McIntyre [Thu, 31 Oct 2019 17:06:34 +0000 (17:06 +0000)]
Add basic .gitignore file

3 years agoAnother implicit conversion warning
Steve McIntyre [Sun, 27 Oct 2019 18:35:06 +0000 (18:35 +0000)]
Another implicit conversion warning

3 years agoFix warning about catching polymorphic type by value
Steve McIntyre [Sun, 27 Oct 2019 18:34:42 +0000 (18:34 +0000)]
Fix warning about catching polymorphic type by value

3 years agoAdd casts to fix warnings about converting string constants
Steve McIntyre [Sun, 27 Oct 2019 18:33:37 +0000 (18:33 +0000)]
Add casts to fix warnings about converting string constants

3 years agoFix warnings about fall-through in switches
Steve McIntyre [Sun, 27 Oct 2019 18:31:51 +0000 (18:31 +0000)]
Fix warnings about fall-through in switches

3 years agoFix several warnings about dynamic exception specifications
Steve McIntyre [Sun, 27 Oct 2019 18:29:14 +0000 (18:29 +0000)]
Fix several warnings about dynamic exception specifications

deprecated in C++11

3 years agoFix lots of warnings about implicit type conversions
Steve McIntyre [Sun, 27 Oct 2019 18:06:08 +0000 (18:06 +0000)]
Fix lots of warnings about implicit type conversions

3 years agoRead/store the filesPerFetch setting from the config file
Steve McIntyre [Thu, 24 Oct 2019 11:00:00 +0000 (12:00 +0100)]
Read/store the filesPerFetch setting from the config file

in jigdo-lite

3 years agoUnset GREP_OPTIONS at the start of jigdo-lite
Steve McIntyre [Thu, 24 Oct 2019 10:59:07 +0000 (11:59 +0100)]
Unset GREP_OPTIONS at the start of jigdo-lite

3 years agouse tmpDir when creating images with jigdo-lite
Steve McIntyre [Thu, 24 Oct 2019 10:58:27 +0000 (11:58 +0100)]
use tmpDir when creating images with jigdo-lite

3 years agoAdd support for https into jigdo-lite
Steve McIntyre [Thu, 24 Oct 2019 10:56:50 +0000 (11:56 +0100)]
Add support for https into jigdo-lite

3 years agos/atterer.net/atterer.org/g
Steve McIntyre [Thu, 24 Oct 2019 10:53:43 +0000 (11:53 +0100)]
s/atterer.net/atterer.org/g

3 years agoInfrastructure for building hardened binaries
Steve McIntyre [Thu, 24 Oct 2019 10:51:59 +0000 (11:51 +0100)]
Infrastructure for building hardened binaries

Use EXTRA_CFLAGS, EXTRA_CXXFLAGS, EXTRA_LDFLAGS to allow the build to
pass through extra flags as needed.

3 years agoApply lots of old fixes from Richard
Steve McIntyre [Thu, 24 Oct 2019 10:50:30 +0000 (11:50 +0100)]
Apply lots of old fixes from Richard

Time to make a new upstream

3 years agoImport Debian changes 0.7.3-5 debian/0.7.3-5
Steve McIntyre [Thu, 7 Dec 2017 16:38:20 +0000 (16:38 +0000)]
Import Debian changes 0.7.3-5

jigdo (0.7.3-5) unstable; urgency=medium

  * Switch addresses from atterer.org to atterer.org in various places
    (Closes: #609816)
  * jigdo-lite: use tmpDir when creating images. Closes: #578325
    Thanks to Mateusz Poszwa for the patch.
  * jigdo-lite: Cope with https URLs. Closes: #865864.
    Thanks to s3v for the patch for inspiration.
  * jigdo-lite: Unset GREP_OPTIONS at the start. Closes: #767318
  * jigdo-lite: Read/store the filesPerFetch setting from the config
    file. Closes: #826781
  * jigdo-file: Fix building with glibc >= 2.25. Closes: #880981
    Thanks to Matthias Klose for the patch.
  * Various packaging changes:
    + Switch source format to 3.0 (quilt) and split up patches a little
    + Update to Standards-Version: 4.1.1
    + Switch Priority to optional
    + Improve cross-building. Closes: #864516. Thanks to Helmut Grohne for
      the patch

3 years agoImport Debian changes 0.7.3-4 debian/0.7.3-4
Steve McIntyre [Wed, 10 Aug 2016 12:11:43 +0000 (13:11 +0100)]
Import Debian changes 0.7.3-4

jigdo (0.7.3-4) unstable; urgency=low

  * New maintainer (Closes: #833158). Thanks to Richard for all his hard
    work!
  * Updated Standards-Version and fixed various lintian warnings
  * Add hardening flags to the build
  * Update to use and depend on debhelper 9+

3 years agoImport Debian changes 0.7.3-3 debian/0.7.3-3
Richard Atterer [Mon, 28 Dec 2009 16:46:15 +0000 (17:46 +0100)]
Import Debian changes 0.7.3-3

jigdo (0.7.3-3) unstable; urgency=low

  * Brown paper bag bugfix release
  * Non-versioned dependency on libdb-dev rather than libdb4.6-dev.
    Closes: #548482
  * No longer build GUI application and "jigdo" package, since the GUI
    will remain unfinished. :~-| Only build "jigdo-file" package.
    Closes: #515285, #413574, #370384, #516053
  * Updated debian-mirrors.jigdo from current Mirrors.masterlist
  * Workaround for problem with "jigdo-file md5sum" together with
    "--no-check-files". Closes: #418694, #528644
    Quite possibly also Closes: #507993
  * Refer to "GPL-2" rather than "GPL" file in copyright file (lintian)
  * Avoid warning of man about the jigdo-file.1 manpage (lintian)
  * Fixed doc-base section of debian-jigdo-mini-howto (lintian)

3 years agoImport Debian changes 0.7.3-2 debian/0.7.3-2
Richard Atterer [Sat, 20 Sep 2008 20:16:25 +0000 (22:16 +0200)]
Import Debian changes 0.7.3-2

jigdo (0.7.3-2) unstable; urgency=medium

  * Switched to libdb4.6. Closes: #470211
  * Switched to libcurl4
  * jigdo-mirror passes --no-verbose to wget rather than --non-verbose.
    Closes: #422059
  * Hack Makefile(.in) not to strip if DEB_BUILD_OPTIONS=nostrip.
    Closes: #437240

3 years agoImport Upstream version 0.7.3 upstream/0.7.3
Steve McIntyre [Thu, 24 Oct 2019 10:34:59 +0000 (11:34 +0100)]
Import Upstream version 0.7.3

3 years agoImport Debian changes 0.7.3-1.1 debian/0.7.3-1.1
Luk Claes [Sun, 9 Mar 2008 15:35:44 +0000 (15:35 +0000)]
Import Debian changes 0.7.3-1.1

jigdo (0.7.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC 4.3 (Closes: #417236).

3 years agoImport Debian changes 0.7.3-1 debian/0.7.3-1
Richard Atterer [Fri, 19 May 2006 17:25:46 +0000 (19:25 +0200)]
Import Debian changes 0.7.3-1

jigdo (0.7.3-1) unstable; urgency=low

  * New upstream release
  * Removed build-dep on GCC 3.4, now builds with GCC 4.x. Closes: #342973
  * Say in jigdo description that the package is in beta
    Closes: #320163: jigdo: Short description too vague
  * Build-depend on libdb4.4
    Closes: #336487: jigdo: please switch to libdb4.3

3 years agoImport Debian changes 0.7.2-2 debian/0.7.2-2
Richard Atterer [Thu, 21 Jul 2005 11:35:38 +0000 (13:35 +0200)]
Import Debian changes 0.7.2-2

jigdo (0.7.2-2) unstable; urgency=high

  * High-urgency upload for RC bugfix.
  * Closes: #319327: jigdo_0.7.2-1: FTBFS (alpha/unstable):
    C++ prototype mismatch on 64-bit systems
    Thanks to Steve Langasek for the good work.
  * Build with gcc-3.4, not 4.0 due to problems on some arches
    (see #319327)

3 years agoImport Upstream version 0.7.2 upstream/0.7.2
Steve McIntyre [Thu, 24 Oct 2019 10:34:58 +0000 (11:34 +0100)]
Import Upstream version 0.7.2

3 years agoImport Debian changes 0.7.2-1 debian/0.7.2-1
Richard Atterer [Wed, 6 Jul 2005 13:18:36 +0000 (15:18 +0200)]
Import Debian changes 0.7.2-1

jigdo (0.7.2-1) unstable; urgency=low

  * New upstream release
  * Fixed de.po file
    Closes: #314028: [INTL:de] German PO file corrections
  * Closes: #292573: jigdo-file: Bad format string in error message
  * Correctly deal with copy: URLs when reading /etc/apt/sources.list
    Closes: #310881: jigdo-lite doesn't know copy:// urls
  * Added support for --noask switch to jigdo-lite
    Closes: #242729: jigdo-lite always asks for mirror

3 years agoImport Upstream version 0.7.1 upstream/0.7.1
Steve McIntyre [Thu, 24 Oct 2019 10:34:58 +0000 (11:34 +0100)]
Import Upstream version 0.7.1

3 years agoImport Debian changes 0.7.1-5 debian/0.7.1-5
Richard Atterer [Sat, 31 Jul 2004 15:09:30 +0000 (17:09 +0200)]
Import Debian changes 0.7.1-5

jigdo (0.7.1-5) unstable; urgency=low

  * Added build-depends on GCC 3.4, use it for compilation
    Closes: #221375: jigdo should be compiled with g++-3.3 to undergo
    c102 transition.

jigdo (0.7.1-4) unstable; urgency=low

  * jigdo-file: Bugfix for the code which deduces missing --image/
    --jigdo/--template arguments. Broken in 0.7.1, would deduce
    /x.iso.template from /x.iso, instead of /x.template (Adrian Bunk)
    Closes: #257646: output file name changes broke scripts

jigdo (0.7.1-3) unstable; urgency=low

  * jigdo-lite: Fixed regular expressions so they work with sed 4.1
    Closes: #256331: Problem with recent unstable dvd images

jigdo (0.7.1-2) unstable; urgency=low

  * Fix for a build error on 64 bit architectures
  * Accidentally built 0.7.1-1 as a native package

jigdo (0.7.1-1) unstable; urgency=low

  * New upstream release
  * Fixes segfaults due to big local vars on stack, closes: #192275
  * jigdo-lite: Fix interpretation of jigdo-file return code,
    closes: #205740
  * Upstream release includes workaround which enables DVD (>4GB file)
    creation even if compiled with GCC 3.0 to 3.4, closes: #248489
  * Bugfix for "jigdo-file make-image": Failed assertion
    `nextAlignedOff>off' and huge .template with >4GB image,
    closes: #223786

jigdo (0.7.0-2) unstable; urgency=low

  * Fix for a build error on 64 bit architectures
  * Including upstream changelog in jigdo binary package

jigdo (0.7.0-1) unstable; urgency=low

  * New upstream release
  * First release of a BETA version of the jigdo GTK+ GUI in Debian
  * jigdo-lite: Fix for problem with the "read" builtin with some
    shells, e.g. dash; closes: #183691

jigdo (0.6.9-2) unstable; urgency=low

  * Fixed build errors with new versions of GCC 3.2, closes: #178195

jigdo (0.6.9-1) unstable; urgency=low

  * New upstream release
  * jigdo-lite: When temporary dir is already present, scan its
    contents *before* downloading the first batch of files,
    closes: #153643
  * jigdo-file: Prevent infinite loop if I/O error occurs during
    scanning of files, closes: #153947
  * jigdo-lite: Use a separate temporary dir for each new download.
    This allows you to run several jigdo-lite instances in the same
    dir at the same time, closes: #154338
  * Improved handling of invalid cache files (created if disc gets
    full during cache update): Instead of crashing, jigdo-file prints
    an error. However, libdb still corrupts the cache file,
    closes: #163721
  * jigdo-lite supports a --scan command line option to avoid the
    "Files to scan" question, closes: #176947
  * Conflicts: jigdo (<< 0.6.9) because of jigdo.mo in both packages,
    just to allow for smooth upgrade for people using my unofficial
    jigdo package.
  * Added the Debian jigdo mini-HOWTO to the doc directory

jigdo (0.6.8-1) unstable; urgency=low

  * New upstream release
  * jigdo-lite/mirror use "jigdo-file --no-cache" when reading
    downloaded files from tmp dir, closes: #150973

jigdo (0.6.7-1) unstable; urgency=low

  * New upstream release
  * Fixed in 0.6.6: [Image] sections in jigdo files now include
    checksum of template data, closes: #141418
  * Relative URLs allowed; fixes #149885, but leaving bug open and
    tagged "woody".

3 years agoImport Upstream version 0.6.5 upstream/0.6.5
Steve McIntyre [Thu, 24 Oct 2019 10:34:57 +0000 (11:34 +0100)]
Import Upstream version 0.6.5

3 years agoImport Debian changes 0.6.5-2 debian/0.6.5-2
Richard Atterer [Thu, 19 Dec 2002 14:44:31 +0000 (15:44 +0100)]
Import Debian changes 0.6.5-2

jigdo (0.6.5-2) stable; urgency=low

  * Backported some changes from 0.6.8 to stable:
  * Relative template URLs allowed, closes: #149885
  * jigdo-lite/mirror use "jigdo-file --no-cache" when reading
    downloaded files from tmp dir, closes: #150973

jigdo (0.6.5-1) unstable; urgency=medium

  * New upstream release

jigdo (0.6.4-1) unstable; urgency=medium

  * New upstream release

jigdo (0.6.3-1) unstable; urgency=medium

  * New upstream release
  * Fixes build problems on 64-bit machines, closes: #133533

jigdo (0.6.2-2) unstable; urgency=medium

  * Unversioned dependency on wget, to allow wget-ssl to be used
    instead of wget. Closes: #132903, #133008

jigdo (0.6.2-1) unstable; urgency=low

  * Initial Release.