Next | Query returned 205 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2012-12-13 15:31:04 by Ignatios Souvatzis | Files touched by this commit (4) | Package updated
Log message:
Treat the app-defaults/XLock as a configuration file, thus enabling
administrators of multi-user machines to have a site-specific default
configuration and not lose it on updates of the package.
   2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-28 21:21:12 by Ignatios Souvatzis | Files touched by this commit (5)
Log message:
5.41 - includes the dclock patch.
   2012-10-15 22:47:57 by Ignatios Souvatzis | Files touched by this commit (4)
Log message:
A missed case of last problem.... dclock -veg and dclock -lab.
   2012-10-15 17:29:11 by Ignatios Souvatzis | Files touched by this commit (4)
Log message:
xlock -mode dclock would segfault on OSes with sizeof(time_t)>sizeof(long);
this includes NetBSD-6 on 32bit systems.

As a result, xlock -mode random (the default) would eventually unlock
the screen, without the user being aware of this (as she/he's can be
presumed to have left the monitor).

The reason was that some variables in dclock.c were declared long, but
contain essentially time_t values. In on case, a pointer to such a
variable was casted to (struct time_t *) and passed to localtime(),
and the resulting pointer is not checked for error before being used.

The variables have been changed to time_t and the typecast has been
removed.
   2012-10-09 01:02:41 by Adam Ciarcinski | Files touched by this commit (1250)
Log message:
Revbump after updating graphics/pango
   2012-10-02 19:12:24 by Matthias Scheler | Files touched by this commit (1289)
Log message:
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
   2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | Package updated
Log message:
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
   2012-06-16 01:06:09 by David A. Holland | Files touched by this commit (63)
Log message:
Whitespace. (as whined about by pkglint)
   2012-06-14 09:45:42 by Steven Drake | Files touched by this commit (1202)
Log message:
Recursive PKGREVISION bump for libxml2 buildlink addition.

Next | Query returned 205 messages, browsing 91 to 100 | Previous