Revisions of udftools

buildservice-autocommit accepted request 863228 from Wolfgang Engel's avatar Wolfgang Engel (bigironman) (revision 27)
baserev update by copy to link target
Wolfgang Engel's avatar Wolfgang Engel (bigironman) accepted request 860816 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
- update to 2.3:
  * mkudffs:
    * Added support for creating Multisession UDF disc images via new --startblock option
    * Added new options for specifying owner, organization and contact information
    * Added new option --bootarea=mbr:sec-size to allow specifying MBR sector size
    * Added udftools version string into Application Identifier
    * Fixed default value of Packet Length in Sparable Partition for UDF 1.50 and 2.00 rev to 32 blocks
    * Fixed detecting all 33 types of optical discs defined in all versions of SCSI MMC specifications
    * Fixed filling CHS sector number into MBR partition table
    * Fixed alignment of VAT block for CD-R, DVD-R and BD-R disc
    * Fixed alignment for CD-R discs
    * Fixed generating unclosed CD-R image with blocks more than 3072
  * udfinfo & udflabel:
    * Added support for Multisession UDF optical discs via new --startblock and --lastblock options
    * Added support for showing and changing owner, organization, contact, appid and impid UDF identifiers
    * Added more checks to validation of UDF structures
    * Throw error when trying to modify UDF disc with unsupported Pseudo OverWrite partition
  * pktsetup:
    * Added new option -i to ignore errors when device is already mapped or unmapped
    * Added new tool pktcdvd-check which checks if optical disc can be used by kernel pktcdvd.ko driver for write operations
    * Update udev rule to map only optical discs which are supported for write operation (check done by pktcdvd-check tool)
  * cdrwtool:
    * Fixed formatting of CD-RW disc in modern optical drives according to MMC-6 standard (via Format Code 1)
    * Fixed support for progress bar
buildservice-autocommit accepted request 766783 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 25)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 766590 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 24)
- BuildRequire pkgconfig(udev) instead of udev: Allow OBS
  to shortcut through the -mini flavors.
buildservice-autocommit accepted request 763640 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 23)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 762185 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 22)
- Update to version 2.2
  * Allow to build udftools without udev
  * Use standard ISO C99 features instead of GCC extensions
  * Detect optional readline dependency via pkg-config when possible
  * Added support for UTF-16 surrogate pairs
  * udfinfo & udflabel:
        Added support for UDF 2.50 and UDF 2.60 revisions
        Fixed calculating free space blocks
        In read-only mode throw warning when device is busy
        Do not fail on disks with too many Sparing Tables
        Show and respect UDF write protect flags
  * mkudffs:
        Fixed accessing invalid memory on disks with small number of sectors
        Added new option --read-only which sets UDF disk to read-only mode
        Adjust partition size to work around Windows chkdsk bug
        Autodetect media type
buildservice-autocommit accepted request 670504 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 21)
baserev update by copy to link target
Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) accepted request 668997 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 20)
- Update to version 2.1
- Changes in 2.0
  * For UDF uuid is used same algorithm as in util-linux v2.30
  * Fixed Unicode encode/decode functions to correctly process OSTA Unicode
    d-string and d-characters
  * New tool udfinfo which shows various information about UDF (incuding label,
    uuid, free space)
  * New tool udflabel which shows or changes UDF label or UDF uuid
  * pktsetup:
        Make dev_name argument for setup optional
        Allow to setup and remove optical device by major:minor numbers
        Include udev rule file for automatic managing of packet writing devices
  * mkudffs:
        Fixed support for VAT and CD-R disks
        Fixed crashes and infinite loops on disks with small number of sectors
        Allow to enable VAT via new --vat option for any disk type
        Allow to enable Sparing Table via --spartable option also for any disk type
	Allow to specify number of entries in Sparing Table via new --sparspace
        option
        Added support for CD-ROM, DVD-R and BD-R discs
        Added new option --new-file for enforcing to create a new image file
        Added new option --mode for specifying permissions of root directory
	Added new option --locale for specifying that command line arguments
        are encoded according to current locale and make it default
	Added support for disks which have logical sector size 8192, 16384 or
        32768 bytes
        Check that block device is not mounted before format process starts
- Changes in 2.1
  * Fixed compilation with glibc >= 2.25
  * Allow to compile without libreadline
buildservice-autocommit accepted request 453390 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 19)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 453174 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 18)
- Update to version 1.3
  * No changelog upstream, see upstream git log
    https://github.com/pali/udftools/compare/1.2...1.3
- Drop cdmrw.c and cdmrw-include.patch, they are outdated.
buildservice-autocommit accepted request 446828 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 17)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 446726 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 16)
- Update to the maintained version
	Changes in 1.2
	* Manpage redirect for mkfs.udf(8)
	* Manpage fix for pktsetup(8)
	* Fixed compile and install procedure
	* Fixed parsing cdrwtool --file parameter
	Changes in 1.1
	* Included various patches from Linux distributions
	* Lots of fixes for compilation, crashes, buffer overflows,
      memory corruptions, reading from uninitialized memory, etc.
	* Fixed UTF-8 support
	* Fixed detection of device blocksize
	* Corrections and updates in man pages
	* mkudffs:
	  * Set first 16 chars of Volume Set Identifier to timestamp and
        random value
	  * Set default block-size to device logical block (sector) size
	  * Add support for label and uuid options
	  * Add support for setting uid and gid of the root directory
	  * Fixed support for UDF 1.02
	  * Symlink to mkfs.udf
- Drop all the patches:
	  udftools-1.0.0b3-extend-extsize.patch
	  udftools-1.0.0b3-pktsetup-chardev.patch,
	  udftools-HZ.patch, udftools-gcc4.patch,
	  udftools-include.patch, udftools-open.patch,
	  udftools-wrong-memset.patch, udftools-1.0.0b3.dif
buildservice-autocommit accepted request 345052 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 15)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 344790 from Wolfgang Engel's avatar Wolfgang Engel (bigironman) (revision 14)
Fix segfault described in bnc#743773 with patch file udftools-1.0.0b3-extend-extsize.patch
buildservice-autocommit accepted request 312505 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 13)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 312120 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 12)
- Force gnu89 inline semantics
buildservice-autocommit accepted request 260284 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 11)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 260247 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 10)
- Add license
- Clean up spec file
- Remove static library
buildservice-autocommit accepted request 98318 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 9)
baserev update by copy to link target
Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) accepted request 98313 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 8)
- Fix wrong size parameter in memset call
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by