<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/vobcopy, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-02-02T20:20:50Z</updated>
<entry>
<title>Enable large file support on NetBSD.</title>
<updated>2014-02-02T20:20:50Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-02-02T20:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=17fc0e58907faef8d29a8182231cf1695553f1e6'/>
<id>urn:sha1:17fc0e58907faef8d29a8182231cf1695553f1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8'/>
<id>urn:sha1:c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build on SunOS.</title>
<updated>2011-05-15T09:59:18Z</updated>
<author>
<name>hans</name>
<email>hans@pkgsrc.org</email>
</author>
<published>2011-05-15T09:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b121bd0042947a334b45054c0a6bd69c3632c94'/>
<id>urn:sha1:0b121bd0042947a334b45054c0a6bd69c3632c94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 1.2.0:</title>
<updated>2010-09-16T12:02:16Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2010-09-16T12:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e30666b8b48c6183f152cbcd44bbeec0908ef43f'/>
<id>urn:sha1:e30666b8b48c6183f152cbcd44bbeec0908ef43f</id>
<content type='text'>
1.2.0:  Some new features!
	-Progress bar and speed enhancements/system load reduction
	coming with it - many thanks to Eric Kilfoil!
	-Vobcopy can now "rip" from an iso image on hdd or a directory
	containing a VIDEO_TS directory. People seem to need this for
	streaming dvd content to a ps3 via fuppes. That part seem to
	be buggy though, works 50/50. Will look further into that.
	-Option -M to rip the title with the longest playing time.
	-Other small corrections I think.</content>
</entry>
<entry>
<title>Correct the patch-ac checksum.</title>
<updated>2009-05-03T16:44:41Z</updated>
<author>
<name>hasso</name>
<email>hasso@pkgsrc.org</email>
</author>
<published>2009-05-03T16:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=36854a42fd8ed28b6338fc0a5c0252af417a2c36'/>
<id>urn:sha1:36854a42fd8ed28b6338fc0a5c0252af417a2c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it build on DragonFly.</title>
<updated>2009-04-28T13:01:39Z</updated>
<author>
<name>hasso</name>
<email>hasso@pkgsrc.org</email>
</author>
<published>2009-04-28T13:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6fc90d9f5db786434470c475e6421b958624d603'/>
<id>urn:sha1:6fc90d9f5db786434470c475e6421b958624d603</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update vobcopy to a version which is less than 3 years old. This fixes</title>
<updated>2008-07-13T16:14:00Z</updated>
<author>
<name>tonnerre</name>
<email>tonnerre@pkgsrc.org</email>
</author>
<published>2008-07-13T16:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=deb41c2ecc3574a26a546af1775f9a107ffa333e'/>
<id>urn:sha1:deb41c2ecc3574a26a546af1775f9a107ffa333e</id>
<content type='text'>
CVE-2007-5718, some crashes, and introduces and fixes largefile issues.

Changes since vobcopy-0.5.14:
 - Fixed operation on GNU libcized BSD variants.
 - Fixed compilation under MacOS 10.
 - Fixed CVE-2007-5718 (insecure temporary file creation).
 - Fixed segfault in the logging routine.
 - Fixed Makefile for gcc versions not equal to 3.4.
 - Choose the right dvd device from fstab.
 - Read only as many blocks as there are actually left.
 - Partial fix for detection of full nfs files.
 - Fixed double space detection on MacOSX, hopefully...
 - sprintf fixes.
 - -D_FORTIFY_SOURCE=2 is strange, 3 bytes won't fit into a char[4] then.
   Well, they fit into char[8]...
 - The configure.sh script now also detects if the system is an ia64/AMD64
   and uses the lib64 directory accordingly.
 - Added checks for return values from library calls.
 - Added some code to make -n and -m mutually exclusive.
 - The size-checking code with -m was broken. Fixed hopefully.
 - Typo in the manpage.
 - With -m, if files exist you now have the option to [s]kip the files
   already present.
 - Some dvd's show files ending in ";?", they should now work.</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-20T01:09:05Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-20T01:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b0d97b0de8516db29699676c860489da3f7f0e1'/>
<id>urn:sha1:3b0d97b0de8516db29699676c860489da3f7f0e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't declare bool enum if TRUE and FALSE are already defined.  Fixes</title>
<updated>2007-05-13T06:14:38Z</updated>
<author>
<name>darcy</name>
<email>darcy@pkgsrc.org</email>
</author>
<published>2007-05-13T06:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ea9b31f7cb9d726330f067a1409a0221984918d3'/>
<id>urn:sha1:ea9b31f7cb9d726330f067a1409a0221984918d3</id>
<content type='text'>
failure in bulk build.</content>
</entry>
<entry>
<title>Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of</title>
<updated>2007-01-07T09:13:46Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2007-01-07T09:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2829e658f2ba62cb77f3f151f468ec8de1549bd5'/>
<id>urn:sha1:2829e658f2ba62cb77f3f151f468ec8de1549bd5</id>
<content type='text'>
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.</content>
</entry>
</feed>
