[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8285446180abc8aa962708eff28310d9f9e1e167)

Elisamuel Resto scm at sourcemage.org
Tue Jul 22 06:48:01 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 dev/null                            |binary
 net/dnsmasq/DETAILS                 |    3 ++-
 net/dnsmasq/HISTORY                 |    3 +++
 net/dnsmasq/dnsmasq-2.40.tar.gz.sig |    0 
 net/dnsmasq/dnsmasq-2.45.tar.gz.sig |binary
 utils/rsyslog/HISTORY               |    3 +++
 utils/rsyslog/rsyslog.conf          |    6 +++---
 7 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 8285446180abc8aa962708eff28310d9f9e1e167
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    utils/rsyslog: moved options in default rsyslog.conf to where it made sense (no additions)

commit d136833529bd550bca76aa7fc6c6723f211a09ad
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    net/dnsmasq: updated to 2.45 (SECURITY_PATCH++)

diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS
index d02391f..2d84bb5 100755
--- a/net/dnsmasq/DETAILS
+++ b/net/dnsmasq/DETAILS
@@ -1,10 +1,11 @@
            SPELL=dnsmasq
-         VERSION=2.40
+         VERSION=2.45
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.thekelleys.org.uk/dnsmasq/$SOURCE
 #     SOURCE_HASH=sha512:003c0489289ddb84f17b5d0db679054a219a6c4acd431ca215aa54239490ad235ac217a220626818c42f69b8581fc1570ed04296eb6aa26bff0ad991950c7bb9
       SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+  SECURITY_PATCH=1
       LICENSE[0]=GPL
         WEB_SITE=http://www.thekelleys.org.uk/dnsmasq/doc.html
         KEYWORDS="net"
diff --git a/net/dnsmasq/HISTORY b/net/dnsmasq/HISTORY
index ef8c812..abc6e9a 100644
--- a/net/dnsmasq/HISTORY
+++ b/net/dnsmasq/HISTORY
@@ -1,3 +1,6 @@
+2008-07-22 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 2.45 (SECURITY_PATCH++)
+
 2008-03-11 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 2.40
 	  Removed UPDATED
diff --git a/net/dnsmasq/dnsmasq-2.40.tar.gz.sig b/net/dnsmasq/dnsmasq-2.40.tar.gz.sig
deleted file mode 100644
index f072e7d..0000000
Binary files a/net/dnsmasq/dnsmasq-2.40.tar.gz.sig and /dev/null differ
diff --git a/net/dnsmasq/dnsmasq-2.45.tar.gz.sig b/net/dnsmasq/dnsmasq-2.45.tar.gz.sig
new file mode 100644
index 0000000..3808e79
Binary files /dev/null and b/net/dnsmasq/dnsmasq-2.45.tar.gz.sig differ
diff --git a/utils/rsyslog/HISTORY b/utils/rsyslog/HISTORY
index 2cddb0e..388308c 100644
--- a/utils/rsyslog/HISTORY
+++ b/utils/rsyslog/HISTORY
@@ -1,3 +1,6 @@
+2008-07-22 Elisamuel Resto <ryuji at sourcemage.org>
+	* rsyslog.conf: moved options to where it made sense (no additions)
+
 2008-07-21 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: updated stable version to 3.18.1; improved SHORT
 
diff --git a/utils/rsyslog/rsyslog.conf b/utils/rsyslog/rsyslog.conf
index 443cf03..25affa1 100644
--- a/utils/rsyslog/rsyslog.conf
+++ b/utils/rsyslog/rsyslog.conf
@@ -52,6 +52,9 @@ uucp,news.crit /var/log/spooler.log
 #
 local7.* /var/log/boot.log
 
+# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
+#*.* @@remote-host
+
 # Remote Logging (we use TCP for reliable delivery)
 # An on-disk queue is created for this action. If the remote host is
 # down, messages are spooled to disk and sent when it is up again.
@@ -62,9 +65,6 @@ local7.* /var/log/boot.log
 #$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
 #$ActionQueueType LinkedList   # run asynchronously
 #$ActionResumeRetryCount -1    # infinety retries if host is down
-# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
-#*.* @@remote-host
-
 
 ######### Receiving Messages from Remote Hosts ##########
 #



More information about the SM-Commit mailing list