Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
pdns.6226
pdns-3.4.0-no_date_time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pdns-3.4.0-no_date_time.patch of Package pdns.6226
Index: pdns-3.4.0/modules/bindbackend/bindbackend2.cc =================================================================== --- pdns-3.4.0.orig/modules/bindbackend/bindbackend2.cc +++ pdns-3.4.0/modules/bindbackend/bindbackend2.cc @@ -1359,7 +1359,7 @@ public: Bind2Loader() { BackendMakers().report(new Bind2Factory); - L << Logger::Info << "[bind2backend] This is the bind backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[bind2backend] This is the bind backend version " VERSION " reporting" << endl; } }; static Bind2Loader bind2loader; Index: pdns-3.4.0/modules/db2backend/DB2Backend.cc =================================================================== --- pdns-3.4.0.orig/modules/db2backend/DB2Backend.cc +++ pdns-3.4.0/modules/db2backend/DB2Backend.cc @@ -616,7 +616,7 @@ class DB2Loader Loader() { BackendMakers().report(new DB2Factory); - L << Logger::Info << "[db2backend] This is the db2 backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[db2backend] This is the db2 backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/geobackend/geobackend.hh =================================================================== --- pdns-3.4.0.orig/modules/geobackend/geobackend.hh +++ pdns-3.4.0/modules/geobackend/geobackend.hh @@ -105,7 +105,7 @@ class GeoLoader { public: GeoLoader() { BackendMakers().report(new GeoFactory); - L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/geoipbackend/geoipbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/geoipbackend/geoipbackend.cc +++ pdns-3.4.0/modules/geoipbackend/geoipbackend.cc @@ -643,7 +643,7 @@ class GeoIPLoader { public: GeoIPLoader() { BackendMakers().report(new GeoIPFactory); - L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[geobackend] This is the geo backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/gmysqlbackend/gmysqlbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/gmysqlbackend/gmysqlbackend.cc +++ pdns-3.4.0/modules/gmysqlbackend/gmysqlbackend.cc @@ -142,7 +142,7 @@ public: gMySQLLoader() { BackendMakers().report(new gMySQLFactory("gmysql")); - L << Logger::Info << "[gmysqlbackend] This is the gmysql backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[gmysqlbackend] This is the gmysql backend version " VERSION " reporting" << endl; } }; static gMySQLLoader gmysqlloader; Index: pdns-3.4.0/modules/goraclebackend/goraclebackend.cc =================================================================== --- pdns-3.4.0.orig/modules/goraclebackend/goraclebackend.cc +++ pdns-3.4.0/modules/goraclebackend/goraclebackend.cc @@ -148,7 +148,7 @@ public: //! This reports us to the main UeberBackend class gOracleLoader() { BackendMakers().report(new gOracleFactory("goracle")); - L << Logger::Info << "[goraclebackend] This is the goracle backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[goraclebackend] This is the goracle backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/gpgsqlbackend/gpgsqlbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/gpgsqlbackend/gpgsqlbackend.cc +++ pdns-3.4.0/modules/gpgsqlbackend/gpgsqlbackend.cc @@ -137,7 +137,7 @@ public: { BackendMakers().report(new gPgSQLFactory("gpgsql")); BackendMakers().report(new gPgSQLFactory("gpgsql2")); - L << Logger::Info << "[gpgsqlbackend] This is the gpgsql backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[gpgsqlbackend] This is the gpgsql backend version " VERSION " reporting" << endl; } }; static gPgSQLLoader gpgsqlloader; Index: pdns-3.4.0/modules/gsqlite3backend/gsqlite3backend.cc =================================================================== --- pdns-3.4.0.orig/modules/gsqlite3backend/gsqlite3backend.cc +++ pdns-3.4.0/modules/gsqlite3backend/gsqlite3backend.cc @@ -154,7 +154,7 @@ public: gSQLite3Loader() { BackendMakers().report( new gSQLite3Factory( "gsqlite3" )); - L << Logger::Info << "[gsqlite3] This is the gsqlite3 backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << std::endl; + L << Logger::Info << "[gsqlite3] This is the gsqlite3 backend version " VERSION " reporting" << std::endl; } }; Index: pdns-3.4.0/modules/ldapbackend/ldapbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/ldapbackend/ldapbackend.cc +++ pdns-3.4.0/modules/ldapbackend/ldapbackend.cc @@ -564,7 +564,7 @@ public: LdapLoader() { BackendMakers().report( &factory ); - L << Logger::Info << "[ldapbackend] This is the ldap backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[ldapbackend] This is the ldap backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/lmdbbackend/lmdbbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/lmdbbackend/lmdbbackend.cc +++ pdns-3.4.0/modules/lmdbbackend/lmdbbackend.cc @@ -556,7 +556,7 @@ public: LMDBLoader() { BackendMakers().report(new LMDBFactory); - L << Logger::Info << "[lmdbbackend] This is the lmdb backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[lmdbbackend] This is the lmdb backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/luabackend/luabackend.cc =================================================================== --- pdns-3.4.0.orig/modules/luabackend/luabackend.cc +++ pdns-3.4.0/modules/luabackend/luabackend.cc @@ -49,7 +49,7 @@ public: { BackendMakers().report(new LUAFactory); - L << Logger::Info << "[luabackend] This is the lua backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[luabackend] This is the lua backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/mydnsbackend/mydnsbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/mydnsbackend/mydnsbackend.cc +++ pdns-3.4.0/modules/mydnsbackend/mydnsbackend.cc @@ -369,7 +369,7 @@ class MyDNSLoader { public: MyDNSLoader() { BackendMakers().report(new MyDNSFactory()); - L << Logger::Info << "[mydnsbackend] This is the mydns backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[mydnsbackend] This is the mydns backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/opendbxbackend/odbxbackend.hh =================================================================== --- pdns-3.4.0.orig/modules/opendbxbackend/odbxbackend.hh +++ pdns-3.4.0/modules/opendbxbackend/odbxbackend.hh @@ -164,7 +164,7 @@ public: OdbxLoader() { BackendMakers().report( &factory ); - L.log( "[opendbxbackend] This is the opendbx backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting", Logger::Info ); + L.log( "[opendbxbackend] This is the opendbx backend version " VERSION " reporting", Logger::Info ); } }; Index: pdns-3.4.0/modules/oraclebackend/oraclebackend.cc =================================================================== --- pdns-3.4.0.orig/modules/oraclebackend/oraclebackend.cc +++ pdns-3.4.0/modules/oraclebackend/oraclebackend.cc @@ -2279,7 +2279,7 @@ public: OracleLoader() { BackendMakers().report(new OracleFactory); - L << Logger::Info << "[oraclebackend] This is the oracle backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[oraclebackend] This is the oracle backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/pipebackend/pipebackend.cc =================================================================== --- pdns-3.4.0.orig/modules/pipebackend/pipebackend.cc +++ pdns-3.4.0/modules/pipebackend/pipebackend.cc @@ -290,7 +290,7 @@ class PipeLoader PipeLoader() { BackendMakers().report(new PipeFactory); - L << Logger::Info << kBackendId <<" This is the pipe backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << kBackendId <<" This is the pipe backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/randombackend/randombackend.cc =================================================================== --- pdns-3.4.0.orig/modules/randombackend/randombackend.cc +++ pdns-3.4.0/modules/randombackend/randombackend.cc @@ -100,7 +100,7 @@ public: RandomLoader() { BackendMakers().report(new RandomFactory); - L << Logger::Info << "[randombackend] This is the random backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[randombackend] This is the random backend version " VERSION " reporting" << endl; } }; Index: pdns-3.4.0/modules/remotebackend/remotebackend.cc =================================================================== --- pdns-3.4.0.orig/modules/remotebackend/remotebackend.cc +++ pdns-3.4.0/modules/remotebackend/remotebackend.cc @@ -1069,7 +1069,7 @@ public: RemoteLoader::RemoteLoader() { BackendMakers().report(new RemoteBackendFactory); - L << Logger::Info << kBackendId << " This is the remote backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << kBackendId << " This is the remote backend version " VERSION " reporting" << endl; } static RemoteLoader remoteloader; Index: pdns-3.4.0/modules/tinydnsbackend/tinydnsbackend.cc =================================================================== --- pdns-3.4.0.orig/modules/tinydnsbackend/tinydnsbackend.cc +++ pdns-3.4.0/modules/tinydnsbackend/tinydnsbackend.cc @@ -334,7 +334,7 @@ class TinyDNSLoader public: TinyDNSLoader() { BackendMakers().report(new TinyDNSFactory); - L << Logger::Info << "[tinydnsbackend] This is the tinydns backend version " VERSION " (" __DATE__ ", " __TIME__ ") reporting" << endl; + L << Logger::Info << "[tinydnsbackend] This is the tinydns backend version " VERSION " reporting" << endl; } };
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