Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
filezilla
putty-no_DATE_and_TIME_.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File putty-no_DATE_and_TIME_.patch of Package filezilla
Don't use __DATE__ and __TIME__ as it makes binary builds differ unnecessarily. Signed-off-by: pth@suse.de Index: src/putty/version.c =================================================================== --- src/putty/version.c.orig 2007-11-23 12:34:00.000000000 +0100 +++ src/putty/version.c 2010-11-05 14:05:35.117605368 +0100 @@ -30,8 +30,8 @@ char sshver[] = "PuTTY-Custom-r" STR(SVN #else -char ver[] = "Unidentified build, " __DATE__ " " __TIME__; -char sshver[] = "PuTTY-Local: " __DATE__ " " __TIME__; +char ver[] = "FileFilla"; +char sshver[] = "PuTTY-FileZilla"; #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor