summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-08-30 02:25:45 +0200
committerFlorian Franzmann2009-08-30 02:25:45 +0200
commit4ba0ec74ea257df585a3b38076d1b5f689dc9297 (patch)
treecd6254dd161a8c9dd6f2bd5204f209011c0e30f6
parent76259ca5038f2e3dcb4167da814b43599a83c7a4 (diff)
net/net-snmp: added on_cast perl check_self to TRIGGERS
-rw-r--r--net/net-snmp/HISTORY3
-rwxr-xr-xnet/net-snmp/TRIGGERS3
2 files changed, 5 insertions, 1 deletions
diff --git a/net/net-snmp/HISTORY b/net/net-snmp/HISTORY
index dd5d8f9896..4b8d8e0579 100644
--- a/net/net-snmp/HISTORY
+++ b/net/net-snmp/HISTORY
@@ -1,3 +1,6 @@
+2009-08-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * TRIGGERS: on_cast perl check_self
+
2008-10-31 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 5.4.2.1, SECURITY_PATCH=1, CVE-2008-4309
diff --git a/net/net-snmp/TRIGGERS b/net/net-snmp/TRIGGERS
index 1523c8ba99..98c554a296 100755
--- a/net/net-snmp/TRIGGERS
+++ b/net/net-snmp/TRIGGERS
@@ -1 +1,2 @@
-on_cast openssl cast_self
+on_cast openssl cast_self &&
+on_cast perl check_self