Next | Query returned 82 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2015-04-10 04:58:49 by David Sainty | Files touched by this commit (6)
Log message:
Patch up some Linux-specific assumptions in the code.

Fixes build under NetBSD.

Bump PKGREVISION for switch to ffmpeg2, and some portability changes that
aren't expected to affect functionality.
   2015-04-10 04:53:20 by David Sainty | Files touched by this commit (1)
Log message:
New ZoneMinder supports the newer ffmpeg APIs, so switch the ffmpeg
dependency from ffmpeg010 to ffmpeg2.
   2015-04-07 14:54:36 by David Sainty | Files touched by this commit (2)
Log message:
Recognise lower-case "netbsd" as BSD.

NB: This doesn't fix the threads portability issues yet for NetBSD, but gets
through configuration.
   2015-04-07 14:32:59 by David Sainty | Files touched by this commit (1)
Log message:
NetBSD's tar (6.1) does an exit(1) on the source archive, complaining:

 Invalid header, starting valid header search.

As a workaround: EXTRACT_USING=gtar
   2015-04-05 10:51:08 by David Sainty | Files touched by this commit (15) | Package updated
Log message:
Update ZoneMinder from 1.25.0 to 1.28.1.

Numerous changes, documented at:
 https://github.com/ZoneMinder/ZoneMinder/releases

Addresses two security advisories:

  https://github.com/ZoneMinder/ZoneMinder/releases/tag/v1.28.0
  http://secunia.com/advisories/62918/

Pkgsrc changes:

patch-src_zm_signal_h is no longer necessary because zm_signal.h uses
HAVE_EXECINFO_H.

patch-src_zmf_cpp appears to be applied upstream.

patch-configure_ac no longer needs to set PATH_BUILD to
PREFIX/share/zoneminder, so that zmupdate.pl can locate the database build
scripts as installed files.  Upstream has now implemented this via the
ZM_PATH_DATA entry in zm.conf, and adds a ZM_PATH_DATA/db subdirectory.

src/Makefile.am no longer setuid's zmfix, as zmfix was removed from
ZoneMinder 1.26.6.

The code now uses clock_gettime(), which on some systems (like Linux), calls
for -lrt.  Since the build system isn't aware of this, but Pkgsrc is, just set
PTHREAD_AUTO_VARS=yes.

The PHP code now uses PDO for DB access, but it looks like there are some
straggling dependencies on the raw MySQL driver, so both are pulled in.
   2014-09-08 23:24:45 by Thomas Klausner | Files touched by this commit (27) | Package updated
Log message:
Bump PKGREVISION for netpbm update.
Add some build fixes where necessary.
   2014-09-08 22:40:30 by Thomas Klausner | Files touched by this commit (18)
Log message:
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it.
Bump PKGREVISION for packages that (might be|are) changed.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2014-05-20 13:30:27 by David Sainty | Files touched by this commit (3)
Log message:
Improve behaviour under NetBSD, successfully supressing error messages under
NetBSD's shell, and passing the -m option to NetBSD's "su" command to \ 
support
users without login shells.

Add the PREFIX to all script PATHs.  This can allow sudo to be installed and
used as an alternative to su, should there be any value in doing that.

Bump PKGREVISION.
   2014-05-06 17:07:40 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Fix rc.d handling.

Next | Query returned 82 messages, browsing 61 to 70 | Previous