15 Commits

Author SHA256 Message Date
6f67209887 Accepting request 860816 from home:dirkmueller:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/860816
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=26
2021-01-15 06:04:11 +00:00
504d215329 Accepting request 766590 from home:dimstar:Factory
- BuildRequire pkgconfig(udev) instead of udev: Allow OBS
  to shortcut through the -mini flavors.

OBS-URL: https://build.opensuse.org/request/show/766590
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=24
2020-01-24 10:01:58 +00:00
ce12a0d788 Accepting request 762185 from home:mcalabkova:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/762185
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=22
2020-01-12 13:38:41 +00:00
0ccb84725f Accepting request 668997 from home:mcalabkova:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/668997
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=20
2019-02-01 06:49:24 +00:00
a99fe32e16 Accepting request 453174 from home:namtrac:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/453174
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=18
2017-01-30 09:18:36 +00:00
0d2ade0866 Accepting request 446726 from home:namtrac:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
df8549371c Accepting request 344790 from home:bigironman:Factory
Fix segfault described in bnc#743773 with patch file udftools-1.0.0b3-extend-extsize.patch

OBS-URL: https://build.opensuse.org/request/show/344790
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=14
2015-11-18 13:46:22 +00:00
d80863ca8d Accepting request 312120 from home:Andreas_Schwab:Factory
- Force gnu89 inline semantics

OBS-URL: https://build.opensuse.org/request/show/312120
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=12
2015-06-18 12:31:51 +00:00
59f9d26814 Accepting request 260247 from home:pluskalm:branches:Base:System
- Add license
- Clean up spec file
- Remove static library

OBS-URL: https://build.opensuse.org/request/show/260247
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=10
2014-11-07 20:13:03 +00:00
5a1309326c Accepting request 98313 from home:namtrac:bugfix
- Fix wrong size parameter in memset call

OBS-URL: https://build.opensuse.org/request/show/98313
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=8
2011-12-27 18:04:04 +00:00
6a985b82bf Accepting request 93235 from home:coolo:removelibtool
add libtool to buildrequires

OBS-URL: https://build.opensuse.org/request/show/93235
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=6
2011-11-23 11:41:20 +00:00
Ruediger Oertel
ec1161d27e Accepting request 86493 from Base:System
- cross-build fix: use %__cc, %configure macros (forwarded request 86485 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udftools?expand=0&rev=11
2011-10-04 16:15:42 +00:00
OBS User unknown
f9a6f6813f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udftools?expand=0&rev=3 2008-01-13 10:12:52 +00:00
OBS User unknown
4eb3ba9125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udftools?expand=0&rev=2 2008-01-12 01:37:49 +00:00
OBS User unknown
236515956e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udftools?expand=0&rev=1 2007-01-15 23:39:58 +00:00