notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: multimedia/zoneminder/files/extra-patch-scripts_ZoneMinder_lib_ZoneMinder_Memory.pm.in

Number of commits found: 2

Sunday, 5 Jun 2016
18:47 pi search for other commits by this committer
multimedia/zoneminder: 1.25.0 -> 1.30.0

- submitter becomes maintainer
- A huge list of changes since April 2013 can be found here:
  https://github.com/ZoneMinder/ZoneMinder/releases/

PR:		210007
Submitted by:	bsd@abinet.ru
Original commitRevision:416415 
Monday, 27 Jun 2011
13:16 bsam search for other commits by this committer
Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor
Monitor-1, expected 328, got 316]

The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----

I'm not sure how to properly fix this. I'm all ears.

Suggested by:   Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
Original commit

Number of commits found: 2