Next | Query returned 82 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118)
Log message:
security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-19 16:49:19 by Greg Troxel | Files touched by this commit (1) | Package updated
Log message:
security/zoneminder: Note draft update to 1.29.0 in wip
   2019-06-18 14:37:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
zoneminder: fix typo in comment.
   2019-06-18 14:36:59 by Greg Troxel | Files touched by this commit (2)
Log message:
security/zoneminder: Update example apache config to 24
   2019-06-18 14:33:43 by Greg Troxel | Files touched by this commit (1)
Log message:
security/zoneminder: Depend on p5-Net-SFTP-Foreign

Add comment about adding dependencies on perl modules that are maybe
loaded depending on the configuration.
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-07-14 17:03:57 by Greg Troxel | Files touched by this commit (6)
Log message:
zoneminder: adjust fix for printf/time_t

Rather than casting to long, cast to intmax_t and print with %jd, as
suggested by joerg@.
   2018-07-13 04:05:12 by Greg Troxel | Files touched by this commit (6)
Log message:
zoneminder: avoid %ld for time_t (int64_t, not long on arm)

zoneinder uses %ld to print tv.tv_sec, which is of type time_t.  On
NetBSD, that's int64_t, which happens to match long on amd64, but not
on arm, and hence printf often segfaults.  Kludge around this by
casting to long, which should work for about 20 years, by which time a
proper fix should have arrived in a zoneminder release.

Not yet raised upstream, because our package is 1.28.1 and upstream
has released 1.30.4.
   2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155)
Log message:
Recursive bumps for fontconfig and libzip dependency changes.

Next | Query returned 82 messages, browsing 31 to 40 | Previous