[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928374: marked as done (unblock: etbemon/1.3.3-4)



Your message dated Sun, 5 May 2019 15:13:29 +0200
with message-id <20190505131327.fgyitcg4jg3wlwwu@debian.org>
and subject line Re: unblock: etbemon/1.3.3-4
has caused the Debian Bug report #928374,
regarding unblock: etbemon/1.3.3-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
928374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928374
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package etbemon

The diff is below.  This new version fixes FTBFS problems #909854, fixes a
default binding to a public port (potential security issue) #910741, and fixes
misleading documentation #910743.

It also makes dns.monitor, loadavg.monitor, ps.monitor (for lua5.2),
imapnew.monitor, and btrfs.monitor work correctly in situations where they
previously didn't work.

It corrects an obsolete library call in trap.alert that made it not work.

Also it improves documentation and comments relating to traps.

I believe that including this significantly improves the quality of the package
while having minimal possibility for regression.  I have already uploaded this
to unstable (as a regular unstable upload).  Please advise me on how I should
proceed.

unblock etbemon/1.3.3-4

diff -Nru etbemon-1.3.3/alert.d/trap.alert etbemon-1.3.3/alert.d/trap.alert
--- etbemon-1.3.3/alert.d/trap.alert	2005-04-17 17:42:26.000000000 +1000
+++ etbemon-1.3.3/alert.d/trap.alert	2019-05-03 15:11:43.000000000 +1000
@@ -58,7 +58,7 @@
 		      port => getservbyname ('mon', 'udp') || 2583,
 		      );
 
