CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2015/10/05 13:46:22

Modified files:
        www/newsbeuter : Makefile 
Added files:
        www/newsbeuter/patches: patch-src_cache_cpp 

Log message:
Fix time_t handling and unbreak on 32 bits archs.

newsbeuter stores feeds and articles timestamps as time_t in its sqlite
database, but does so incorrectly.  Fix sqlite3 and logging format
string so that they use the proper (long long) idiom.

Issue reported and fix tested by Raf Czlonka, ok sthen@

Reply via email to