Files
symlinks/symlinks-version_string.patch
OBS User mrdocs 031f8efc41 Accepting request 233230 from home:Kieltux:branches:utilities
- updated to 1.4
- included two patches from Fedora
  * Fix off-by-one error in call to readlink
  * Fix possible buffer overrun found by coverity
- spec file cleaning
- changed license from GPL to SUSE-Permissive (see symlinks-LICENSE.txt) 
I hope this is now the correct license.
- patch for correct version string in binary (1.4 instead 1.3): symlinks-version_string.patch

OBS-URL: https://build.opensuse.org/request/show/233230
OBS-URL: https://build.opensuse.org/package/show/utilities/symlinks?expand=0&rev=2
2014-05-09 16:13:20 +00:00

12 lines
443 B
Diff

--- symlinks.c.orig 2009-10-09 16:03:55.000000000 +0200
+++ symlinks.c 2014-05-09 09:30:41.304867328 +0200
@@ -23,7 +23,7 @@
#define PATH_MAX 1024
#endif
-#define progver "%s: scan/change symbolic links - v1.3 - by Mark Lord\n\n"
+#define progver "%s: scan/change symbolic links - v1.4 - by Mark Lord\n\n"
static char *progname;
static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0,
testing = 0, single_fs = 1;