-$c->user($USER) if ($USER);
+$c->username($USER) if ($USER);
 $c->password($PASS) if ($PASS);
 foreach $host (@ARGV) {
   $c->host($host);
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/bin/btrfs.helper and /tmp/r66qZy5vM6/etbemon-1.3.3/bin/btrfs.helper differ
diff -Nru etbemon-1.3.3/bin/Makefile etbemon-1.3.3/bin/Makefile
--- etbemon-1.3.3/bin/Makefile	2018-07-23 11:02:34.000000000 +1000
+++ etbemon-1.3.3/bin/Makefile	2019-05-03 15:11:43.000000000 +1000
@@ -5,10 +5,10 @@
 # use -Wno-write-strings to make it easy to deal with exec() taking pointers
 # to non-const data
 WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -pedantic -Wno-write-strings
-CC=g++ -O2 -g $(WFLAGS)
+CC=gcc -O2 -g $(WFLAGS)
 
 %: %.cpp
 	$(CC) $< -o $@
 
 clean: 
-	rm $(ALLPROGS)
+	rm -f $(ALLPROGS)
diff -Nru etbemon-1.3.3/debian/changelog etbemon-1.3.3/debian/changelog
--- etbemon-1.3.3/debian/changelog	2018-07-23 15:24:34.000000000 +1000
+++ etbemon-1.3.3/debian/changelog	2019-05-03 15:11:43.000000000 +1000
@@ -1,3 +1,21 @@
+etbemon (1.3.3-4) unstable; urgency=medium
+
+  * Make dns.monitor correctly display a summary when multiple queries are used
+  * Stop loadavg.monitor from saying "Text read from file"
+  * Make ps.monitor also check for lua5.2
+  * Link btrfs.helper with gcc instead of g++ to reduce dependencies.
+  * Better comments in auth.cf and README.traps
+  * Better logging of trap password issues
+  * Fixed a username bug in trap.alert
+  * imapnew.monitor now deletes messages even if there is a delay or clock skew
+  * Make btrfs.monitor correctly handle count files and have better comments.
+  * Fix the build to clean up the compiled helper programs, and build with
+    correct diff.  Closes: #909854
+  * Make trapbind default to 127.0.0.1.  Closes: #910741
+  * Fix README.monitors.  Closes: #910743
+
+ -- Russell Coker <russell@coker.com.au>  Tue, 30 Apr 2019 20:38:26 +1000
+
 etbemon (1.3.3-3) unstable; urgency=medium
 
   * Make btrfs.monitor check for subvols and also use a SETUID helper instead
diff -Nru etbemon-1.3.3/debian/control etbemon-1.3.3/debian/control
--- etbemon-1.3.3/debian/control	2017-12-01 17:26:53.000000000 +1100
+++ etbemon-1.3.3/debian/control	2019-05-03 15:11:43.000000000 +1000
@@ -1,10 +1,10 @@
 Source: etbemon
 Section: admin
-Priority: extra
+Priority: optional
 Maintainer: Debian Mon Maintainers <pkg-monitoring-maintainers@lists.alioth.debian.org>
 Uploaders: Dario Minnucci <midget@debian.org>,
  Russell Coker <russell@coker.com.au>
-Build-Depends: debhelper (>= 9), perl, libtime-period-perl
+Build-Depends: debhelper (>= 11), perl, libtime-period-perl
 Standards-Version: 3.9.6
 Homepage: https://mon.wiki.kernel.org
 Vcs-Git: git://anonscm.debian.org/collab-maint/mon.git
diff -Nru etbemon-1.3.3/debian/README.Debian etbemon-1.3.3/debian/README.Debian
--- etbemon-1.3.3/debian/README.Debian	2014-07-03 10:48:05.000000000 +1000
+++ etbemon-1.3.3/debian/README.Debian	2019-05-03 15:11:43.000000000 +1000
@@ -40,7 +40,7 @@
 
 * Daemon control via /etc/default/mon:
 --------------------------------------
-Now 'mon' daemon can be controled through /etc/default/mon directly.
+Now 'mon' daemon can be controlled through /etc/default/mon directly.
   
 These 2 options allows you to control the daemon behaviour:
 
diff -Nru etbemon-1.3.3/debian/rules etbemon-1.3.3/debian/rules
--- etbemon-1.3.3/debian/rules	2017-12-01 17:24:12.000000000 +1100
+++ etbemon-1.3.3/debian/rules	2019-05-03 15:11:43.000000000 +1000
@@ -6,11 +6,13 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	cd mon.d && $(MAKE) clean && cd $(CURDIR)
+	$(MAKE) -C mon.d clean
+	$(MAKE) -C bin clean
 
 override_dh_auto_build:
 	dh_auto_build
-	cd mon.d && $(MAKE) CFLAGS="$(CFLAGS)" && cd $(CURDIR)
+	$(MAKE) -C mon.d CFLAGS="$(CFLAGS)" && cd $(CURDIR)
+	$(MAKE) -C bin CFLAGS="$(CFLAGS)" && cd $(CURDIR)
 
 override_dh_install:
 	dh_install
diff -Nru etbemon-1.3.3/doc/README.monitors etbemon-1.3.3/doc/README.monitors
--- etbemon-1.3.3/doc/README.monitors	2004-06-09 15:18:06.000000000 +1000
+++ etbemon-1.3.3/doc/README.monitors	2019-05-03 15:11:43.000000000 +1000
@@ -52,15 +52,17 @@
         service fping
             interval 5m
             monitor fping.monitor
-            alert mail.alert mis-alert@company.com
-            alert netpage.alert mis-pager
-            alertevery 60m
+            period
+                alert mail.alert mis-alert@company.com
+                alert netpage.alert mis-pager
+                alertevery 60m
         service freespace
             interval 10m
             monitor freespace.monitor /server1:5000000 /server2:5000000 ;;
-            alert mail.alert mis-alert@company.com
-            alert netpage.alert mis-pager
-            alertevery 60m
+            period
+                alert mail.alert mis-alert@company.com
+                alert netpage.alert mis-pager
+                alertevery 60m
 
 
 tcp.monitor
diff -Nru etbemon-1.3.3/doc/README.traps etbemon-1.3.3/doc/README.traps
--- etbemon-1.3.3/doc/README.traps	2004-06-09 15:18:06.000000000 +1000
+++ etbemon-1.3.3/doc/README.traps	2019-05-03 15:11:43.000000000 +1000
@@ -49,6 +49,8 @@
 
 watch default
     service default
+	traptimeout 10m
+	trapduration 60m
 	period wd {Sun-Sat}
 	    alert some.alert
 	    upalert some.alert -u
@@ -95,3 +97,5 @@
 it will send a trap to the mon server "highlevel", which will then send
 the email alert.
 
+For a manual test run:
+echo test | MON_GROUP=localhost MON_SERVICE=trap MON_RETVAL=1 OPSTATUS=c /usr/lib/mon/alert.d/trap.alert -U $USERNAME -P $PASS localhost
diff -Nru etbemon-1.3.3/etc/auth.cf etbemon-1.3.3/etc/auth.cf
--- etbemon-1.3.3/etc/auth.cf	2004-06-09 15:18:06.000000000 +1000
+++ etbemon-1.3.3/etc/auth.cf	2019-05-03 15:11:43.000000000 +1000
@@ -46,11 +46,13 @@
 #source_host	user	password
 #
 # allow from user "mon" from any host
-#
+# monpassword is an encrypted password from print(crypt($PASS, $SALT));
+# 
 # * mon monpassword
 #
 # allow from host 127.0.0.1 without requiring
 # a valid username and password
+# this only applies if there is no entry for "*" IP address
 #
 # 127.0.0.1 * *
 #
diff -Nru etbemon-1.3.3/etc/mon.cf etbemon-1.3.3/etc/mon.cf
--- etbemon-1.3.3/etc/mon.cf	2017-12-07 02:37:35.000000000 +1100
+++ etbemon-1.3.3/etc/mon.cf	2019-05-03 15:11:43.000000000 +1000
@@ -21,7 +21,10 @@
 dtlogfile		= dtlog
 
 
+# tcp bind for mon client protocol (monshow etc)
 serverbind = 127.0.0.1
+# udp bind for traps
+trapbind = 127.0.0.1
 clientallow = 127.0.0.1
 
 #
@@ -33,6 +36,14 @@
 # Define watches
 #
 watch localhost
+# example trap service for traps from other systems
+	service trap
+		description trap
+		traptimeout 10m
+		trapduration 60m
+		period
+			alert mail.alert root@localhost
+			upalert mail.alert root@localhost
 	service ping
 		description Responses to ping
 		interval 5m
diff -Nru etbemon-1.3.3/.git/COMMIT_EDITMSG etbemon-1.3.3/.git/COMMIT_EDITMSG
--- etbemon-1.3.3/.git/COMMIT_EDITMSG	2018-07-23 15:24:34.000000000 +1000
+++ etbemon-1.3.3/.git/COMMIT_EDITMSG	1970-01-01 10:00:00.000000000 +1000
@@ -1,25 +0,0 @@
-Change timestamp for release
-# Please enter the commit message for your changes. Lines starting
-# with '#' will be ignored, and an empty message aborts the commit.
-#
-# Committer: Russell Coker <rjc@aaa.coker.com.au>
-#
-# On branch master
-# Changes to be committed:
-#	modified:   debian/changelog
-#
-# Changes not staged for commit:
-#	modified:   bin/btrfs.helper
-#
-# Untracked files:
-#	debian/.debhelper/
-#	debian/debhelper-build-stamp
-#	debian/files
-#	debian/mon.debhelper.log
-#	debian/mon.postinst.debhelper
-#	debian/mon.postrm.debhelper
-#	debian/mon.substvars
-#	debian/mon/
-#	mon.d/dialin.monitor.wrap
-#	mon.d/rpc.monitor
-#
diff -Nru etbemon-1.3.3/.git/config etbemon-1.3.3/.git/config
--- etbemon-1.3.3/.git/config	2017-12-07 02:44:26.000000000 +1100
+++ etbemon-1.3.3/.git/config	1970-01-01 10:00:00.000000000 +1000
@@ -1,11 +0,0 @@
-[core]
-	repositoryformatversion = 0
-	filemode = true
-	bare = false
-	logallrefupdates = true
-[remote "mon"]
-	url = ssh://etbe@git.debian.org/git/collab-maint/mon.git
-	fetch = +refs/heads/*:refs/remotes/mon/*
-[branch "master"]
-	remote = ssh://etbe@git.debian.org/git/collab-maint/mon.git
-	merge = refs/heads/master
diff -Nru etbemon-1.3.3/.git/description etbemon-1.3.3/.git/description
--- etbemon-1.3.3/.git/description	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/description	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-Unnamed repository; edit this file 'description' to name the repository.
diff -Nru etbemon-1.3.3/.git/FETCH_HEAD etbemon-1.3.3/.git/FETCH_HEAD
--- etbemon-1.3.3/.git/FETCH_HEAD	2018-05-16 16:02:13.000000000 +1000
+++ etbemon-1.3.3/.git/FETCH_HEAD	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-ce6b487922391b6b20f983f7425a190ec765f277		branch 'master' of ssh://git.debian.org/git/collab-maint/mon
diff -Nru etbemon-1.3.3/.git/HEAD etbemon-1.3.3/.git/HEAD
--- etbemon-1.3.3/.git/HEAD	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/HEAD	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-ref: refs/heads/master
diff -Nru etbemon-1.3.3/.git/hooks/applypatch-msg.sample etbemon-1.3.3/.git/hooks/applypatch-msg.sample
--- etbemon-1.3.3/.git/hooks/applypatch-msg.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/applypatch-msg.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to check the commit log message taken by
-# applypatch from an e-mail message.
-#
-# The hook should exit with non-zero status after issuing an
-# appropriate message if it wants to stop the commit.  The hook is
-# allowed to edit the commit message file.
-#
-# To enable this hook, rename this file to "applypatch-msg".
-
-. git-sh-setup
-commitmsg="$(git rev-parse --git-path hooks/commit-msg)"
-test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"}
-:
diff -Nru etbemon-1.3.3/.git/hooks/commit-msg.sample etbemon-1.3.3/.git/hooks/commit-msg.sample
--- etbemon-1.3.3/.git/hooks/commit-msg.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/commit-msg.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to check the commit log message.
-# Called by "git commit" with one argument, the name of the file
-# that has the commit message.  The hook should exit with non-zero
-# status after issuing an appropriate message if it wants to stop the
-# commit.  The hook is allowed to edit the commit message file.
-#
-# To enable this hook, rename this file to "commit-msg".
-
-# Uncomment the below to add a Signed-off-by line to the message.
-# Doing this in a hook is a bad idea in general, but the prepare-commit-msg
-# hook is more suited to it.
-#
-# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
-# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
-
-# This example catches duplicate Signed-off-by lines.
-
-test "" = "$(grep '^Signed-off-by: ' "$1" |
-	 sort | uniq -c | sed -e '/^[ 	]*1[ 	]/d')" || {
-	echo >&2 Duplicate Signed-off-by lines.
-	exit 1
-}
diff -Nru etbemon-1.3.3/.git/hooks/post-update.sample etbemon-1.3.3/.git/hooks/post-update.sample
--- etbemon-1.3.3/.git/hooks/post-update.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/post-update.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to prepare a packed repository for use over
-# dumb transports.
-#
-# To enable this hook, rename this file to "post-update".
-
-exec git update-server-info
diff -Nru etbemon-1.3.3/.git/hooks/pre-applypatch.sample etbemon-1.3.3/.git/hooks/pre-applypatch.sample
--- etbemon-1.3.3/.git/hooks/pre-applypatch.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/pre-applypatch.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to verify what is about to be committed
-# by applypatch from an e-mail message.
-#
-# The hook should exit with non-zero status after issuing an
-# appropriate message if it wants to stop the commit.
-#
-# To enable this hook, rename this file to "pre-applypatch".
-
-. git-sh-setup
-precommit="$(git rev-parse --git-path hooks/pre-commit)"
-test -x "$precommit" && exec "$precommit" ${1+"$@"}
-:
diff -Nru etbemon-1.3.3/.git/hooks/pre-commit.sample etbemon-1.3.3/.git/hooks/pre-commit.sample
--- etbemon-1.3.3/.git/hooks/pre-commit.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/pre-commit.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,49 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to verify what is about to be committed.
-# Called by "git commit" with no arguments.  The hook should
-# exit with non-zero status after issuing an appropriate message if
-# it wants to stop the commit.
-#
-# To enable this hook, rename this file to "pre-commit".
-
-if git rev-parse --verify HEAD >/dev/null 2>&1
-then
-	against=HEAD
-else
-	# Initial commit: diff against an empty tree object
-	against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
-fi
-
-# If you want to allow non-ASCII filenames set this variable to true.
-allownonascii=$(git config --bool hooks.allownonascii)
-
-# Redirect output to stderr.
-exec 1>&2
-
-# Cross platform projects tend to avoid non-ASCII filenames; prevent
-# them from being added to the repository. We exploit the fact that the
-# printable range starts at the space character and ends with tilde.
-if [ "$allownonascii" != "true" ] &&
-	# Note that the use of brackets around a tr range is ok here, (it's
-	# even required, for portability to Solaris 10's /usr/bin/tr), since
-	# the square bracket bytes happen to fall in the designated range.
-	test $(git diff --cached --name-only --diff-filter=A -z $against |
-	  LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0
-then
-	cat <<\EOF
-Error: Attempt to add a non-ASCII file name.
-
-This can cause problems if you want to work with people on other platforms.
-
-To be portable it is advisable to rename the file.
-
-If you know what you are doing you can disable this check using:
-
-  git config hooks.allownonascii true
-EOF
-	exit 1
-fi
-
-# If there are whitespace errors, print the offending file names and fail.
-exec git diff-index --check --cached $against --
diff -Nru etbemon-1.3.3/.git/hooks/prepare-commit-msg.sample etbemon-1.3.3/.git/hooks/prepare-commit-msg.sample
--- etbemon-1.3.3/.git/hooks/prepare-commit-msg.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/prepare-commit-msg.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,42 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to prepare the commit log message.
-# Called by "git commit" with the name of the file that has the
-# commit message, followed by the description of the commit
-# message's source.  The hook's purpose is to edit the commit
-# message file.  If the hook fails with a non-zero status,
-# the commit is aborted.
-#
-# To enable this hook, rename this file to "prepare-commit-msg".
-
-# This hook includes three examples. The first one removes the
-# "# Please enter the commit message..." help message.
-#
-# The second includes the output of "git diff --name-status -r"
-# into the message, just before the "git status" output.  It is
-# commented because it doesn't cope with --amend or with squashed
-# commits.
-#
-# The third example adds a Signed-off-by line to the message, that can
-# still be edited.  This is rarely a good idea.
-
-COMMIT_MSG_FILE=$1
-COMMIT_SOURCE=$2
-SHA1=$3
-
-/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE"
-
-# case "$COMMIT_SOURCE,$SHA1" in
-#  ,|template,)
-#    /usr/bin/perl -i.bak -pe '
-#       print "\n" . `git diff --cached --name-status -r`
-# 	 if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;;
-#  *) ;;
-# esac
-
-# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
-# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE"
-# if test -z "$COMMIT_SOURCE"
-# then
-#   /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE"
-# fi
diff -Nru etbemon-1.3.3/.git/hooks/pre-push.sample etbemon-1.3.3/.git/hooks/pre-push.sample
--- etbemon-1.3.3/.git/hooks/pre-push.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/pre-push.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,53 +0,0 @@
-#!/bin/sh
-
-# An example hook script to verify what is about to be pushed.  Called by "git
-# push" after it has checked the remote status, but before anything has been
-# pushed.  If this script exits with a non-zero status nothing will be pushed.
-#
-# This hook is called with the following parameters:
-#
-# $1 -- Name of the remote to which the push is being done
-# $2 -- URL to which the push is being done
-#
-# If pushing without using a named remote those arguments will be equal.
-#
-# Information about the commits which are being pushed is supplied as lines to
-# the standard input in the form:
-#
-#   <local ref> <local sha1> <remote ref> <remote sha1>
-#
-# This sample shows how to prevent push of commits where the log message starts
-# with "WIP" (work in progress).
-
-remote="$1"
-url="$2"
-
-z40=0000000000000000000000000000000000000000
-
-while read local_ref local_sha remote_ref remote_sha
-do
-	if [ "$local_sha" = $z40 ]
-	then
-		# Handle delete
-		:
-	else
-		if [ "$remote_sha" = $z40 ]
-		then
-			# New branch, examine all commits
-			range="$local_sha"
-		else
-			# Update to existing branch, examine new commits
-			range="$remote_sha..$local_sha"
-		fi
-
-		# Check for WIP commit
-		commit=`git rev-list -n 1 --grep '^WIP' "$range"`
-		if [ -n "$commit" ]
-		then
-			echo >&2 "Found WIP commit in $local_ref, not pushing"
-			exit 1
-		fi
-	fi
-done
-
-exit 0
diff -Nru etbemon-1.3.3/.git/hooks/pre-rebase.sample etbemon-1.3.3/.git/hooks/pre-rebase.sample
--- etbemon-1.3.3/.git/hooks/pre-rebase.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/pre-rebase.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,169 +0,0 @@
-#!/bin/sh
-#
-# Copyright (c) 2006, 2008 Junio C Hamano
-#
-# The "pre-rebase" hook is run just before "git rebase" starts doing
-# its job, and can prevent the command from running by exiting with
-# non-zero status.
-#
-# The hook is called with the following parameters:
-#
-# $1 -- the upstream the series was forked from.
-# $2 -- the branch being rebased (or empty when rebasing the current branch).
-#
-# This sample shows how to prevent topic branches that are already
-# merged to 'next' branch from getting rebased, because allowing it
-# would result in rebasing already published history.
-
-publish=next
-basebranch="$1"
-if test "$#" = 2
-then
-	topic="refs/heads/$2"
-else
-	topic=`git symbolic-ref HEAD` ||
-	exit 0 ;# we do not interrupt rebasing detached HEAD
-fi
-
-case "$topic" in
-refs/heads/??/*)
-	;;
-*)
-	exit 0 ;# we do not interrupt others.
-	;;
-esac
-
-# Now we are dealing with a topic branch being rebased
-# on top of master.  Is it OK to rebase it?
-
-# Does the topic really exist?
-git show-ref -q "$topic" || {
-	echo >&2 "No such branch $topic"
-	exit 1
-}
-
-# Is topic fully merged to master?
-not_in_master=`git rev-list --pretty=oneline ^master "$topic"`
-if test -z "$not_in_master"
-then
-	echo >&2 "$topic is fully merged to master; better remove it."
-	exit 1 ;# we could allow it, but there is no point.
-fi
-
-# Is topic ever merged to next?  If so you should not be rebasing it.
-only_next_1=`git rev-list ^master "^$topic" ${publish} | sort`
-only_next_2=`git rev-list ^master           ${publish} | sort`
-if test "$only_next_1" = "$only_next_2"
-then
-	not_in_topic=`git rev-list "^$topic" master`
-	if test -z "$not_in_topic"
-	then
-		echo >&2 "$topic is already up to date with master"
-		exit 1 ;# we could allow it, but there is no point.
-	else
-		exit 0
-	fi
-else
-	not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"`
-	/usr/bin/perl -e '
-		my $topic = $ARGV[0];
-		my $msg = "* $topic has commits already merged to public branch:\n";
-		my (%not_in_next) = map {
-			/^([0-9a-f]+) /;
-			($1 => 1);
-		} split(/\n/, $ARGV[1]);
-		for my $elem (map {
-				/^([0-9a-f]+) (.*)$/;
-				[$1 => $2];
-			} split(/\n/, $ARGV[2])) {
-			if (!exists $not_in_next{$elem->[0]}) {
-				if ($msg) {
-					print STDERR $msg;
-					undef $msg;
-				}
-				print STDERR " $elem->[1]\n";
-			}
-		}
-	' "$topic" "$not_in_next" "$not_in_master"
-	exit 1
-fi
-
-<<\DOC_END
-
-This sample hook safeguards topic branches that have been
-published from being rewound.
-
-The workflow assumed here is:
-
- * Once a topic branch forks from "master", "master" is never
-   merged into it again (either directly or indirectly).
-
- * Once a topic branch is fully cooked and merged into "master",
-   it is deleted.  If you need to build on top of it to correct
-   earlier mistakes, a new topic branch is created by forking at
-   the tip of the "master".  This is not strictly necessary, but
-   it makes it easier to keep your history simple.
-
- * Whenever you need to test or publish your changes to topic
-   branches, merge them into "next" branch.
-
-The script, being an example, hardcodes the publish branch name
-to be "next", but it is trivial to make it configurable via
-$GIT_DIR/config mechanism.
-
-With this workflow, you would want to know:
-
-(1) ... if a topic branch has ever been merged to "next".  Young
-    topic branches can have stupid mistakes you would rather
-    clean up before publishing, and things that have not been
-    merged into other branches can be easily rebased without
-    affecting other people.  But once it is published, you would
-    not want to rewind it.
-
-(2) ... if a topic branch has been fully merged to "master".
-    Then you can delete it.  More importantly, you should not
-    build on top of it -- other people may already want to
-    change things related to the topic as patches against your
-    "master", so if you need further changes, it is better to
-    fork the topic (perhaps with the same name) afresh from the
-    tip of "master".
-
-Let's look at this example:
-
-		   o---o---o---o---o---o---o---o---o---o "next"
-		  /       /           /           /
-		 /   a---a---b A     /           /
-		/   /               /           /
-	       /   /   c---c---c---c B         /
-	      /   /   /             \         /
-	     /   /   /   b---b C     \       /
-	    /   /   /   /             \     /
-    ---o---o---o---o---o---o---o---o---o---o---o "master"
-
-
-A, B and C are topic branches.
-
- * A has one fix since it was merged up to "next".
-
- * B has finished.  It has been fully merged up to "master" and "next",
-   and is ready to be deleted.
-
- * C has not merged to "next" at all.
-
-We would want to allow C to be rebased, refuse A, and encourage
-B to be deleted.
-
-To compute (1):
-
-	git rev-list ^master ^topic next
-	git rev-list ^master        next
-
-	if these match, topic has not merged in next at all.
-
-To compute (2):
-
-	git rev-list master..topic
-
-	if this is empty, it is fully merged to "master".
-
-DOC_END
diff -Nru etbemon-1.3.3/.git/hooks/pre-receive.sample etbemon-1.3.3/.git/hooks/pre-receive.sample
--- etbemon-1.3.3/.git/hooks/pre-receive.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/pre-receive.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to make use of push options.
-# The example simply echoes all push options that start with 'echoback='
-# and rejects all pushes when the "reject" push option is used.
-#
-# To enable this hook, rename this file to "pre-receive".
-
-if test -n "$GIT_PUSH_OPTION_COUNT"
-then
-	i=0
-	while test "$i" -lt "$GIT_PUSH_OPTION_COUNT"
-	do
-		eval "value=\$GIT_PUSH_OPTION_$i"
-		case "$value" in
-		echoback=*)
-			echo "echo from the pre-receive-hook: ${value#*=}" >&2
-			;;
-		reject)
-			exit 1
-		esac
-		i=$((i + 1))
-	done
-fi
diff -Nru etbemon-1.3.3/.git/hooks/update.sample etbemon-1.3.3/.git/hooks/update.sample
--- etbemon-1.3.3/.git/hooks/update.sample	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/hooks/update.sample	1970-01-01 10:00:00.000000000 +1000
@@ -1,128 +0,0 @@
-#!/bin/sh
-#
-# An example hook script to block unannotated tags from entering.
-# Called by "git receive-pack" with arguments: refname sha1-old sha1-new
-#
-# To enable this hook, rename this file to "update".
-#
-# Config
-# ------
-# hooks.allowunannotated
-#   This boolean sets whether unannotated tags will be allowed into the
-#   repository.  By default they won't be.
-# hooks.allowdeletetag
-#   This boolean sets whether deleting tags will be allowed in the
-#   repository.  By default they won't be.
-# hooks.allowmodifytag
-#   This boolean sets whether a tag may be modified after creation. By default
-#   it won't be.
-# hooks.allowdeletebranch
-#   This boolean sets whether deleting branches will be allowed in the
-#   repository.  By default they won't be.
-# hooks.denycreatebranch
-#   This boolean sets whether remotely creating branches will be denied
-#   in the repository.  By default this is allowed.
-#
-
-# --- Command line
-refname="$1"
-oldrev="$2"
-newrev="$3"
-
-# --- Safety check
-if [ -z "$GIT_DIR" ]; then
-	echo "Don't run this script from the command line." >&2
-	echo " (if you want, you could supply GIT_DIR then run" >&2
-	echo "  $0 <ref> <oldrev> <newrev>)" >&2
-	exit 1
-fi
-
-if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then
-	echo "usage: $0 <ref> <oldrev> <newrev>" >&2
-	exit 1
-fi
-
-# --- Config
-allowunannotated=$(git config --bool hooks.allowunannotated)
-allowdeletebranch=$(git config --bool hooks.allowdeletebranch)
-denycreatebranch=$(git config --bool hooks.denycreatebranch)
-allowdeletetag=$(git config --bool hooks.allowdeletetag)
-allowmodifytag=$(git config --bool hooks.allowmodifytag)
-
-# check for no description
-projectdesc=$(sed -e '1q' "$GIT_DIR/description")
-case "$projectdesc" in
-"Unnamed repository"* | "")
-	echo "*** Project description file hasn't been set" >&2
-	exit 1
-	;;
-esac
-
-# --- Check types
-# if $newrev is 0000...0000, it's a commit to delete a ref.
-zero="0000000000000000000000000000000000000000"
-if [ "$newrev" = "$zero" ]; then
-	newrev_type=delete
-else
-	newrev_type=$(git cat-file -t $newrev)
-fi
-
-case "$refname","$newrev_type" in
-	refs/tags/*,commit)
-		# un-annotated tag
-		short_refname=${refname##refs/tags/}
-		if [ "$allowunannotated" != "true" ]; then
-			echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2
-			echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2
-			exit 1
-		fi
-		;;
-	refs/tags/*,delete)
-		# delete tag
-		if [ "$allowdeletetag" != "true" ]; then
-			echo "*** Deleting a tag is not allowed in this repository" >&2
-			exit 1
-		fi
-		;;
-	refs/tags/*,tag)
-		# annotated tag
-		if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1
-		then
-			echo "*** Tag '$refname' already exists." >&2
-			echo "*** Modifying a tag is not allowed in this repository." >&2
-			exit 1
-		fi
-		;;
-	refs/heads/*,commit)
-		# branch
-		if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then
-			echo "*** Creating a branch is not allowed in this repository" >&2
-			exit 1
-		fi
-		;;
-	refs/heads/*,delete)
-		# delete branch
-		if [ "$allowdeletebranch" != "true" ]; then
-			echo "*** Deleting a branch is not allowed in this repository" >&2
-			exit 1
-		fi
-		;;
-	refs/remotes/*,commit)
-		# tracking branch
-		;;
-	refs/remotes/*,delete)
-		# delete tracking branch
-		if [ "$allowdeletebranch" != "true" ]; then
-			echo "*** Deleting a tracking branch is not allowed in this repository" >&2
-			exit 1
-		fi
-		;;
-	*)
-		# Anything else (is there anything else?)
-		echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2
-		exit 1
-		;;
-esac
-
-# --- Finished
-exit 0
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/index and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/index differ
diff -Nru etbemon-1.3.3/.git/info/exclude etbemon-1.3.3/.git/info/exclude
--- etbemon-1.3.3/.git/info/exclude	2017-12-07 02:07:17.000000000 +1100
+++ etbemon-1.3.3/.git/info/exclude	1970-01-01 10:00:00.000000000 +1000
@@ -1,6 +0,0 @@
-# git ls-files --others --exclude-from=.git/info/exclude
-# Lines that start with '#' are comments.
-# For a project mostly in C, the following would be a good set of
-# exclude patterns (uncomment them if you want to use them):
-# *.[oa]
-# *~
diff -Nru etbemon-1.3.3/.git/logs/HEAD etbemon-1.3.3/.git/logs/HEAD
--- etbemon-1.3.3/.git/logs/HEAD	2018-07-23 15:24:34.000000000 +1000
+++ etbemon-1.3.3/.git/logs/HEAD	1970-01-01 10:00:00.000000000 +1000
@@ -1,54 +0,0 @@
-0000000000000000000000000000000000000000 edff5c0a55e12219a438c1e67f6feff4c0ba754e Russell Coker <russell@coker.com.au> 1512574016 +1100	initial pull
-edff5c0a55e12219a438c1e67f6feff4c0ba754e a1e18032c138a2af26d3b779904669728f8f6c1d Russell Coker <russell@coker.com.au> 1512574289 +1100	commit: Move template out of alert.d directory
-a1e18032c138a2af26d3b779904669728f8f6c1d e5e22e35547169888b18bbd338809622fda184e7 Russell Coker <russell@coker.com.au> 1512574316 +1100	commit: Don't use /tmp for security reasons
-e5e22e35547169888b18bbd338809622fda184e7 7b1d76289a3b1ee985575025a089de0f22ac19f4 Russell Coker <russell@coker.com.au> 1512574347 +1100	commit: Longer summary length as we are already over 80 chars
-7b1d76289a3b1ee985575025a089de0f22ac19f4 09cfd68e63c68a01a14ed2b14ec7552c3af6ddea Russell Coker <russell@coker.com.au> 1512574378 +1100	commit: All the latest changes.
-09cfd68e63c68a01a14ed2b14ec7552c3af6ddea 449fee8993c375739f31ddd58d9b78de642c8ad6 Russell Coker <russell@coker.com.au> 1512574401 +1100	commit: Depend on latest debhelper
-449fee8993c375739f31ddd58d9b78de642c8ad6 f688c7c9a2d447bf3dd23557f38797df93bc9bd0 Russell Coker <russell@coker.com.au> 1512574414 +1100	commit: Team maintenance and recommend more packages that monitors need
-f688c7c9a2d447bf3dd23557f38797df93bc9bd0 4cd5209313a5eb3cabfd56769e684181dae3915a Russell Coker <russell@coker.com.au> 1512574487 +1100	commit: don't use debian/docs
-4cd5209313a5eb3cabfd56769e684181dae3915a 493cc6ff7fd9e812f7fc01a10bd9782459f0a0a4 Russell Coker <russell@coker.com.au> 1512574576 +1100	commit: Move auth.cf to etc
-493cc6ff7fd9e812f7fc01a10bd9782459f0a0a4 f3f3a1fde8a41fee3a92dec0b0033fe6d4d087f9 Russell Coker <russell@coker.com.au> 1512574677 +1100	commit: Add mon-local.d dir and add more example entries
-f3f3a1fde8a41fee3a92dec0b0033fe6d4d087f9 5c0c29ebb2f40feccfead2e2cd4d213d92520e05 Russell Coker <russell@coker.com.au> 1512574705 +1100	commit: Move mon.cf to etc
-5c0c29ebb2f40feccfead2e2cd4d213d92520e05 c65949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4 Russell Coker <russell@coker.com.au> 1512574740 +1100	commit: Move monshowrc to etc dir
-c65949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4 8e27d13fb510bf6026bcd89f8de5de754dbabcdf Russell Coker <russell@coker.com.au> 1512574766 +1100	commit: Remove most entries, lets use /etc/mon/mon.cf for it
-8e27d13fb510bf6026bcd89f8de5de754dbabcdf 4eba223718103fb1a00c53970395192b82086e0d Russell Coker <russell@coker.com.au> 1512574794 +1100	commit: Add alert.template to the docs
-4eba223718103fb1a00c53970395192b82086e0d eaf3d06d92649f3dbc0fa089780f6a7c71c5fd73 Russell Coker <russell@coker.com.au> 1512574816 +1100	commit: Add mon/bin and mon-local.d to the list of dirs
-eaf3d06d92649f3dbc0fa089780f6a7c71c5fd73 add1baa61ed261f183e4bdfc420386a8552436b8 Russell Coker <russell@coker.com.au> 1512574881 +1100	commit: Use /run instead of /var/run
-add1baa61ed261f183e4bdfc420386a8552436b8 e2c3d659c68dfbe43b7dca832f165c5a890b4e2c Russell Coker <russell@coker.com.au> 1512574909 +1100	commit: Move the init.d script out of the debian dir
-e2c3d659c68dfbe43b7dca832f165c5a890b4e2c 0190f7a73b3f02dc58ed35a822335aa82b8ef951 Russell Coker <russell@coker.com.au> 1512574944 +1100	commit: Mostly move stuff out of the debian dir if it's not specific to debian.
-0190f7a73b3f02dc58ed35a822335aa82b8ef951 c3a1a4c6931a558f8bf568f01943dec936bd9ea4 Russell Coker <russell@coker.com.au> 1512575097 +1100	commit: Use /run instead of /var/run and add systemd support
-c3a1a4c6931a558f8bf568f01943dec936bd9ea4 386e4135b696a8c98b533e7aebe59835a2257a49 Russell Coker <russell@coker.com.au> 1512575372 +1100	commit: Remove patches that are now upstream
-386e4135b696a8c98b533e7aebe59835a2257a49 923928bf7bdf205fb61ae07b96fea5592407aeba Russell Coker <russell@coker.com.au> 1512575405 +1100	commit: Systemd support and adding mon/bin and mon-local.d directories
-923928bf7bdf205fb61ae07b96fea5592407aeba 5d25d4af602422e6c0b1b24602379293f9af9d59 Russell Coker <russell@coker.com.au> 1512575434 +1100	commit: Format 1.0 as now we are mostly Debian as upstream
-5d25d4af602422e6c0b1b24602379293f9af9d59 88e4706986de4700b35da9939f438ef421d4a4cb Russell Coker <russell@coker.com.au> 1512575467 +1100	commit: Use /run instead of /var/run and escape -
-88e4706986de4700b35da9939f438ef421d4a4cb ed018480f8da3ddf767d02408e06ec92306e993c Russell Coker <russell@coker.com.au> 1512575505 +1100	commit: Escape -
-ed018480f8da3ddf767d02408e06ec92306e993c c628bdf15a5a7ca83fbc2c01f2c3963773624484 Russell Coker <russell@coker.com.au> 1512575544 +1100	commit: Remove old init.d script
-c628bdf15a5a7ca83fbc2c01f2c3963773624484 830c0c53dd67d6ed186fc46118a638ce37113937 Russell Coker <russell@coker.com.au> 1512575571 +1100	commit: Use /run instead of /var/run and added @args to avoid warning (I think)
-830c0c53dd67d6ed186fc46118a638ce37113937 ba9a48c417f675e3e142cb3e96c15a29817235b1 Russell Coker <russell@coker.com.au> 1512575670 +1100	commit: Better handle Debian build flags, may not be ideal for non-Debian systems
-ba9a48c417f675e3e142cb3e96c15a29817235b1 647b98c6889c07512a091eaa661ae6744b1c7cf2 Russell Coker <russell@coker.com.au> 1512575832 +1100	commit: use Mon::SNMP instead of use SNMP
-647b98c6889c07512a091eaa661ae6744b1c7cf2 07952177f7360e52f6ea0a096cdaf68e01722291 Russell Coker <russell@coker.com.au> 1512575885 +1100	commit: Give a better summary
-07952177f7360e52f6ea0a096cdaf68e01722291 35c9bb9a2364c458cb453b17d8484600bf0b8ad6 Russell Coker <russell@coker.com.au> 1512575969 +1100	commit: Use Filesys::Df instead of Filesys::DiskSpace.
-35c9bb9a2364c458cb453b17d8484600bf0b8ad6 dc8d16f3360e1ef50c57e78164ba6331cc178f3c Russell Coker <russell@coker.com.au> 1512576055 +1100	commit: Move local test for freespace to mon-local.d
-dc8d16f3360e1ef50c57e78164ba6331cc178f3c 728e78d877145a709f4bb4a0e2c0f10ec2002b1e Russell Coker <russell@coker.com.au> 1512576180 +1100	commit: Add new local monitors:
-728e78d877145a709f4bb4a0e2c0f10ec2002b1e a1741ec392f52e8482b466d515e94ab2f416c64a Russell Coker <russell@coker.com.au> 1512576363 +1100	commit: Add ps.monitor from contrib and added some new features to it, including
-a1741ec392f52e8482b466d515e94ab2f416c64a 88d7929b8a96cb1015b1484c226b1dcc9b2eeda7 Russell Coker <russell@coker.com.au> 1512576417 +1100	commit: Make it work with strict
-88d7929b8a96cb1015b1484c226b1dcc9b2eeda7 657d6928fc1f47547ceb50eb8466c69700140e65 Russell Coker <russell@coker.com.au> 1512576482 +1100	commit: Add support for reading a password from a file so "ps" won't show passwords
-657d6928fc1f47547ceb50eb8466c69700140e65 3e6c6138934c34157393749fe3154e3a409f4bda Russell Coker <russell@coker.com.au> 1512576514 +1100	commit: Support specifying the ping count and also ping6
-3e6c6138934c34157393749fe3154e3a409f4bda 9f8922d3a44e1b5662d1e8aae6286a74efb63834 Russell Coker <russell@coker.com.au> 1512576624 +1100	commit: Use ||= for options in case they were already set and comment that a config
-9f8922d3a44e1b5662d1e8aae6286a74efb63834 85fc461036a20c9b5e067996ab22d55f6552c165 Russell Coker <rjc@aaa.coker.com.au> 1513758919 +1100	commit: Add all monitors to git
-85fc461036a20c9b5e067996ab22d55f6552c165 d01ff140845ab3c2b4c6dfb08bfe3e8afbcc044d Russell Coker <rjc@aaa.coker.com.au> 1513759375 +1100	commit: Track all source
-d01ff140845ab3c2b4c6dfb08bfe3e8afbcc044d 9864be268f4d50301a4f07bc46d3cd253ee7571f Russell Coker <rjc@aaa.coker.com.au> 1513759427 +1100	commit: Document change to smtpswaks
-9864be268f4d50301a4f07bc46d3cd253ee7571f 0f8d9b329e1a7b9617600b86ae3072a8ec30102d Russell Coker <rjc@aaa.coker.com.au> 1514651290 +1100	commit: add setrlimit
-0f8d9b329e1a7b9617600b86ae3072a8ec30102d bda92a000b71fa6ff999d1740786cb8a752d7e1c Russell Coker <rjc@aaa.coker.com.au> 1514651378 +1100	commit: Changelog for cpu limit in mailxmpp
-bda92a000b71fa6ff999d1740786cb8a752d7e1c d7a449dc5d0ce269c60cc4f97a0eeccff6c30a9b Russell Coker <russell@coker.com.au> 1520415694 +1100	commit: Changelog change for release
-d7a449dc5d0ce269c60cc4f97a0eeccff6c30a9b b7d86251b4eb905297716b714db403b8943d07f3 Russell Coker <russell@coker.com.au> 1520415746 +1100	pull: Merge made by the 'recursive' strategy.
-b7d86251b4eb905297716b714db403b8943d07f3 ce6b487922391b6b20f983f7425a190ec765f277 Russell Coker <russell@coker.com.au> 1526449793 +1000	commit: Add -s option to select whether HTTPS SNI should be used (default yes for port
-ce6b487922391b6b20f983f7425a190ec765f277 c90c6735aeaa2f3a92b2ff1413f162f081c8aa28 Russell Coker <russell@coker.com.au> 1526451500 +1000	commit: New upstream release and SNI support in sslcert.monitor
-c90c6735aeaa2f3a92b2ff1413f162f081c8aa28 9e0f07aaa81c402bf9484aab3b69cd9561d3d095 Russell Coker <russell@coker.com.au> 1527937880 +1000	commit: Check Received: headers for long delays and clock skew
-9e0f07aaa81c402bf9484aab3b69cd9561d3d095 67279e76648973b6ee1a34237789ad449dfdc30d Russell Coker <russell@coker.com.au> 1528027024 +1000	commit: Correctly handle Received dates, From: date, and delivery date.
-67279e76648973b6ee1a34237789ad449dfdc30d 5677b5d053268185f89b9ef5492c99ad312fa378 Russell Coker <russell@coker.com.au> 1529989536 +1000	commit: Removed defined() around hash and array checks, not supported in recent perl
-5677b5d053268185f89b9ef5492c99ad312fa378 505666380f4b81f34633dd674318cd1aca3d3ab1 Russell Coker <russell@coker.com.au> 1529990188 +1000	commit: Don't abort mon.cgi when $ONDS{$group} is invalid
-505666380f4b81f34633dd674318cd1aca3d3ab1 e8cc468b8b8f51612618072cd89ed9bb4a8e9061 Russell Coker <russell@coker.com.au> 1532224189 +1000	commit: Make loadavg report the system memory use
-e8cc468b8b8f51612618072cd89ed9bb4a8e9061 288ac0693d5a98232225271d0eb366f21cf1e3d4 Russell Coker <rjc@aaa.coker.com.au> 1532309265 +1000	commit: Change btrfs.monitor to use SUID helper instead of sudo and to check subvols too
-288ac0693d5a98232225271d0eb366f21cf1e3d4 6f8fa3ee313997acbc2833b4270db9311ff9a174 Russell Coker <rjc@aaa.coker.com.au> 1532310164 +1000	commit: New SETUID helper programs.
-6f8fa3ee313997acbc2833b4270db9311ff9a174 7cb07655c51a51d6e983ee3239df3125d6248457 Russell Coker <rjc@aaa.coker.com.au> 1532323500 +1000	commit: Change timestamp for release
diff -Nru etbemon-1.3.3/.git/logs/refs/heads/master etbemon-1.3.3/.git/logs/refs/heads/master
--- etbemon-1.3.3/.git/logs/refs/heads/master	2018-07-23 15:24:34.000000000 +1000
+++ etbemon-1.3.3/.git/logs/refs/heads/master	1970-01-01 10:00:00.000000000 +1000
@@ -1,54 +0,0 @@
-0000000000000000000000000000000000000000 edff5c0a55e12219a438c1e67f6feff4c0ba754e Russell Coker <russell@coker.com.au> 1512574016 +1100	initial pull
-edff5c0a55e12219a438c1e67f6feff4c0ba754e a1e18032c138a2af26d3b779904669728f8f6c1d Russell Coker <russell@coker.com.au> 1512574289 +1100	commit: Move template out of alert.d directory
-a1e18032c138a2af26d3b779904669728f8f6c1d e5e22e35547169888b18bbd338809622fda184e7 Russell Coker <russell@coker.com.au> 1512574316 +1100	commit: Don't use /tmp for security reasons
-e5e22e35547169888b18bbd338809622fda184e7 7b1d76289a3b1ee985575025a089de0f22ac19f4 Russell Coker <russell@coker.com.au> 1512574347 +1100	commit: Longer summary length as we are already over 80 chars
-7b1d76289a3b1ee985575025a089de0f22ac19f4 09cfd68e63c68a01a14ed2b14ec7552c3af6ddea Russell Coker <russell@coker.com.au> 1512574378 +1100	commit: All the latest changes.
-09cfd68e63c68a01a14ed2b14ec7552c3af6ddea 449fee8993c375739f31ddd58d9b78de642c8ad6 Russell Coker <russell@coker.com.au> 1512574401 +1100	commit: Depend on latest debhelper
-449fee8993c375739f31ddd58d9b78de642c8ad6 f688c7c9a2d447bf3dd23557f38797df93bc9bd0 Russell Coker <russell@coker.com.au> 1512574414 +1100	commit: Team maintenance and recommend more packages that monitors need
-f688c7c9a2d447bf3dd23557f38797df93bc9bd0 4cd5209313a5eb3cabfd56769e684181dae3915a Russell Coker <russell@coker.com.au> 1512574487 +1100	commit: don't use debian/docs
-4cd5209313a5eb3cabfd56769e684181dae3915a 493cc6ff7fd9e812f7fc01a10bd9782459f0a0a4 Russell Coker <russell@coker.com.au> 1512574576 +1100	commit: Move auth.cf to etc
-493cc6ff7fd9e812f7fc01a10bd9782459f0a0a4 f3f3a1fde8a41fee3a92dec0b0033fe6d4d087f9 Russell Coker <russell@coker.com.au> 1512574677 +1100	commit: Add mon-local.d dir and add more example entries
-f3f3a1fde8a41fee3a92dec0b0033fe6d4d087f9 5c0c29ebb2f40feccfead2e2cd4d213d92520e05 Russell Coker <russell@coker.com.au> 1512574705 +1100	commit: Move mon.cf to etc
-5c0c29ebb2f40feccfead2e2cd4d213d92520e05 c65949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4 Russell Coker <russell@coker.com.au> 1512574740 +1100	commit: Move monshowrc to etc dir
-c65949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4 8e27d13fb510bf6026bcd89f8de5de754dbabcdf Russell Coker <russell@coker.com.au> 1512574766 +1100	commit: Remove most entries, lets use /etc/mon/mon.cf for it
-8e27d13fb510bf6026bcd89f8de5de754dbabcdf 4eba223718103fb1a00c53970395192b82086e0d Russell Coker <russell@coker.com.au> 1512574794 +1100	commit: Add alert.template to the docs
-4eba223718103fb1a00c53970395192b82086e0d eaf3d06d92649f3dbc0fa089780f6a7c71c5fd73 Russell Coker <russell@coker.com.au> 1512574816 +1100	commit: Add mon/bin and mon-local.d to the list of dirs
-eaf3d06d92649f3dbc0fa089780f6a7c71c5fd73 add1baa61ed261f183e4bdfc420386a8552436b8 Russell Coker <russell@coker.com.au> 1512574881 +1100	commit: Use /run instead of /var/run
-add1baa61ed261f183e4bdfc420386a8552436b8 e2c3d659c68dfbe43b7dca832f165c5a890b4e2c Russell Coker <russell@coker.com.au> 1512574909 +1100	commit: Move the init.d script out of the debian dir
-e2c3d659c68dfbe43b7dca832f165c5a890b4e2c 0190f7a73b3f02dc58ed35a822335aa82b8ef951 Russell Coker <russell@coker.com.au> 1512574944 +1100	commit: Mostly move stuff out of the debian dir if it's not specific to debian.
-0190f7a73b3f02dc58ed35a822335aa82b8ef951 c3a1a4c6931a558f8bf568f01943dec936bd9ea4 Russell Coker <russell@coker.com.au> 1512575097 +1100	commit: Use /run instead of /var/run and add systemd support
-c3a1a4c6931a558f8bf568f01943dec936bd9ea4 386e4135b696a8c98b533e7aebe59835a2257a49 Russell Coker <russell@coker.com.au> 1512575372 +1100	commit: Remove patches that are now upstream
-386e4135b696a8c98b533e7aebe59835a2257a49 923928bf7bdf205fb61ae07b96fea5592407aeba Russell Coker <russell@coker.com.au> 1512575405 +1100	commit: Systemd support and adding mon/bin and mon-local.d directories
-923928bf7bdf205fb61ae07b96fea5592407aeba 5d25d4af602422e6c0b1b24602379293f9af9d59 Russell Coker <russell@coker.com.au> 1512575434 +1100	commit: Format 1.0 as now we are mostly Debian as upstream
-5d25d4af602422e6c0b1b24602379293f9af9d59 88e4706986de4700b35da9939f438ef421d4a4cb Russell Coker <russell@coker.com.au> 1512575467 +1100	commit: Use /run instead of /var/run and escape -
-88e4706986de4700b35da9939f438ef421d4a4cb ed018480f8da3ddf767d02408e06ec92306e993c Russell Coker <russell@coker.com.au> 1512575505 +1100	commit: Escape -
-ed018480f8da3ddf767d02408e06ec92306e993c c628bdf15a5a7ca83fbc2c01f2c3963773624484 Russell Coker <russell@coker.com.au> 1512575544 +1100	commit: Remove old init.d script
-c628bdf15a5a7ca83fbc2c01f2c3963773624484 830c0c53dd67d6ed186fc46118a638ce37113937 Russell Coker <russell@coker.com.au> 1512575571 +1100	commit: Use /run instead of /var/run and added @args to avoid warning (I think)
-830c0c53dd67d6ed186fc46118a638ce37113937 ba9a48c417f675e3e142cb3e96c15a29817235b1 Russell Coker <russell@coker.com.au> 1512575670 +1100	commit: Better handle Debian build flags, may not be ideal for non-Debian systems
-ba9a48c417f675e3e142cb3e96c15a29817235b1 647b98c6889c07512a091eaa661ae6744b1c7cf2 Russell Coker <russell@coker.com.au> 1512575832 +1100	commit: use Mon::SNMP instead of use SNMP
-647b98c6889c07512a091eaa661ae6744b1c7cf2 07952177f7360e52f6ea0a096cdaf68e01722291 Russell Coker <russell@coker.com.au> 1512575885 +1100	commit: Give a better summary
-07952177f7360e52f6ea0a096cdaf68e01722291 35c9bb9a2364c458cb453b17d8484600bf0b8ad6 Russell Coker <russell@coker.com.au> 1512575969 +1100	commit: Use Filesys::Df instead of Filesys::DiskSpace.
-35c9bb9a2364c458cb453b17d8484600bf0b8ad6 dc8d16f3360e1ef50c57e78164ba6331cc178f3c Russell Coker <russell@coker.com.au> 1512576055 +1100	commit: Move local test for freespace to mon-local.d
-dc8d16f3360e1ef50c57e78164ba6331cc178f3c 728e78d877145a709f4bb4a0e2c0f10ec2002b1e Russell Coker <russell@coker.com.au> 1512576180 +1100	commit: Add new local monitors:
-728e78d877145a709f4bb4a0e2c0f10ec2002b1e a1741ec392f52e8482b466d515e94ab2f416c64a Russell Coker <russell@coker.com.au> 1512576363 +1100	commit: Add ps.monitor from contrib and added some new features to it, including
-a1741ec392f52e8482b466d515e94ab2f416c64a 88d7929b8a96cb1015b1484c226b1dcc9b2eeda7 Russell Coker <russell@coker.com.au> 1512576417 +1100	commit: Make it work with strict
-88d7929b8a96cb1015b1484c226b1dcc9b2eeda7 657d6928fc1f47547ceb50eb8466c69700140e65 Russell Coker <russell@coker.com.au> 1512576482 +1100	commit: Add support for reading a password from a file so "ps" won't show passwords
-657d6928fc1f47547ceb50eb8466c69700140e65 3e6c6138934c34157393749fe3154e3a409f4bda Russell Coker <russell@coker.com.au> 1512576514 +1100	commit: Support specifying the ping count and also ping6
-3e6c6138934c34157393749fe3154e3a409f4bda 9f8922d3a44e1b5662d1e8aae6286a74efb63834 Russell Coker <russell@coker.com.au> 1512576624 +1100	commit: Use ||= for options in case they were already set and comment that a config
-9f8922d3a44e1b5662d1e8aae6286a74efb63834 85fc461036a20c9b5e067996ab22d55f6552c165 Russell Coker <rjc@aaa.coker.com.au> 1513758919 +1100	commit: Add all monitors to git
-85fc461036a20c9b5e067996ab22d55f6552c165 d01ff140845ab3c2b4c6dfb08bfe3e8afbcc044d Russell Coker <rjc@aaa.coker.com.au> 1513759375 +1100	commit: Track all source
-d01ff140845ab3c2b4c6dfb08bfe3e8afbcc044d 9864be268f4d50301a4f07bc46d3cd253ee7571f Russell Coker <rjc@aaa.coker.com.au> 1513759427 +1100	commit: Document change to smtpswaks
-9864be268f4d50301a4f07bc46d3cd253ee7571f 0f8d9b329e1a7b9617600b86ae3072a8ec30102d Russell Coker <rjc@aaa.coker.com.au> 1514651290 +1100	commit: add setrlimit
-0f8d9b329e1a7b9617600b86ae3072a8ec30102d bda92a000b71fa6ff999d1740786cb8a752d7e1c Russell Coker <rjc@aaa.coker.com.au> 1514651378 +1100	commit: Changelog for cpu limit in mailxmpp
-bda92a000b71fa6ff999d1740786cb8a752d7e1c d7a449dc5d0ce269c60cc4f97a0eeccff6c30a9b Russell Coker <russell@coker.com.au> 1520415694 +1100	commit: Changelog change for release
-d7a449dc5d0ce269c60cc4f97a0eeccff6c30a9b b7d86251b4eb905297716b714db403b8943d07f3 Russell Coker <russell@coker.com.au> 1520415746 +1100	pull: Merge made by the 'recursive' strategy.
-b7d86251b4eb905297716b714db403b8943d07f3 ce6b487922391b6b20f983f7425a190ec765f277 Russell Coker <russell@coker.com.au> 1526449793 +1000	commit: Add -s option to select whether HTTPS SNI should be used (default yes for port
-ce6b487922391b6b20f983f7425a190ec765f277 c90c6735aeaa2f3a92b2ff1413f162f081c8aa28 Russell Coker <russell@coker.com.au> 1526451500 +1000	commit: New upstream release and SNI support in sslcert.monitor
-c90c6735aeaa2f3a92b2ff1413f162f081c8aa28 9e0f07aaa81c402bf9484aab3b69cd9561d3d095 Russell Coker <russell@coker.com.au> 1527937880 +1000	commit: Check Received: headers for long delays and clock skew
-9e0f07aaa81c402bf9484aab3b69cd9561d3d095 67279e76648973b6ee1a34237789ad449dfdc30d Russell Coker <russell@coker.com.au> 1528027024 +1000	commit: Correctly handle Received dates, From: date, and delivery date.
-67279e76648973b6ee1a34237789ad449dfdc30d 5677b5d053268185f89b9ef5492c99ad312fa378 Russell Coker <russell@coker.com.au> 1529989536 +1000	commit: Removed defined() around hash and array checks, not supported in recent perl
-5677b5d053268185f89b9ef5492c99ad312fa378 505666380f4b81f34633dd674318cd1aca3d3ab1 Russell Coker <russell@coker.com.au> 1529990188 +1000	commit: Don't abort mon.cgi when $ONDS{$group} is invalid
-505666380f4b81f34633dd674318cd1aca3d3ab1 e8cc468b8b8f51612618072cd89ed9bb4a8e9061 Russell Coker <russell@coker.com.au> 1532224189 +1000	commit: Make loadavg report the system memory use
-e8cc468b8b8f51612618072cd89ed9bb4a8e9061 288ac0693d5a98232225271d0eb366f21cf1e3d4 Russell Coker <rjc@aaa.coker.com.au> 1532309265 +1000	commit: Change btrfs.monitor to use SUID helper instead of sudo and to check subvols too
-288ac0693d5a98232225271d0eb366f21cf1e3d4 6f8fa3ee313997acbc2833b4270db9311ff9a174 Russell Coker <rjc@aaa.coker.com.au> 1532310164 +1000	commit: New SETUID helper programs.
-6f8fa3ee313997acbc2833b4270db9311ff9a174 7cb07655c51a51d6e983ee3239df3125d6248457 Russell Coker <rjc@aaa.coker.com.au> 1532323500 +1000	commit: Change timestamp for release
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/00/938c982502944d81f64e8c7b28cd5a9432755c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/00/938c982502944d81f64e8c7b28cd5a9432755c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/00/cfae76dbb5874eafe513b489c54222602c3944 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/00/cfae76dbb5874eafe513b489c54222602c3944 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/01/90f7a73b3f02dc58ed35a822335aa82b8ef951 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/01/90f7a73b3f02dc58ed35a822335aa82b8ef951 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/02/d1d4c2aff6df5382faf8da43588d14661cd2c4 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/02/d1d4c2aff6df5382faf8da43588d14661cd2c4 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/03/740a52b1ef58552f6c8109e925ad9fa9018df6 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/03/740a52b1ef58552f6c8109e925ad9fa9018df6 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/04/415550f2f30fb5644ed879063359b61bed981c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/04/415550f2f30fb5644ed879063359b61bed981c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/04/e34e293afc313385b0c914b6f463a102336f3c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/04/e34e293afc313385b0c914b6f463a102336f3c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/04/fffc0fc55067d94d0daee3e9a9efc44d9f78ba and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/04/fffc0fc55067d94d0daee3e9a9efc44d9f78ba differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/05/3664aa2e7e3c0d04265d0e7cdb14d79dfacfff and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/05/3664aa2e7e3c0d04265d0e7cdb14d79dfacfff differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/07/66f000a6f3734f01d181b16416c1b41d8094de and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/07/66f000a6f3734f01d181b16416c1b41d8094de differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/07/6d7b87faa6e7f2b54e873c010cbb3e98f6602f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/07/6d7b87faa6e7f2b54e873c010cbb3e98f6602f differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/07/952177f7360e52f6ea0a096cdaf68e01722291 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/07/952177f7360e52f6ea0a096cdaf68e01722291 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/07/e6951bb6c87bda5d59faec44278d4e7841a205 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/07/e6951bb6c87bda5d59faec44278d4e7841a205 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/08/b1d6780604515eecfb9da6589ba354f687d0ed and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/08/b1d6780604515eecfb9da6589ba354f687d0ed differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/09/c94ea027b07f2ee822bcbfdf2416ae53ee9dc2 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/09/c94ea027b07f2ee822bcbfdf2416ae53ee9dc2 differ
diff -Nru etbemon-1.3.3/.git/objects/09/cfd68e63c68a01a14ed2b14ec7552c3af6ddea etbemon-1.3.3/.git/objects/09/cfd68e63c68a01a14ed2b14ec7552c3af6ddea
--- etbemon-1.3.3/.git/objects/09/cfd68e63c68a01a14ed2b14ec7552c3af6ddea	2017-12-07 02:33:05.000000000 +1100
+++ etbemon-1.3.3/.git/objects/09/cfd68e63c68a01a14ed2b14ec7552c3af6ddea	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xŽQªÂ0EýÎ*æÿAI&‰“‘÷pî`šN¬ØÚGšîߊ;ðóp9œ›—y¾7À­ªÂ±OÈ6…Hg¯TDˆ°PÑÄ䯨”ÙüKÕgêÝ@GL,¾wªœb¤h1ŠM<¨-ˆ’—`dkãRậ«N\–‡V8Õþæ7vy™;ÙÎà¢ÃHÁS‚ç¬5û°¿l»ñoþöd&iº6È£<oºvæBzMµ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/0e/cc65698e2829f6fc6e18f5e1e4793c98dcba16 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/0e/cc65698e2829f6fc6e18f5e1e4793c98dcba16 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/0f/1a3f9bd54559a4379076891888ec688102bc1b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/0f/1a3f9bd54559a4379076891888ec688102bc1b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/0f/8d9b329e1a7b9617600b86ae3072a8ec30102d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/0f/8d9b329e1a7b9617600b86ae3072a8ec30102d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/0f/e319e56bd00361d31f679bd2b9d79c511fba9a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/0f/e319e56bd00361d31f679bd2b9d79c511fba9a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/10/79f64dce7c1fe581d3a8dcad3bcb942eae442b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/10/79f64dce7c1fe581d3a8dcad3bcb942eae442b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/11/0b3fea820821c6e8a354d3caa71b912e027199 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/11/0b3fea820821c6e8a354d3caa71b912e027199 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/11/2966559320471cc7b9d5598a519b1681bd7430 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/11/2966559320471cc7b9d5598a519b1681bd7430 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/12/418dfd19ed491aa9688b481aeb78bbb4448659 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/12/418dfd19ed491aa9688b481aeb78bbb4448659 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/12/80d089d5797013ecb60408e45b1c35212a1042 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/12/80d089d5797013ecb60408e45b1c35212a1042 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/14/56a48cd20287f69ca732c32194a11aef5e99cf and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/14/56a48cd20287f69ca732c32194a11aef5e99cf differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/16/8ec518624cc6f28bf0987b9bfb8f227a48d75f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/16/8ec518624cc6f28bf0987b9bfb8f227a48d75f differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/16/97c40628c533be63134c3ff29cd699e9381c78 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/16/97c40628c533be63134c3ff29cd699e9381c78 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/1a/5faa1b28408ff4988c7c758975aa1a73225d71 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/1a/5faa1b28408ff4988c7c758975aa1a73225d71 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/1a/8473941d3f242fb31efa6e940a2cb27bf00979 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/1a/8473941d3f242fb31efa6e940a2cb27bf00979 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/20/2bd9daa7aded26b7c7a6b245654c21cb22fea9 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/20/2bd9daa7aded26b7c7a6b245654c21cb22fea9 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/21/4f16292f8063707f6e452798b8cb827e0c6cab and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/21/4f16292f8063707f6e452798b8cb827e0c6cab differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/21/95e69453efa9fff3aaf4fd86f1a4a920d0f520 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/21/95e69453efa9fff3aaf4fd86f1a4a920d0f520 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/21/fbff736ef34fd91df9ace19973c1cda648d5b5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/21/fbff736ef34fd91df9ace19973c1cda648d5b5 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/22/a325bcbedcf44117602fccba339fdae66fce5f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/22/a325bcbedcf44117602fccba339fdae66fce5f differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/24/07e2f92370ad6e6dd76546c07a7af79321d55e and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/24/07e2f92370ad6e6dd76546c07a7af79321d55e differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/28/8ac0693d5a98232225271d0eb366f21cf1e3d4 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/28/8ac0693d5a98232225271d0eb366f21cf1e3d4 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/28/e247299bed0e6469c37f292a611013ba5be7b3 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/28/e247299bed0e6469c37f292a611013ba5be7b3 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/29/24745bd1b348ea3626014c51ef856b058c1027 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/29/24745bd1b348ea3626014c51ef856b058c1027 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/29/787e4518272bc9356f950214e41da119db3321 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/29/787e4518272bc9356f950214e41da119db3321 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/2c/16bdd01fe2ed0c37756d507fe59524c00d2942 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/2c/16bdd01fe2ed0c37756d507fe59524c00d2942 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/2d/2a227adabd09b5ac779662fdf62914461d52f4 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/2d/2a227adabd09b5ac779662fdf62914461d52f4 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/33/801967cfc58aca79b2ce8b23b021f1f7b3b6a7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/33/801967cfc58aca79b2ce8b23b021f1f7b3b6a7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/34/d1aea7778694839be16d3135521372dca435c3 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/34/d1aea7778694839be16d3135521372dca435c3 differ
diff -Nru etbemon-1.3.3/.git/objects/35/c9bb9a2364c458cb453b17d8484600bf0b8ad6 etbemon-1.3.3/.git/objects/35/c9bb9a2364c458cb453b17d8484600bf0b8ad6
--- etbemon-1.3.3/.git/objects/35/c9bb9a2364c458cb453b17d8484600bf0b8ad6	2017-12-07 03:00:31.000000000 +1100
+++ etbemon-1.3.3/.git/objects/35/c9bb9a2364c458cb453b17d8484600bf0b8ad6	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xËJ1E]ç+j¯4y˜ÎdÑQ³ññéT…ýH“¤ü{»qãÚMÁ¹·.Ô-Ÿ¦)VP·æªf"@:„.tÆrK^ãAq‹2(’Æ+…¡ãÑíÙâ2͸±Z
-c‚Q-'-CKŽ;n[.´âÂH)­`n­}Êð¾–BãOi wùüŽOSãÖ{ZHm´m-\Á9ÛŒíʺ%þ—g_…à%ŽT¾Ëñø Î¥’CHáËð±8O
;»`{Ë%å.±öPjŽ¾6ìʺ,)W[Ÿs<ÝÀë>ÜŒðOû!¼Í	©€ïÉ
û©;pé
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/36/fb8e317315137258cc2c0bc850b0e35a852083 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/36/fb8e317315137258cc2c0bc850b0e35a852083 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/38/61d1757e24216fdfd21802f8c8f119b136be9a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/38/61d1757e24216fdfd21802f8c8f119b136be9a differ
diff -Nru etbemon-1.3.3/.git/objects/38/6e4135b696a8c98b533e7aebe59835a2257a49 etbemon-1.3.3/.git/objects/38/6e4135b696a8c98b533e7aebe59835a2257a49
--- etbemon-1.3.3/.git/objects/38/6e4135b696a8c98b533e7aebe59835a2257a49	2017-12-07 02:49:44.000000000 +1100
+++ etbemon-1.3.3/.git/objects/38/6e4135b696a8c98b533e7aebe59835a2257a49	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xAjÃ0E»Ö)fIcKPJ!7È
Æã1"#Ëíõ«dùø<x_JηŽÆVU]´³i¦1½Ê4Ø`£šP<9tŒ68³qÕGñŒdH™(.qZhˆ‹Åü¬’ü0ÍI9>ÚZ*\}×û.åG+|Ö~ËÏRò™/@ÂD~tpB´Öô¡W¶n¼ç›«æò«°q“Uwh+7èàQþàØö~³ù¼¶Rc
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/3a/65572ed3f5f64abec466eb50382eeeb8a15dd1 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/3a/65572ed3f5f64abec466eb50382eeeb8a15dd1 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/3b/0b276c6403353e8cc2b3a61c60d827f80675b3 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/3b/0b276c6403353e8cc2b3a61c60d827f80675b3 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/3b/3f28c5e3b546e4c86ac13767cf8f1c886f563b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/3b/3f28c5e3b546e4c86ac13767cf8f1c886f563b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/3c/2ee7f867243a82c5904f3122fc241cf78f0e3c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/3c/2ee7f867243a82c5904f3122fc241cf78f0e3c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/3d/33fe989ac7f3c3fb31a7c953d5af268ab32375 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/3d/33fe989ac7f3c3fb31a7c953d5af268ab32375 differ
diff -Nru etbemon-1.3.3/.git/objects/3e/6c6138934c34157393749fe3154e3a409f4bda etbemon-1.3.3/.git/objects/3e/6c6138934c34157393749fe3154e3a409f4bda
--- etbemon-1.3.3/.git/objects/3e/6c6138934c34157393749fe3154e3a409f4bda	2017-12-07 03:09:17.000000000 +1100
+++ etbemon-1.3.3/.git/objects/3e/6c6138934c34157393749fe3154e3a409f4bda	1970-01-01 10:00:00.000000000 +1000
@@ -1,3 +0,0 @@
-xQjÄ0DûíSè¿°X‰-'°”BoО@ÖÊÝÐ$6ŽýÑÛ7ÛÞ óf˜‘¼mKƒæ§VU!Æa@Ç‘'
ɍAЏ”10Ùqµl
-Wݐ7š‡)	&¼¢Ñ[“#šƒµè¬’7ÜÛ=WxïÇ¡ë
-oùK+\ë¾Ê/’·÷@ƒäÑÁ3¢µæΕílü¯o>z)¹68ŠÊ’¾—ýÚ]¡<„ä~áý¼ù×#óèÓW¢
\ No newline at end of file
diff -Nru etbemon-1.3.3/.git/objects/3e/d809fb491c6a444d67eb56ab1a007de7d3ed86 etbemon-1.3.3/.git/objects/3e/d809fb491c6a444d67eb56ab1a007de7d3ed86
--- etbemon-1.3.3/.git/objects/3e/d809fb491c6a444d67eb56ab1a007de7d3ed86	2018-07-23 11:27:45.000000000 +1000
+++ etbemon-1.3.3/.git/objects/3e/d809fb491c6a444d67eb56ab1a007de7d3ed86	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xíTÛjÛ@í³¾âÄ¥­œÚ
-¥„¶.ôbC °RpMÐe7^*ïŠÝ•S“øß3#¥‰
u›—@ú iwvfΙ³¥…I¿y{ðì¹ÒYQåœÏ•y=û¬…–®ã—¥p›áJ+JÞŒ9J½J”çh ´Ç<Q:äEb/³6²Yb±»K›E\€’!Ÿ`§‡ýˆödi©F†Ô_XÛF«?žßá¸r®™’KÌM¥}i¸¹‘ø<FªÄÁ‹ùwÝŠÞ×ͬð•Õˆy·¢§Tù…ç7zÆþë<"²£×ヿPdBhùv Q8ÁntdºWÎ'¾r„ßm(R«¾¼;‰˜È^Ì<~I²]”ºr?)eì`}ðfôZïóÃAÿÛá¸ÿ5¼‡»¹Á9ÇFãOã³Ñ}üqú[i­ô%Ro¥C.*àAÝŸ9ñ•°Rôi.¿ñ2£é²³™*ò²ˆ›LI¯k´:©Ò¤EÆhpxUCÑ‚½5‰§mœœaÕ,~Šl®5ëRÂÃöÎ)Ûl÷%ѯ<¸Gå^ð@ëÕ“îô·Vk¼ößeOç2W¥S  ÑSš¬a“1Ò?å±UÜÖ´…
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/3f/42f33e0e3087a93257652ec063d410d81832ba and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/3f/42f33e0e3087a93257652ec063d410d81832ba differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/40/e62d0469ab49192ab74d22248578d0c99af0ae and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/40/e62d0469ab49192ab74d22248578d0c99af0ae differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/42/3269b7002a5005ef095478b1e7e9489cbb6d43 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/42/3269b7002a5005ef095478b1e7e9489cbb6d43 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/42/65e4f200013da81009e7db789c47be381a1eb7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/42/65e4f200013da81009e7db789c47be381a1eb7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/42/f9648973fa91a5500f8713a5da386b50271e50 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/42/f9648973fa91a5500f8713a5da386b50271e50 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/43/3a8d1080a638996ba898ecd0de5a27a52a0c5c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/43/3a8d1080a638996ba898ecd0de5a27a52a0c5c differ
diff -Nru etbemon-1.3.3/.git/objects/44/9fee8993c375739f31ddd58d9b78de642c8ad6 etbemon-1.3.3/.git/objects/44/9fee8993c375739f31ddd58d9b78de642c8ad6
--- etbemon-1.3.3/.git/objects/44/9fee8993c375739f31ddd58d9b78de642c8ad6	2017-12-07 02:33:30.000000000 +1100
+++ etbemon-1.3.3/.git/objects/44/9fee8993c375739f31ddd58d9b78de642c8ad6	1970-01-01 10:00:00.000000000 +1000
@@ -1,4 +0,0 @@
-xŽ]
-Â0„}Î)ö](Iš_ôÞ`»ÙR±mJšÞ߈7ðeàc惡¼,¯
-ÚøS-Ì eìÅ ­ÔјÔèòƒ”,FÓko-‰
¯d¤1¹À®'P*T†“ZR›iêqt)1
-<ê”<}çy†{~sKù፾ØQ^:<® ¬ÒÖ#œ•’R´¢½¬ÍøÏÞxMW˜±ò^!ñ0ñ¼q"°OK
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/45/3ecf25c293b6451f2f8c09e6453ccad2e17121 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/45/3ecf25c293b6451f2f8c09e6453ccad2e17121 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/46/80894a305ed0a10c510268beeb29d42f9e0255 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/46/80894a305ed0a10c510268beeb29d42f9e0255 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/49/125ab10d832eb02981dbf48065faec03e5db86 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/49/125ab10d832eb02981dbf48065faec03e5db86 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/49/303e88d4a1b8351de271c8a6367625239a4473 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/49/303e88d4a1b8351de271c8a6367625239a4473 differ
diff -Nru etbemon-1.3.3/.git/objects/49/3cc6ff7fd9e812f7fc01a10bd9782459f0a0a4 etbemon-1.3.3/.git/objects/49/3cc6ff7fd9e812f7fc01a10bd9782459f0a0a4
--- etbemon-1.3.3/.git/objects/49/3cc6ff7fd9e812f7fc01a10bd9782459f0a0a4	2017-12-07 02:36:25.000000000 +1100
+++ etbemon-1.3.3/.git/objects/49/3cc6ff7fd9e812f7fc01a10bd9782459f0a0a4	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽK
-Â0@]ç³J¦ùƒˆàڍ7˜L'(Z#1õüV¼ËÇãÁã:Ï×£Õ›ÞD p0‚TRÞ•BÚú§T¼I9EuÈX£zR“GË“u2hÈI6L¹LΟÄG‹'“Б¢¥_jƒóòzÉýÇz“»öÃqà:´ìŽ.X<lµV«X/ûZü׫S}|.Ð+HgõmL—
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/4a/b78e421c010dd4d0c48db19078cdb6409f117a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/4a/b78e421c010dd4d0c48db19078cdb6409f117a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/4c/d5209313a5eb3cabfd56769e684181dae3915a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/4c/d5209313a5eb3cabfd56769e684181dae3915a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/4e/ba223718103fb1a00c53970395192b82086e0d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/4e/ba223718103fb1a00c53970395192b82086e0d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/50/5666380f4b81f34633dd674318cd1aca3d3ab1 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/50/5666380f4b81f34633dd674318cd1aca3d3ab1 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/51/553f31a4fa883b45c152de4d9b819615a3a8a5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/51/553f31a4fa883b45c152de4d9b819615a3a8a5 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/52/389b643378a62827c07418d72c99eadcff176b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/52/389b643378a62827c07418d72c99eadcff176b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/52/bc8e31e2357d05eea093cb05ed801308eef619 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/52/bc8e31e2357d05eea093cb05ed801308eef619 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/53/b965a7706b4be09cc3248530283598e39617a7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/53/b965a7706b4be09cc3248530283598e39617a7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/54/178603bcc8a1b48b0ac5619b103655b3983cf6 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/54/178603bcc8a1b48b0ac5619b103655b3983cf6 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/56/77b5d053268185f89b9ef5492c99ad312fa378 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/56/77b5d053268185f89b9ef5492c99ad312fa378 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/58/1249edf5e771cd7e4de8051ae0d1ff48d4c462 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/58/1249edf5e771cd7e4de8051ae0d1ff48d4c462 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/58/4f37068ff6515d9d9691b18a73c6959730ff61 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/58/4f37068ff6515d9d9691b18a73c6959730ff61 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/59/addd37a68c47f19b662bd462a1a558126bd660 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/59/addd37a68c47f19b662bd462a1a558126bd660 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/5a/a566519062994a81329cb3ea5cec55570f12fe and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/5a/a566519062994a81329cb3ea5cec55570f12fe differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/5b/ffdcfaef78bcbfef6ee0652b163e359bff5172 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/5b/ffdcfaef78bcbfef6ee0652b163e359bff5172 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/5c/0c29ebb2f40feccfead2e2cd4d213d92520e05 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/5c/0c29ebb2f40feccfead2e2cd4d213d92520e05 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/5c/a90f1eb06400bb6745914c0944481478091710 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/5c/a90f1eb06400bb6745914c0944481478091710 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/5d/25d4af602422e6c0b1b24602379293f9af9d59 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/5d/25d4af602422e6c0b1b24602379293f9af9d59 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/5e/b4a493ad63e360a85e8cb743597749d1bf162c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/5e/b4a493ad63e360a85e8cb743597749d1bf162c differ
diff -Nru etbemon-1.3.3/.git/objects/64/7b98c6889c07512a091eaa661ae6744b1c7cf2 etbemon-1.3.3/.git/objects/64/7b98c6889c07512a091eaa661ae6744b1c7cf2
--- etbemon-1.3.3/.git/objects/64/7b98c6889c07512a091eaa661ae6744b1c7cf2	2017-12-07 02:57:28.000000000 +1100
+++ etbemon-1.3.3/.git/objects/64/7b98c6889c07512a091eaa661ae6744b1c7cf2	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽAŠ1E]çµ$•¤L"Ã0àZ=A’® hw†túþ¦ñîþÿ?•q|4Pd6­2ƒM†ì\dŠÖöhô }PÞæÁ •Ng”$þCå©A>—:È{K¬JQ³ß'¤.9´JSD–v/®Ë<óëÇòä
-?õSÿÒZw©Œ»°ü*²ä´‚-¢”¢ƒþ²uã;_,3éL‡Ãí|ºÀcš‡J†¬›xP
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/65/7d6928fc1f47547ceb50eb8466c69700140e65 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/65/7d6928fc1f47547ceb50eb8466c69700140e65 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/66/58453c206f37e9d4ea665b0ad31ecc8021963b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/66/58453c206f37e9d4ea665b0ad31ecc8021963b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/66/d155e1e7b41458e93472aa1f2d9769384db163 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/66/d155e1e7b41458e93472aa1f2d9769384db163 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/67/279e76648973b6ee1a34237789ad449dfdc30d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/67/279e76648973b6ee1a34237789ad449dfdc30d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6a/5ec180eb0696cb480e6588a260aa810446224d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6a/5ec180eb0696cb480e6588a260aa810446224d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6b/4c74f88bef2664b592b62c43d0b292572abce5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6b/4c74f88bef2664b592b62c43d0b292572abce5 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6b/82908457d9c3e7faa772f7fe897392d3e2e7c9 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6b/82908457d9c3e7faa772f7fe897392d3e2e7c9 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6c/d484bdfec20969dadf2909fc3c54ddbf387cfa and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6c/d484bdfec20969dadf2909fc3c54ddbf387cfa differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6d/93c7944dab5811873bdcd5494e533a842c3b39 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6d/93c7944dab5811873bdcd5494e533a842c3b39 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6e/fee6a2818dfa07b4c669c9e224b998a22ff6d2 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6e/fee6a2818dfa07b4c669c9e224b998a22ff6d2 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/6f/8fa3ee313997acbc2833b4270db9311ff9a174 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/6f/8fa3ee313997acbc2833b4270db9311ff9a174 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/71/fe92f98dedb1005ec7e5488ab34839308c9f53 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/71/fe92f98dedb1005ec7e5488ab34839308c9f53 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/72/8e78d877145a709f4bb4a0e2c0f10ec2002b1e and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/72/8e78d877145a709f4bb4a0e2c0f10ec2002b1e differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/72/cf6e64b1842b6f05f8c5ba07b5bfd7fa8a1885 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/72/cf6e64b1842b6f05f8c5ba07b5bfd7fa8a1885 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/75/9f32948bf0a27e37f405afe769a49a4884d44c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/75/9f32948bf0a27e37f405afe769a49a4884d44c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/75/b94e2bf4eb9fa1203ca829adb25b6b135f2467 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/75/b94e2bf4eb9fa1203ca829adb25b6b135f2467 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/76/76787c06316220434f0b069b790116ee20e055 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/76/76787c06316220434f0b069b790116ee20e055 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/76/c40380f9f4a8d6d0296692118ddd56dd0c3b1c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/76/c40380f9f4a8d6d0296692118ddd56dd0c3b1c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/77/522420e2865c2b23f49091b6abdecfd112058c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/77/522420e2865c2b23f49091b6abdecfd112058c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/77/c8827906fe6610dc7f12b170f6df3b8a5a1de7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/77/c8827906fe6610dc7f12b170f6df3b8a5a1de7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/77/e70484e9078e6ceeb93dc6dab8683885acb371 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/77/e70484e9078e6ceeb93dc6dab8683885acb371 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/78/24e749bc6414f484fb9916ae36b817f11c12f4 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/78/24e749bc6414f484fb9916ae36b817f11c12f4 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/78/42a7f761d4efb8524c18727e34381877ca058f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/78/42a7f761d4efb8524c18727e34381877ca058f differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/78/456d2cd6687197ef342c7d759e44a1562acc1d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/78/456d2cd6687197ef342c7d759e44a1562acc1d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/78/b5ed9ddbd41d0338b5e3f686440cfe8d21cc4a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/78/b5ed9ddbd41d0338b5e3f686440cfe8d21cc4a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/79/433e28e2729508dae5473ad33ae009c8ec0687 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/79/433e28e2729508dae5473ad33ae009c8ec0687 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/7b/1d76289a3b1ee985575025a089de0f22ac19f4 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/7b/1d76289a3b1ee985575025a089de0f22ac19f4 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/7c/259434c66dea7abea95d4f780408eeac0e106a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/7c/259434c66dea7abea95d4f780408eeac0e106a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/7c/819bd6a4e02b1db566f559b99201e9ff5d8912 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/7c/819bd6a4e02b1db566f559b99201e9ff5d8912 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/7c/8a4344b764f75d6b73a3f02ff5c2f30395ab87 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/7c/8a4344b764f75d6b73a3f02ff5c2f30395ab87 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/7c/9181af88be5b771af43d09a297fd417083f105 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/7c/9181af88be5b771af43d09a297fd417083f105 differ
diff -Nru etbemon-1.3.3/.git/objects/7c/b07655c51a51d6e983ee3239df3125d6248457 etbemon-1.3.3/.git/objects/7c/b07655c51a51d6e983ee3239df3125d6248457
--- etbemon-1.3.3/.git/objects/7c/b07655c51a51d6e983ee3239df3125d6248457	2018-07-23 15:24:34.000000000 +1000
+++ etbemon-1.3.3/.git/objects/7c/b07655c51a51d6e983ee3239df3125d6248457	1970-01-01 10:00:00.000000000 +1000
@@ -1,3 +0,0 @@
-xŽ]
-Â0„}Î)ö]M¶i¼7Øl7þ5VÒôþÆ+ÈÀÀ0|ðÉ’ó£‚ë®UK—$²&O(:ÆÞö<ùmˆHnò8Ò`>\ô]¡OcbR%K!,QÜH;7àY›R`;t†·z_
-\·uÕy†ËòÒÇò”33ä7[ço'°ž\‹G„½EDÓŽfYño.w~ßê#ëZ9 5—¢³òªæ:`OË
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/81/23d164dc24fcfc62894604099a80aaab5033d5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/81/23d164dc24fcfc62894604099a80aaab5033d5 differ
diff -Nru etbemon-1.3.3/.git/objects/83/0c0c53dd67d6ed186fc46118a638ce37113937 etbemon-1.3.3/.git/objects/83/0c0c53dd67d6ed186fc46118a638ce37113937
--- etbemon-1.3.3/.git/objects/83/0c0c53dd67d6ed186fc46118a638ce37113937	2017-12-07 02:54:04.000000000 +1100
+++ etbemon-1.3.3/.git/objects/83/0c0c53dd67d6ed186fc46118a638ce37113937	1970-01-01 10:00:00.000000000 +1000
@@ -1,3 +0,0 @@
-xŽAjÃ0E»ö)fÙRH¤‘å±!„@VÝz€±4JDb©Hrzýºí
º|ïó໼,±NøÔŠˆ¡ÞéiV³ 
-Š”U8©mÏèh˜F
-Ò}r‘ÔÀ
8Î>hË–ÉñhÂìÐ)Йi0DfÀ¾ûŽ×vÍÞ×Zå~‡s¾ICùÓûÁËËŽ×#h«Ñ’µ¤áUk¥ºmØ^¶­ø_ß}T}YÄT›°‡`ÿàòë8y`ïÅÉ˥BËÀ=|qI1]àù
Ú5¦ÛK÷
.]£
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/85/1cd9cf5b8ff5fc543bceb32b5477e05421c5fc and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/85/1cd9cf5b8ff5fc543bceb32b5477e05421c5fc differ
diff -Nru etbemon-1.3.3/.git/objects/85/fc461036a20c9b5e067996ab22d55f6552c165 etbemon-1.3.3/.git/objects/85/fc461036a20c9b5e067996ab22d55f6552c165
--- etbemon-1.3.3/.git/objects/85/fc461036a20c9b5e067996ab22d55f6552c165	2017-12-20 19:35:36.000000000 +1100
+++ etbemon-1.3.3/.git/objects/85/fc461036a20c9b5e067996ab22d55f6552c165	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xŽ]jÃ0„û¬Sì{!xõ³^A)	½Ao°–V‰Û8*²|ÿ*WÈËÀÇð1“궭¬÷o½©Â¤)Q ÈjÙÆB%‘"— ¨~Ž.EÎi$ó'Mbáhmvâ½âˆlFe%Ë$³×²cçýV|û®÷;|Õ_mðÑ~ÒYDNé‰#·“Ÿ€Ý8b„wÄi2£/û0^óÍ%g1»ÕÇÚkÛ¡W¸®Ýü^sMl
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/86/208db2e22cee8e1ffc38f77be21a3f938fde24 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/86/208db2e22cee8e1ffc38f77be21a3f938fde24 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/88/63a989ce41288457e2f088d7575abfc2f83b0f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/88/63a989ce41288457e2f088d7575abfc2f83b0f differ
diff -Nru etbemon-1.3.3/.git/objects/88/d17872e989d998b6c83a9b797df0be6f792808 etbemon-1.3.3/.git/objects/88/d17872e989d998b6c83a9b797df0be6f792808
--- etbemon-1.3.3/.git/objects/88/d17872e989d998b6c83a9b797df0be6f792808	2017-12-07 02:39:26.000000000 +1100
+++ etbemon-1.3.3/.git/objects/88/d17872e989d998b6c83a9b797df0be6f792808	1970-01-01 10:00:00.000000000 +1000
@@ -1,4 +0,0 @@
-xMÁjÃ0D{ÖWʵ14P(¥)M#ßê¤ÐÜ‹l¯ãY
-ÒªÆ_%ôÐÓvÞÌlëB‹ÍãÓÝ
-†›$!b
-ìYRù"j…}$+Ô£]`l䀆½Ï]Çx™¸?“¼õÔ²õUˆçWU€Æ&¡ˆ´™Ö3÷tM3K7VÅpé_fv>b.ÕêÃîý£6à„D‚HÀu™‚Œ%ZF럡JúZb&2]?èJýÑÛÛõ:ÇXºþ.ÂÁ'evus<|?O_[½ •ú±]Už
\ No newline at end of file
diff -Nru etbemon-1.3.3/.git/objects/88/d7929b8a96cb1015b1484c226b1dcc9b2eeda7 etbemon-1.3.3/.git/objects/88/d7929b8a96cb1015b1484c226b1dcc9b2eeda7
--- etbemon-1.3.3/.git/objects/88/d7929b8a96cb1015b1484c226b1dcc9b2eeda7	2017-12-07 03:07:42.000000000 +1100
+++ etbemon-1.3.3/.git/objects/88/d7929b8a96cb1015b1484c226b1dcc9b2eeda7	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xMJ1F]çµ’L%逈0à΍7¨N*vèŸHºšñø¶x—ïKm]«€õÓtfÐXJIº$ç´9bÖ™˜o)rIˆ9–0Œ¤¾¨ó&@& át‹¶8ËvDï³3Ž#ÒhŸ<’¢C¦ÖáãØw^¸·™;<÷?|M¿xMm½ÒñÆë‚GàbŒÖêÎJ9ÿùêf†óç£õU&Ø¥×$ê­~s©+·C`¢-/uûT?*èX
\ No newline at end of file
diff -Nru etbemon-1.3.3/.git/objects/88/e4706986de4700b35da9939f438ef421d4a4cb etbemon-1.3.3/.git/objects/88/e4706986de4700b35da9939f438ef421d4a4cb
--- etbemon-1.3.3/.git/objects/88/e4706986de4700b35da9939f438ef421d4a4cb	2017-12-07 02:51:29.000000000 +1100
+++ etbemon-1.3.3/.git/objects/88/e4706986de4700b35da9939f438ef421d4a4cb	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽAjÃ0E»Ö)f_šhÆÒØ‚R
-½A K#[A’sþ¸é
º|ÿñàDz,çÄôÒ«*¨PfÌ9yVÇ‘-ŽNS$ÉËÄɱ¹IÕµƒOä““Ì–‘r´3λ·4ŒÂƒä|0²õŸRá´µ¦×+|•‹Vx¯øñËríÐ#ùÑ;áÑZ³‹ýeß‹ÿõæ»)ë¶Âym]%AÉp¼K}n²&Ðå¦ðfˆœRñ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/8a/73a0ea98f542e04def3d667d0b8b92db39f213 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/8a/73a0ea98f542e04def3d667d0b8b92db39f213 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/8c/5ce73f84837b5145444842fa26752210109826 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/8c/5ce73f84837b5145444842fa26752210109826 differ
diff -Nru etbemon-1.3.3/.git/objects/8e/27d13fb510bf6026bcd89f8de5de754dbabcdf etbemon-1.3.3/.git/objects/8e/27d13fb510bf6026bcd89f8de5de754dbabcdf
--- etbemon-1.3.3/.git/objects/8e/27d13fb510bf6026bcd89f8de5de754dbabcdf	2017-12-07 02:39:38.000000000 +1100
+++ etbemon-1.3.3/.git/objects/8e/27d13fb510bf6026bcd89f8de5de754dbabcdf	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xŽAjÄ0E»ö)´oÉDŽí8PJ¡7˜h$™†Æãb;==ô]üÅãóàqÉyï`×å©WU˜­ 8¶”Rä—h¥(䣠Y,;óMUï8øÍm$‰1yžÓÆt!Šbãm“WwCRgè쟥ÂõlM>Ê—Vx­øÎœ¸ä‰Î7@Ö¯n
žçÙŒcTöaüÏ7WÍåG!—Öad×]ÛÚœMᢝ/¹Ü›8A¡{7¿„Yž
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/91/825373f756e306d7b6bcc4232a1c6f82c0a6c7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/91/825373f756e306d7b6bcc4232a1c6f82c0a6c7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/92/3928bf7bdf205fb61ae07b96fea5592407aeba and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/92/3928bf7bdf205fb61ae07b96fea5592407aeba differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/94/abaf741b4f2eddd539f013e44818020c6b3b5e and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/94/abaf741b4f2eddd539f013e44818020c6b3b5e differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/95/3001a1842886330560e4d10e3892ee4ab30422 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/95/3001a1842886330560e4d10e3892ee4ab30422 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/95/9425a4897fc6017c04ac24575e5e6e82f37785 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/95/9425a4897fc6017c04ac24575e5e6e82f37785 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/96/0d84a0b28083af0c1a721c8f73b3d686b7f323 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/96/0d84a0b28083af0c1a721c8f73b3d686b7f323 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/96/45aa13993611640a580d8387caf0ff4a4032ea and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/96/45aa13993611640a580d8387caf0ff4a4032ea differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/96/610a4ce6893b1f84fe164459a896026e8a3a2c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/96/610a4ce6893b1f84fe164459a896026e8a3a2c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/97/fcf7bcda403608bd0393d8554b172f8341a47b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/97/fcf7bcda403608bd0393d8554b172f8341a47b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/98/257688f0f6d5de34c097e5495335c847c0f925 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/98/257688f0f6d5de34c097e5495335c847c0f925 differ
diff -Nru etbemon-1.3.3/.git/objects/98/64be268f4d50301a4f07bc46d3cd253ee7571f etbemon-1.3.3/.git/objects/98/64be268f4d50301a4f07bc46d3cd253ee7571f
--- etbemon-1.3.3/.git/objects/98/64be268f4d50301a4f07bc46d3cd253ee7571f	2017-12-20 19:43:56.000000000 +1100
+++ etbemon-1.3.3/.git/objects/98/64be268f4d50301a4f07bc46d3cd253ee7571f	1970-01-01 10:00:00.000000000 +1000
@@ -1,3 +0,0 @@
-xŽAj1E»ö)´ËÖÄc(¥Ðœ 75r’&Žƒí¡×ïä
-Ù|x|<©¥\8Š£©òLÁGÂÅgG.'šù ‘,;I.¤lmÑ<¹écÀb1g$;ÓÄÉ‹K$‡%';§¬^gÎIÄ-†×q©
Nkïz¿ÃO½iƒÏö+ß̼—n[ö¼~NèÃÉØ!Zk¶c«›ñžoŽUÖòê•?Î
-£B/ãÙÿøÖÍ?FŽP
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/99/2af374e84d5f6374f05cb1105a238a83550805 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/99/2af374e84d5f6374f05cb1105a238a83550805 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/99/3de4b14588e65ed25b1480bfbf48683474a13a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/99/3de4b14588e65ed25b1480bfbf48683474a13a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/99/aed79225d97f591b5d2e194c5293779e5aa648 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/99/aed79225d97f591b5d2e194c5293779e5aa648 differ
diff -Nru etbemon-1.3.3/.git/objects/9c/285ffbac633f0b632742a9adfd74402f836ddf etbemon-1.3.3/.git/objects/9c/285ffbac633f0b632742a9adfd74402f836ddf
--- etbemon-1.3.3/.git/objects/9c/285ffbac633f0b632742a9adfd74402f836ddf	2018-07-23 11:42:44.000000000 +1000
+++ etbemon-1.3.3/.git/objects/9c/285ffbac633f0b632742a9adfd74402f836ddf	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xmPArà Ì^Ñsf‚OmÞƒ±\k*ƒádòû"ƒk—ÉI ]í®ÔSè?>¿îH®³kšŒ•Rò›ƒ×µ¾mòžÑ5dô˜Ì ³(
Í/N0]š—	¸pŒ~T+ÇŽ°?aô¬câ(%œ]§TíÁ'?ã¾1{îbùwëÑŸn*¡F‹´Fà2Ý€²æ›1þyeÓ®”c°,¾¥`²Qr5ÛëP¦+ª%¾prÅbÃÚPáÜ(8Kÿ™û¾–+ìÍ³à´@«'¹6ÍÃÑ<£]ŽãU13hN686™j_ÿ—üÃÕ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/9c/d5ef77644dbd279aad7424ba16a005fa34d69c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/9c/d5ef77644dbd279aad7424ba16a005fa34d69c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/9c/d9a4e8b957931a4436e567ca99218911da6cb9 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/9c/d9a4e8b957931a4436e567ca99218911da6cb9 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/9d/0da69802772557d5c03a1cf255ea5f8394a700 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/9d/0da69802772557d5c03a1cf255ea5f8394a700 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/9e/0f07aaa81c402bf9484aab3b69cd9561d3d095 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/9e/0f07aaa81c402bf9484aab3b69cd9561d3d095 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/9e/3e35fb4eeff1b492dc86e9212ab9486085f6a9 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/9e/3e35fb4eeff1b492dc86e9212ab9486085f6a9 differ
diff -Nru etbemon-1.3.3/.git/objects/9f/8922d3a44e1b5662d1e8aae6286a74efb63834 etbemon-1.3.3/.git/objects/9f/8922d3a44e1b5662d1e8aae6286a74efb63834
--- etbemon-1.3.3/.git/objects/9f/8922d3a44e1b5662d1e8aae6286a74efb63834	2017-12-07 03:11:06.000000000 +1100
+++ etbemon-1.3.3/.git/objects/9f/8922d3a44e1b5662d1e8aae6286a74efb63834	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-x]jÃ0„û¬Sì{!¶¬[ЖBoPèô³JDdÉHrC ‡¯ÜÞ 3»³ó­Íë0)ŸZAãœãÜLÒ+N=󝭴Fpºp#ü2Γ¤ÊdÓS¢´’²E1n§bfŠÍ\ydTpdšÊsã4Ñ{»äŸ{­#|ä+x)òÝòdózÒûPA'1K9qx¦tItÊÖÿË“¯Šðx¼‚ïyk!§
-!ÕÝo¼Ã
‚Žµ»CÅ:98j'ÛEw£ËäÙøöä:Íð­ËƒÖœ ÔãTß*mƒšã~ývÖ–KHgØt­·\\%?xAz
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/a0/1ba13663934a5fd34cd88291546ce7e6b34b2b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/a0/1ba13663934a5fd34cd88291546ce7e6b34b2b differ
diff -Nru etbemon-1.3.3/.git/objects/a1/741ec392f52e8482b466d515e94ab2f416c64a etbemon-1.3.3/.git/objects/a1/741ec392f52e8482b466d515e94ab2f416c64a
--- etbemon-1.3.3/.git/objects/a1/741ec392f52e8482b466d515e94ab2f416c64a	2017-12-07 03:06:28.000000000 +1100
+++ etbemon-1.3.3/.git/objects/a1/741ec392f52e8482b466d515e94ab2f416c64a	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽ]NÆ E}fó®i
-¥MŒÑ¸wÀÏ Äh`ˆÛ·ê|<¹97'´R2êäw"@É‘Ý¢÷f·š\"#W¯÷#­”ÚP…õÐZœ®Se°j'»ÇÝZ©³x$í½vH*`’HA!*/I¸É­ÃÛƒn7xmŸÔá±ÿásøÁ%´²¸ùÒHeì¶n+ÜK‰(®áªäËøŸ/^b„s,¥ÕÌWEê­@h•{öàj#E­Tú‚DŽg§Ü óän3æú.<ýfŒyž­3¤ël„žO‹øõõj
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/a1/e18032c138a2af26d3b779904669728f8f6c1d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/a1/e18032c138a2af26d3b779904669728f8f6c1d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/a3/a475020f56f2cd9ab2da87d1dc64a02358835f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/a3/a475020f56f2cd9ab2da87d1dc64a02358835f differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/a7/4c82d9db0d7eaa5753a97e185a52f0f3bf9b23 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/a7/4c82d9db0d7eaa5753a97e185a52f0f3bf9b23 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/aa/aadd29e178bf8caad093d2649fcdc7c35f9a4e and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/aa/aadd29e178bf8caad093d2649fcdc7c35f9a4e differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ab/9b316f27e93f974a576d42b9679a0ff895a233 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ab/9b316f27e93f974a576d42b9679a0ff895a233 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ab/e3c578246c0682954ec2241cda773ce5219bda and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ab/e3c578246c0682954ec2241cda773ce5219bda differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ac/3ea8a884d7211c709301df2f7c3ccf088be1b3 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ac/3ea8a884d7211c709301df2f7c3ccf088be1b3 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ac/4dd3d905bf24816faa5f1eb59f0430e72dc9cc and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ac/4dd3d905bf24816faa5f1eb59f0430e72dc9cc differ
diff -Nru etbemon-1.3.3/.git/objects/ad/d1baa61ed261f183e4bdfc420386a8552436b8 etbemon-1.3.3/.git/objects/ad/d1baa61ed261f183e4bdfc420386a8552436b8
--- etbemon-1.3.3/.git/objects/ad/d1baa61ed261f183e4bdfc420386a8552436b8	2017-12-07 02:41:29.000000000 +1100
+++ etbemon-1.3.3/.git/objects/ad/d1baa61ed261f183e4bdfc420386a8552436b8	1970-01-01 10:00:00.000000000 +1000
@@ -1,3 +0,0 @@
-xŽKŠÃ0Dg­Sô~ VËn} „¹A h·[$LlYžóÇ!7È®^JÊ<߸!}µª
-ÄLÞ&ë]JGì]’±W&Q!¢`3º¬æÁU—ʹŸ¬Ÿ’óCÚã(6³)D›=	(”§ÐÞÚµT8oëª÷;ü–?­p¬oü‘¤ÌÞN€„ŽÂ#Â7¢µfö—m7>óÍeUèê¶ÀmY›ò%C÷ÏõÕ™'
-åOÀ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ae/3da47b3e52c67d29a387d358a6ecb2f111e2e7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ae/3da47b3e52c67d29a387d358a6ecb2f111e2e7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ae/6ad3687a98173e4a268a8471f433d61fe43623 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ae/6ad3687a98173e4a268a8471f433d61fe43623 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ae/b5ad029a7d9d3414c1a03dc166fcce9d295423 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ae/b5ad029a7d9d3414c1a03dc166fcce9d295423 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/af/8dadbc925d1da783c987ac4ca1e439ad122c12 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/af/8dadbc925d1da783c987ac4ca1e439ad122c12 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/af/9c364c7653ccf3cceff1170bc582cff083f466 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/af/9c364c7653ccf3cceff1170bc582cff083f466 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b0/9b346caefe1e0a822b99eec59d69ec1d4da9e5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b0/9b346caefe1e0a822b99eec59d69ec1d4da9e5 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b2/40735911614203883812a39d338929ed63f81d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b2/40735911614203883812a39d338929ed63f81d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b4/39de1240fbfffdb2fcf168b06093b81a61b2dd and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b4/39de1240fbfffdb2fcf168b06093b81a61b2dd differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b4/de3947675361a7770d29b8982c407b0ec6b2a0 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b4/de3947675361a7770d29b8982c407b0ec6b2a0 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b5/3aedca2787167e7345a12e83523bbf84210193 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b5/3aedca2787167e7345a12e83523bbf84210193 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b5/d449d62a2427864462fdfe338d92f25f9bbfa0 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b5/d449d62a2427864462fdfe338d92f25f9bbfa0 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b5/eecaef88e0fd34846e25442bc4e1432ec5b652 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b5/eecaef88e0fd34846e25442bc4e1432ec5b652 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/b6/c94b77a479aa76012e803911fbc41bc185275c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/b6/c94b77a479aa76012e803911fbc41bc185275c differ
diff -Nru etbemon-1.3.3/.git/objects/b7/d86251b4eb905297716b714db403b8943d07f3 etbemon-1.3.3/.git/objects/b7/d86251b4eb905297716b714db403b8943d07f3
--- etbemon-1.3.3/.git/objects/b7/d86251b4eb905297716b714db403b8943d07f3	2018-03-07 20:42:34.000000000 +1100
+++ etbemon-1.3.3/.git/objects/b7/d86251b4eb905297716b714db403b8943d07f3	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xÍN…0…]÷)º»#ÌÀÐRcŒ‰k7¾A;LÔ”òþöÆø款œŸäpÚ÷µè¾·%‹h;v$–\`CH‘FŠÁ94^zF´‘±‹¤¾}–£èÉz"7ñ0Kg`¦è¬æ
÷à]øË[S5ZÓ£é: ž"0.XˆF¤aPþ*KÊúó:OÙ6ýž¾$ë—ü‹o|džÓÞøëUãP‡p°dô#"€ªF}Ujã}õ!y²?xÑ·ÝŸuë¦SÔç¹<·í¼–f’°ú£Iy¾cËiÛ|xÚýz”vO‡jÔAèj>
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ba/9a48c417f675e3e142cb3e96c15a29817235b1 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ba/9a48c417f675e3e142cb3e96c15a29817235b1 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ba/b6dac231637ab574a0f1a95a3a50a441152aec and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ba/b6dac231637ab574a0f1a95a3a50a441152aec differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/bb/221ebb1fab3a8e7f437c153a7ea17a6039ce0a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/bb/221ebb1fab3a8e7f437c153a7ea17a6039ce0a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/bb/95d4671d6e63543b03b49b48a3bcba1a547528 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/bb/95d4671d6e63543b03b49b48a3bcba1a547528 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/bb/b3d68fb260977af4f32e5b3198ad2f4bcfc2db and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/bb/b3d68fb260977af4f32e5b3198ad2f4bcfc2db differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/bc/2d240a6150cd00eef463cac8920f80e50feaf2 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/bc/2d240a6150cd00eef463cac8920f80e50feaf2 differ
diff -Nru etbemon-1.3.3/.git/objects/bd/a92a000b71fa6ff999d1740786cb8a752d7e1c etbemon-1.3.3/.git/objects/bd/a92a000b71fa6ff999d1740786cb8a752d7e1c
--- etbemon-1.3.3/.git/objects/bd/a92a000b71fa6ff999d1740786cb8a752d7e1c	2017-12-31 03:30:00.000000000 +1100
+++ etbemon-1.3.3/.git/objects/bd/a92a000b71fa6ff999d1740786cb8a752d7e1c	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xQŠ!Dóí)ú?ZÍ´„È
ö­Ó&³Ñ™Á8ã¯¹ÂþŃWq-en`:´*èhrÁ»ÄLâ’	ÃY¼³5ƬŒ>¡Ijã*KL~ƒ5£hva$í1xb±è{‰¶£fR¼·çZág¿%g¸¯/©p©¿ñÆ̧ø­=ˉ÷+èAŸiÐÖy8j¨úÐ-['þÇ«û“—‡äõ©KÄm‡<Ïžó§l›úß`Q¯
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/bd/dd44b26f941f3f817c6cb54184b5f8072619f0 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/bd/dd44b26f941f3f817c6cb54184b5f8072619f0 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/bd/dda681ddc6bc945d3c602318686ff5b57934b9 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/bd/dda681ddc6bc945d3c602318686ff5b57934b9 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/be/7ea94c5e1a082b59f6e082acb455ffb75a1ab2 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/be/7ea94c5e1a082b59f6e082acb455ffb75a1ab2 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c0/dc9eb01cf46a1daa71d33090ea01371b1e9c60 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c0/dc9eb01cf46a1daa71d33090ea01371b1e9c60 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c2/ac628c994838ae3a10d25bea81d5980c6598be and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c2/ac628c994838ae3a10d25bea81d5980c6598be differ
diff -Nru etbemon-1.3.3/.git/objects/c3/a1a4c6931a558f8bf568f01943dec936bd9ea4 etbemon-1.3.3/.git/objects/c3/a1a4c6931a558f8bf568f01943dec936bd9ea4
--- etbemon-1.3.3/.git/objects/c3/a1a4c6931a558f8bf568f01943dec936bd9ea4	2017-12-07 02:45:18.000000000 +1100
+++ etbemon-1.3.3/.git/objects/c3/a1a4c6931a558f8bf568f01943dec936bd9ea4	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽ[J1EýÎ*ê_˜©¤ŒéÀ ‚;\@uª‚ƒÓ&ÁÝu~în*ÛvíàÝõª
-ɹG’/!ø$æ¼®‘räÅE—"±µd®ºw@1´RF'É/*ägÓÑÄäºhŽÞý½Tx­éí/åC+\êŸ|N?ò”ÊvâñÖ[çƒÇàÞZD3ƒù²ÏÅÿöæ­)œëØặ®,P2œ?¹þz¼°´¯™m“ã8JíævX
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c4/1dca7e58ea0e6756f8d15996bf5fd424efc6f1 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c4/1dca7e58ea0e6756f8d15996bf5fd424efc6f1 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c4/31491c2284a7d384f411f7d1f8261abed98ea0 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c4/31491c2284a7d384f411f7d1f8261abed98ea0 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c6/02ac4fcbaef530ce8b616ad5bb19b032d50837 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c6/02ac4fcbaef530ce8b616ad5bb19b032d50837 differ
diff -Nru etbemon-1.3.3/.git/objects/c6/28bdf15a5a7ca83fbc2c01f2c3963773624484 etbemon-1.3.3/.git/objects/c6/28bdf15a5a7ca83fbc2c01f2c3963773624484
--- etbemon-1.3.3/.git/objects/c6/28bdf15a5a7ca83fbc2c01f2c3963773624484	2017-12-07 02:52:31.000000000 +1100
+++ etbemon-1.3.3/.git/objects/c6/28bdf15a5a7ca83fbc2c01f2c3963773624484	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽ[
-Â0EýÎ*æ_(É4OÜAw3,¶MIS×oÅøu9\œTæyl€ÚœZeË™ÙFôÊSŽÒ=t²6¤Àˆú‚ˆ9[B±ÆÊK&©¼ö2{Š=QvÖ‘D-=KË)`L}qoÏRaØ·§	îåÅ.õ‡·ôÅ.•¹‹û”Qhœ1ZÃY))Åq•í0þóÅÀsy3”‰`\ÆÖl©Žk/+Nó
\ No newline at end of file
diff -Nru etbemon-1.3.3/.git/objects/c6/5949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4 etbemon-1.3.3/.git/objects/c6/5949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4
--- etbemon-1.3.3/.git/objects/c6/5949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4	2017-12-07 02:39:08.000000000 +1100
+++ etbemon-1.3.3/.git/objects/c6/5949adfc1f5c0f9cd6e3aa8d28b9d3174b1ae4	1970-01-01 10:00:00.000000000 +1000
@@ -1,4 +0,0 @@
-xŽA
-Â0E]÷³d2MšD×n¼A:™Ðbk$MõúF¼ËÇãñ?§e™
-îv%‹€|çz$kÉcëÇ
-âMì[§½Elž>Ë£@ÕLN†¢Æ(ÌQ| !:jƒ#C(h¿•1e¸më*ó—t—ÇüÃ3ñÀi9øíÊ(2V[°WªŽUQ_–Zü×7×ôXÒcÓ;3”R”›NsOU
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c6/94d2caa0a041c3cb6fa30df4779146b028a6a6 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c6/94d2caa0a041c3cb6fa30df4779146b028a6a6 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c6/c61c6a17a18abbad1386ac83ccd289857e0a79 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c6/c61c6a17a18abbad1386ac83ccd289857e0a79 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c7/6d07382fff4ad265bbeb812e19c611116b9339 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c7/6d07382fff4ad265bbeb812e19c611116b9339 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c8/41c87bdec28a4c96587cf2fd3a0a220bfc195a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c8/41c87bdec28a4c96587cf2fd3a0a220bfc195a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c8/d65aee5bf2d4426cd3aad36be2b19733875cfa and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c8/d65aee5bf2d4426cd3aad36be2b19733875cfa differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c9/0c6735aeaa2f3a92b2ff1413f162f081c8aa28 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c9/0c6735aeaa2f3a92b2ff1413f162f081c8aa28 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/c9/f3256c5eed1b5156251c4307e485880464d18c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/c9/f3256c5eed1b5156251c4307e485880464d18c differ
diff -Nru etbemon-1.3.3/.git/objects/cc/e2d690e0a44c51671290f1b1d5f9df27ab881a etbemon-1.3.3/.git/objects/cc/e2d690e0a44c51671290f1b1d5f9df27ab881a
--- etbemon-1.3.3/.git/objects/cc/e2d690e0a44c51671290f1b1d5f9df27ab881a	2017-12-07 02:37:57.000000000 +1100
+++ etbemon-1.3.3/.git/objects/cc/e2d690e0a44c51671290f1b1d5f9df27ab881a	1970-01-01 10:00:00.000000000 +1000
@@ -1,5 +0,0 @@
-x½TËnÛ0ìUüŠ|l-KvS·F[$@ÒP·Aí %J"@‘IÅ1‚ü{—ÔÏ ‰/-|¡fw‡³³Ko„Ú@:›¾‘ÜÜÓZµ’qV@Á#¿j\¥Ì®©á
-–\Ê&Ë8|¬y^2w™³
§2V¦üŒÉ×Ô±,•|ÉVLÃ4I>@:[\̳÷ð:Áo@Þ@ýPJ;®¤Eˆ
-f\ÎM}‚IcÍDðÍMB Î	žCø4îEç‹£„ÆBeT`™PåPvG‘V•ž–X‡zûûB ½dņÚ!Â\Ò+n2<óÞxT“6¶‹‘šÔô^•YßÆ4!>$˜,]å4Iˆ¡2Ç»óÀ»Ä’Üa]Éeéë€p!J±ÌÜ1³á2ä™Îã)ÉgÒQ!Ôö_³‚K¥Q¶ 
-¨”uœòƒæØfy($@0ÌîOí¨:š-uY…òF$œ²"/Žg4vA¢(g63<L~3«qÀ,\ÛŹtX€Ó¿¨1»Ó…Æ½²(Ò—.‡mKœçá2ð0§õ8MtýˆµQX¨)q{4J¹Ë¡•!…¡y;H+xWԍW<©o²rN#Ía“ßÖë[èâúK“Ã}á“þ¼BÙÔA¼Åñßg4Õè“z½¶~¢wµ<G¯/ìõÂØá²¢¸Ö½¦z´ß%¥gdtìóí¯ÛÙà3ÆŽŒÆï~•4ÖöÊ=G'OÇ^{à%}ÎËnïuóšêSÝß—Wûý@¿éöµ½îÎqÌþŸê’¹Sýë›?oÖç8ßÖ÷=ì½îSé€Ðÿ)`
-3|HøÌsÿ,¾7p
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/cc/ec98995354c1480c6a3eb22c772e3a8059e66e and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/cc/ec98995354c1480c6a3eb22c772e3a8059e66e differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/cd/0cbf539892b1b3f0e5ede7d56cd0ee97539c75 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/cd/0cbf539892b1b3f0e5ede7d56cd0ee97539c75 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/cd/445e82677e7932996c3b14f30013e32b15f1a2 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/cd/445e82677e7932996c3b14f30013e32b15f1a2 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ce/6b487922391b6b20f983f7425a190ec765f277 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ce/6b487922391b6b20f983f7425a190ec765f277 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/cf/3678413a536422aabcac0b9029d3c7e8f40260 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/cf/3678413a536422aabcac0b9029d3c7e8f40260 differ
diff -Nru etbemon-1.3.3/.git/objects/d0/1ff140845ab3c2b4c6dfb08bfe3e8afbcc044d etbemon-1.3.3/.git/objects/d0/1ff140845ab3c2b4c6dfb08bfe3e8afbcc044d
--- etbemon-1.3.3/.git/objects/d0/1ff140845ab3c2b4c6dfb08bfe3e8afbcc044d	2017-12-20 19:43:04.000000000 +1100
+++ etbemon-1.3.3/.git/objects/d0/1ff140845ab3c2b4c6dfb08bfe3e8afbcc044d	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽK
-1D]ç½$Ÿé¤"‚7/ÐÓvð7Žd2÷7^ÁEÅ£Jæiº7ð!mZU¢8Sœ'0©/–èš0!E|¡0Úb>\õÝ€°È
‘½•<¢Ú˜rŽ<zE,Ñ‹‹hxm·¹Ây]}½à4?µÂ¾>äÈÌ;ùÅîÓŽ×8t!aî‚­sÖš^ô—­ÿñæRYžÀ}x™×*j¾j&IÛ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/d1/0fc9303b40710e8191f36217f9a77fcb31628b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/d1/0fc9303b40710e8191f36217f9a77fcb31628b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/d3/827e75a5cadb9fe4a27e1cb9b6d192e7323120 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/d3/827e75a5cadb9fe4a27e1cb9b6d192e7323120 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/d3/e9c7449dec0c9443e5460bf5c17d0b475bfd3a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/d3/e9c7449dec0c9443e5460bf5c17d0b475bfd3a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/d5/6a5bb6d313c205de1c3ee4898f306650807bcd and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/d5/6a5bb6d313c205de1c3ee4898f306650807bcd differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/d5/87c772dff5e87998896938658fd530c8afa5b5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/d5/87c772dff5e87998896938658fd530c8afa5b5 differ
diff -Nru etbemon-1.3.3/.git/objects/d7/a449dc5d0ce269c60cc4f97a0eeccff6c30a9b etbemon-1.3.3/.git/objects/d7/a449dc5d0ce269c60cc4f97a0eeccff6c30a9b
--- etbemon-1.3.3/.git/objects/d7/a449dc5d0ce269c60cc4f97a0eeccff6c30a9b	2018-03-07 20:41:46.000000000 +1100
+++ etbemon-1.3.3/.git/objects/d7/a449dc5d0ce269c60cc4f97a0eeccff6c30a9b	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽAjÃ0E»Ö)f0e,i ”@nŒä‘SjGE–什Awÿñyðr]ׯŽø£7UÑ‘â”=!ŠT3zѳOCAÌè
-™iúì&a'ÖÚ°ˆ/…™'dCô9E	£›‚b6²÷Gmpß·M—nõ[\Ú^ó‡\×AöOÀÑYÂÑ3Á	ÑZsGe?Œÿùæöç¬K!ÿ.(GKÓEeSóÐÙOæ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/d7/a5d89db9b43b8890b2c4f5137220e5b3bca80f and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/d7/a5d89db9b43b8890b2c4f5137220e5b3bca80f differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/dc/53fdb88a7fe8ee0bd7ff225e7a0e79ba71c999 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/dc/53fdb88a7fe8ee0bd7ff225e7a0e79ba71c999 differ
diff -Nru etbemon-1.3.3/.git/objects/dc/8d16f3360e1ef50c57e78164ba6331cc178f3c etbemon-1.3.3/.git/objects/dc/8d16f3360e1ef50c57e78164ba6331cc178f3c
--- etbemon-1.3.3/.git/objects/dc/8d16f3360e1ef50c57e78164ba6331cc178f3c	2017-12-07 03:01:05.000000000 +1100
+++ etbemon-1.3.3/.git/objects/dc/8d16f3360e1ef50c57e78164ba6331cc178f3c	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xKj1D½Ö)z<è?„ðÚ›Ü@ÝjaãËh4>¿•ä®]Õ£ Šêº^;hï½1Í>ËÙ]J±)‘1(Í*’WC£1Q<Rã{ã("Ƥ·d] ´Î šs°Áz)±H){‘ö~©
~ömãeS½qƒÏöo¿é×NT×)í_ œÒnöÒ9øPJJ1ÀXÙGã½¾8×'ÃR)-ÐyëPÆ”2þnD½ÂZïÇ?>eñôUe
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/dd/ada5a9894d50f79b7fa7ac4b29add8391c35c3 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/dd/ada5a9894d50f79b7fa7ac4b29add8391c35c3 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/de/88c6fe2f70678de1136576067ce2e82f12d0ea and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/de/88c6fe2f70678de1136576067ce2e82f12d0ea differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/de/8fbfb7909ec5d8309d2f3e27c33dfb01ddc15c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/de/8fbfb7909ec5d8309d2f3e27c33dfb01ddc15c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/df/d6bec5a4b759233584d415d757096415b1105a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/df/d6bec5a4b759233584d415d757096415b1105a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e0/31ab1ffd56e46c601781889ada6c25a8691246 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e0/31ab1ffd56e46c601781889ada6c25a8691246 differ
diff -Nru etbemon-1.3.3/.git/objects/e2/c3d659c68dfbe43b7dca832f165c5a890b4e2c etbemon-1.3.3/.git/objects/e2/c3d659c68dfbe43b7dca832f165c5a890b4e2c
--- etbemon-1.3.3/.git/objects/e2/c3d659c68dfbe43b7dca832f165c5a890b4e2c	2017-12-07 02:41:57.000000000 +1100
+++ etbemon-1.3.3/.git/objects/e2/c3d659c68dfbe43b7dca832f165c5a890b4e2c	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xŽMjÃ0F»Ö)f0ýB)dÝMn0ÒŒ‰hlYîùë&7Èâ[<¾\—¥tÐÞ}ô&$†É†dÄéìë‰Ll\$/9éEKPj²v fLD…µÇ£›xÎV&zŠÎik|ŠŠö~«
®û¶Éý—ú#
Îí…_ù‡\—öO@‡Ú;œÇQâxُâ½^}×_~(kéÖ[yt¨û±ù)XR¡¸4õÐCV
\ No newline at end of file
diff -Nru etbemon-1.3.3/.git/objects/e5/e22e35547169888b18bbd338809622fda184e7 etbemon-1.3.3/.git/objects/e5/e22e35547169888b18bbd338809622fda184e7
--- etbemon-1.3.3/.git/objects/e5/e22e35547169888b18bbd338809622fda184e7	2017-12-07 02:32:14.000000000 +1100
+++ etbemon-1.3.3/.git/objects/e5/e22e35547169888b18bbd338809622fda184e7	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-xŽKjÃ0@»Ö)f—E!ÕŒ-É‚í	zƒ‘4¢!±ôYäöqé
º|<¼XÖõځŒ}ëUHSH>1;N’ÈÛ@³±fŽ„1ea¯\eëÀ(¸è‰"Ng²i
-Îy¯gk½£%/ÙFLŠGÿ)¾Gkr¿Ãg¹I…SýÃKüÅc,ë‘ÇÐ 7OháQkµ‹ý²ïÅÿzõU¶C‡Ñ>úú€¼Ÿ4‰£^ûªp+[S/‡·RÀ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e6/5a8fabf0bd151817c457adbc6bc61543f26352 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e6/5a8fabf0bd151817c457adbc6bc61543f26352 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e6/7482efdc253496829c196811f2aa9fad6bbc36 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e6/7482efdc253496829c196811f2aa9fad6bbc36 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e6/b0356dadfbd3c82286c06164efc39bba9377d5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e6/b0356dadfbd3c82286c06164efc39bba9377d5 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e7/e882c4c417bc6ae30439e8cc50f9cfcf83fc79 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e7/e882c4c417bc6ae30439e8cc50f9cfcf83fc79 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e8/516cc19baef1d5fcc8c77a82bc282a94e9d220 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e8/516cc19baef1d5fcc8c77a82bc282a94e9d220 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/e8/cc468b8b8f51612618072cd89ed9bb4a8e9061 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/e8/cc468b8b8f51612618072cd89ed9bb4a8e9061 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ea/00acb5bc4ec6dc39fd4ff717b4e761186f6449 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ea/00acb5bc4ec6dc39fd4ff717b4e761186f6449 differ
diff -Nru etbemon-1.3.3/.git/objects/ea/f3d06d92649f3dbc0fa089780f6a7c71c5fd73 etbemon-1.3.3/.git/objects/ea/f3d06d92649f3dbc0fa089780f6a7c71c5fd73
--- etbemon-1.3.3/.git/objects/ea/f3d06d92649f3dbc0fa089780f6a7c71c5fd73	2017-12-07 02:40:32.000000000 +1100
+++ etbemon-1.3.3/.git/objects/ea/f3d06d92649f3dbc0fa089780f6a7c71c5fd73	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xŽKjÄ0³Ö)zÆQ«m} „„¹ÁÜ@jµ3²dùþq&7È⺮KcýKo"€68µ5ž'¢$–F¦y6³
AydçÕwl²u%EcÈ¡GMs¨õ)§)LLòF{+:«xô{mp;ö]Jk}Hƒ÷ö‡Ÿü‹×uˆÇà„fr£G¯ˆZ«ó8+ûiüÏW_9ÃZ··´l·ç¾”ʱz…~(Ëޡΐ—¶«ØIT€
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ed/018480f8da3ddf767d02408e06ec92306e993c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ed/018480f8da3ddf767d02408e06ec92306e993c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ed/c691eb7b995c10cfbed645fd05f362ce123eb0 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ed/c691eb7b995c10cfbed645fd05f362ce123eb0 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ee/7374c19b0be20f070502908254a2c76987e7fe and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ee/7374c19b0be20f070502908254a2c76987e7fe differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ee/a2a3bd731942de0cd1a058dd5efb972e6e5dea and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ee/a2a3bd731942de0cd1a058dd5efb972e6e5dea differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ef/5fdc9fe46903b3e8f25ef5b8a3707870abb6a5 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ef/5fdc9fe46903b3e8f25ef5b8a3707870abb6a5 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ef/6ab82c90ef81af52c7629f8443c47fbbc63e6b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ef/6ab82c90ef81af52c7629f8443c47fbbc63e6b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f0/32263d45d775cd7070ffbb93f9a8292c93a113 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f0/32263d45d775cd7070ffbb93f9a8292c93a113 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f0/33daac38a1acbec0f1d955d902558ae50a972c and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f0/33daac38a1acbec0f1d955d902558ae50a972c differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f0/8296e1b82a78c72065233838ef1cf75855e03d and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f0/8296e1b82a78c72065233838ef1cf75855e03d differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f0/886095c6595775d670cfa8e36388a1adc57d9a and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f0/886095c6595775d670cfa8e36388a1adc57d9a differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f2/1e8e5c344f2cca0e69bd960c31cfde546864c4 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f2/1e8e5c344f2cca0e69bd960c31cfde546864c4 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f2/4eeb8caeb64c52a9cf0ab08875ca16810595b7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f2/4eeb8caeb64c52a9cf0ab08875ca16810595b7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f2/64792cee56e6bbd0d876facff60f006e49bba1 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f2/64792cee56e6bbd0d876facff60f006e49bba1 differ
diff -Nru etbemon-1.3.3/.git/objects/f3/f3a1fde8a41fee3a92dec0b0033fe6d4d087f9 etbemon-1.3.3/.git/objects/f3/f3a1fde8a41fee3a92dec0b0033fe6d4d087f9
--- etbemon-1.3.3/.git/objects/f3/f3a1fde8a41fee3a92dec0b0033fe6d4d087f9	2017-12-07 02:38:12.000000000 +1100
+++ etbemon-1.3.3/.git/objects/f3/f3a1fde8a41fee3a92dec0b0033fe6d4d087f9	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-xŽKJ1Eg5›TþŸƒ2©`cÒy¤ÓàòºG÷ǁ›zkûåâÝ̝±D¨cÔÑI6Ètð‰Š,Ő‘Z1‰
>&˜¨Sr¥ø’#TË$‰„ò=G”±±H’d]ó£x»Î“k…×þÉÇ_|N?qK½mt=ZTÖç=Ü#J)Ö°^ÎEü/9CëÇCí‰ê–!ïèÈ@¿ý`à/j·ºô˜cçS|3gVŸ
\ No newline at end of file
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f4/ec7b77f1eeba498e0daf2eba03265498e71a74 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f4/ec7b77f1eeba498e0daf2eba03265498e71a74 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f5/d632698cecc1dc1e7deb8efd6952da4b7673d8 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f5/d632698cecc1dc1e7deb8efd6952da4b7673d8 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f6/88c7c9a2d447bf3dd23557f38797df93bc9bd0 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f6/88c7c9a2d447bf3dd23557f38797df93bc9bd0 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/f9/96644a06ac185e85f5c0686bc236dac5f7e10b and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/f9/96644a06ac185e85f5c0686bc236dac5f7e10b differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/fb/c310228781efec5eddb7a13fa2c598a0fbbbf7 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/fb/c310228781efec5eddb7a13fa2c598a0fbbbf7 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/fc/73e1af9b765ffa04678d9f639b980807be7c01 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/fc/73e1af9b765ffa04678d9f639b980807be7c01 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/fe/7d6a621f34175b798266e0739003a7bcbd46b6 and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/fe/7d6a621f34175b798266e0739003a7bcbd46b6 differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/ff/2c7ce9639e988d549ee49e05a8316a21590cef and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/ff/2c7ce9639e988d549ee49e05a8316a21590cef differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/pack/pack-9e260c810f753d281e029ad8efcb20c2ff747c7e.idx and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/pack/pack-9e260c810f753d281e029ad8efcb20c2ff747c7e.idx differ
Binary files /tmp/47BWqJ9Slc/etbemon-1.3.3/.git/objects/pack/pack-9e260c810f753d281e029ad8efcb20c2ff747c7e.pack and /tmp/r66qZy5vM6/etbemon-1.3.3/.git/objects/pack/pack-9e260c810f753d281e029ad8efcb20c2ff747c7e.pack differ
diff -Nru etbemon-1.3.3/.git/ORIG_HEAD etbemon-1.3.3/.git/ORIG_HEAD
--- etbemon-1.3.3/.git/ORIG_HEAD	2018-05-16 16:02:14.000000000 +1000
+++ etbemon-1.3.3/.git/ORIG_HEAD	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-ce6b487922391b6b20f983f7425a190ec765f277
diff -Nru etbemon-1.3.3/.git/refs/heads/master etbemon-1.3.3/.git/refs/heads/master
--- etbemon-1.3.3/.git/refs/heads/master	2018-07-23 15:24:34.000000000 +1000
+++ etbemon-1.3.3/.git/refs/heads/master	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-7cb07655c51a51d6e983ee3239df3125d6248457
diff -Nru etbemon-1.3.3/.gitignore etbemon-1.3.3/.gitignore
--- etbemon-1.3.3/.gitignore	2017-12-07 02:26:56.000000000 +1100
+++ etbemon-1.3.3/.gitignore	1970-01-01 10:00:00.000000000 +1000
@@ -1 +0,0 @@
-.pc/
diff -Nru etbemon-1.3.3/mon etbemon-1.3.3/mon
--- etbemon-1.3.3/mon	2017-07-25 22:50:26.000000000 +1000
+++ etbemon-1.3.3/mon	2019-05-03 15:11:43.000000000 +1000
@@ -4313,11 +4313,15 @@
 	}
 
 	if ($trapuser ne "*") {
-	    if (!defined $AUTHTRAPS{$traphost}{$trapuser} ||
-		crypt ($trappass, $AUTHTRAPS{$traphost}{$trapuser}) ne
+	    if (!defined $AUTHTRAPS{$traphost}{$trapuser})
+	      {
+		  syslog ('err', "received trap from unknown user $trapuser, host $traphost");
+		  return undef;
+	      }
+	    if (crypt ($trappass, $AUTHTRAPS{$traphost}{$trapuser}) ne
 		$AUTHTRAPS{$traphost}{$trapuser}) 
 	      {
-		  syslog ('err', "received trap from unauthorized user $trapuser, host $traphost");
+		  syslog ('err', "received trap with bad password from user $trapuser, host $traphost");
 		  return undef;
 	      }
 	}
diff -Nru etbemon-1.3.3/mon.d/dns.monitor etbemon-1.3.3/mon.d/dns.monitor
--- etbemon-1.3.3/mon.d/dns.monitor	2017-08-20 23:59:19.000000000 +1000
+++ etbemon-1.3.3/mon.d/dns.monitor	2019-05-03 15:11:43.000000000 +1000
@@ -226,6 +226,7 @@
     my($err_cnt) = 0;
     my($bad_servers, $summary, $reason, $failcount, @FailedQuerys, @FailedServers, @Reasons);
     my($query, $type, $line, $i, $target);
+    my $allsummary;
     foreach (@Queries) {
 	($query, $type, $target) = split /:/;
 	$type = 'A' if ($type eq "");
@@ -236,13 +237,14 @@
  	    push(@FailedQuerys, "$query $type == $target $type") if ($target);
 	    push(@FailedServers, $bad_servers);
 	    push(@Reasons, $reason);
+            $allsummary .= "$summary ";
 	}
     }
     
     @FailedServers=split(' ',join(" ",@FailedServers));
 
     if ($err_cnt > 0) {
-        print "$summary\n";
+        print "$allsummary\n";
 	
 	# Now print the detail lines
 	for ($i=0; $i<=$#FailedQuerys; $i++) {
diff -Nru etbemon-1.3.3/mon.d/imapnew.monitor etbemon-1.3.3/mon.d/imapnew.monitor
--- etbemon-1.3.3/mon.d/imapnew.monitor	2018-06-03 21:56:51.000000000 +1000
+++ etbemon-1.3.3/mon.d/imapnew.monitor	2019-05-03 15:11:43.000000000 +1000
@@ -153,6 +153,8 @@
   push(@rec_host, "Sender");
 
   my @subject = @{ $headers{Subject} };
+  my @msgid = @{ $headers{'Message-Id'} };
+
 
   for(my $i = 0; $rec_date[$i+1]; $i++)
   {
@@ -160,15 +162,32 @@
     my $delay = -$skew;
     if($skew > $max_skew)
     {
-print "$skew = $rec_date[$i+1] - $rec_date[$i]\n";
       print "Clock skewed\n";
-      print "$rec_host[$i] received message $skew seconds before $rec_host[$i+1] sent it (Subject: $subject[0])\n";
+      print "$rec_host[$i] received message $skew seconds before $rec_host[$i+1] sent it\nSubject: $subject[0]\nMessage-ID: $msgid[0]\n";
+      if($delcount)
+      {
+        $imap->expunge();
+        $err_str = $imap->LastError;
+        if($imap->LastError)
+        {
+          printf("Can't expunge old message with $err_str.\n");
+        }
+      }
       exit(1);
     }
     elsif($delay > $max_delay)
     {
-      print "Message delayed\n";
-      print "$rec_host[$i] received message $delay seconds after $rec_host[$i+1] sent it (Subject: $subject[0])\n";
+      print "Message delayed $delay seconds\n";
+      print "$rec_host[$i] received message $delay seconds after $rec_host[$i+1] sent it\nSubject: $subject[0]\nMessage-ID: $msgid[0]\n";
+      if($delcount)
+      {
+        $imap->expunge();
+        $err_str = $imap->LastError;
+        if($imap->LastError)
+        {
+          printf("Can't expunge old message with $err_str.\n");
+        }
+      }
       exit(1);
     }
   }
diff -Nru etbemon-1.3.3/mon-local.d/btrfs.monitor etbemon-1.3.3/mon-local.d/btrfs.monitor
--- etbemon-1.3.3/mon-local.d/btrfs.monitor	2018-07-23 11:26:32.000000000 +1000
+++ etbemon-1.3.3/mon-local.d/btrfs.monitor	2019-05-03 15:11:43.000000000 +1000
@@ -8,6 +8,8 @@
 # root filesystem) that lists the number of acceptable errors.  EG if your
 # root filesystem once had a single error and that's considered OK put 1 in
 # /var/lib/mon/btrfs-root.count
+# For mountpoints other than /, all '/' characters in the path will be replaced
+# by '-' characters.
 # if you have less errors than specified (IE you replaced an error without
 # changing the count file accordingly) then it also flags an error condition.
 # if you need to support a range of errors (EG you expect that a scrub will
@@ -72,11 +74,17 @@
     my @okcount;
     my $okhigh = 0;
     my $oklow = 0;
-    my $filename = "/var/lib/mon/btrfs-$test.count";
-    if($test == "/")
+    my $filename;
+    if($test eq "/")
     {
       $filename = "/var/lib/mon/btrfs-root.count";
     }
+    else
+    {
+      $filename = $test;
+      $filename =~ s/\//-/g;
+      $filename = "/var/lib/mon/btrfs" . $filename . ".count";
+    }
     if(open(COUNT, "<$filename"))
     {
       my $line = <COUNT>;
diff -Nru etbemon-1.3.3/mon-local.d/loadavg.monitor etbemon-1.3.3/mon-local.d/loadavg.monitor
--- etbemon-1.3.3/mon-local.d/loadavg.monitor	2018-07-22 11:49:33.000000000 +1000
+++ etbemon-1.3.3/mon-local.d/loadavg.monitor	2019-05-03 15:11:43.000000000 +1000
@@ -21,15 +21,22 @@
 if [ "$L1" -ge "$1" -o "$L2" -ge "$2" -o "$L3" -ge "$3" ]; then
   echo "$L1 $L2 $L3 >= $1 $2 $3"
   FIRST=1
-  ps aux | awk '{if ($8 ~ "D") print $0}' | while IFS='' read -r line || [[ -n "$line" ]]; do
-    if [ "$FIRST" = "1" ]; then
-      echo "Here are D state processes:"
-      FIRST=0
+  while IFS='' read -r line ; do
+    if [ "$line" != "" ]; then
+      if [ "$FIRST" = "1" ]; then
+        echo "Here are D state processes:"
+        FIRST=0
+      fi
+      echo "$line"
     fi
-    echo "Text read from file: $line"
-done
+  done <<<$(ps aux | awk '{if ($8 ~ "D") print $0}')
+
+  if [ "$FIRST" = "0" ]; then
+    echo ""
+  fi
   echo "Here are processes with the top CPU percentages:"
   ps -eo pcpu,pid,user,args|grep -v ^.CPU|grep -v "^ [0-4].[0-9]"|cut -c 1-120|sort -r -n 2> /dev/null | head -10
+  echo ""
   echo "Here is the memory use:"
   free
   exit 1
diff -Nru etbemon-1.3.3/mon-local.d/ps.monitor etbemon-1.3.3/mon-local.d/ps.monitor
--- etbemon-1.3.3/mon-local.d/ps.monitor	2017-12-07 03:05:56.000000000 +1100
+++ etbemon-1.3.3/mon-local.d/ps.monitor	2019-05-03 15:11:43.000000000 +1000
@@ -49,7 +49,7 @@
 	}
 }
 
-my @interpreters = ( "perl", "python", "lua5.1" );
+my @interpreters = ( "perl", "python", "lua5.1", "lua5.2" );
 
 # read process table and count the processes of interest
 my $process_table = new Proc::ProcessTable('cache_ttys' => 0 );

--- End Message ---
--- Begin Message ---
Hi,

On Fri, May 03, 2019 at 03:20:45PM +1000, Russell Coker wrote:
> Please unblock package etbemon
> 
> The diff is below.  This new version fixes FTBFS problems #909854, fixes a
> default binding to a public port (potential security issue) #910741, and fixes
> misleading documentation #910743.

None of these bugs currently seem to apply to the version in testing.

> It also makes dns.monitor, loadavg.monitor, ps.monitor (for lua5.2),
> imapnew.monitor, and btrfs.monitor work correctly in situations where they
> previously didn't work.
> 
> It corrects an obsolete library call in trap.alert that made it not work.
> 
> Also it improves documentation and comments relating to traps.
> 
> I believe that including this significantly improves the quality of the package
> while having minimal possibility for regression.  I have already uploaded this
> to unstable (as a regular unstable upload).  Please advise me on how I should
> proceed.

A random collection of changes is not appropriate at this point of the freeze.
We only accept targeted fixes for specific issues.

Please read the freeze policy.

https://release.debian.org/buster/freeze_policy.html

This version will not be unblocked.

Ivo

--- End Message ---

Reply to: