Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b8681855f4554c5657472ea4d45801f51858cf40)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b8681855f4554c5657472ea4d45801f51858cf40)
  • Date: Fri, 31 Oct 2014 06:34:56 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/monit/BUILD | 2 +-
net/monit/DETAILS | 4 ++--
net/monit/HISTORY | 4 ++++
net/openvpn/DEPENDS | 5 +++++
net/openvpn/DETAILS | 2 +-
net/openvpn/HISTORY | 4 ++++
6 files changed, 17 insertions(+), 4 deletions(-)

New commits:
commit b8681855f4554c5657472ea4d45801f51858cf40
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

monit: => 5.10

commit 2591d0ee082c46cdafececd865a134c6fcc55ba2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openvpn: => 2.3.5

diff --git a/net/monit/BUILD b/net/monit/BUILD
index 9781da1..4a78efb 100755
--- a/net/monit/BUILD
+++ b/net/monit/BUILD
@@ -1,3 +1,3 @@
-OPTS="--bindir=/sbin $OPTS" &&
+OPTS="--bindir=$INSTALL_ROOT/sbin $OPTS" &&
default_build_configure &&
default_build_make
diff --git a/net/monit/DETAILS b/net/monit/DETAILS
index 3968692..7621456 100755
--- a/net/monit/DETAILS
+++ b/net/monit/DETAILS
@@ -1,8 +1,8 @@
SPELL=monit
- VERSION=5.9
+ VERSION=5.10
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://mmonit.com/${SPELL}/dist/${SOURCE}";
-
SOURCE_HASH=sha512:915d548d5a4e043b346ec32d9fd3131d7eafd8ed1167e4fca3d4918df9ff87a166dbb2b3398d59a8510c7190c43fe26043568742a27828257140683bea349c83
+
SOURCE_HASH=sha512:f8615ad3b5ac304e7f84d70631a81f0d458ef11b6662b5892a112d5e8af5a83d7675b79cefe5f3b1cae68b8998a1b0b31b4fa2d32e9b46c05654220d546c2ff9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://mmonit.com/monit/";
LICENSE[0]=GPL
diff --git a/net/monit/HISTORY b/net/monit/HISTORY
index a0688fd..63eecde 100644
--- a/net/monit/HISTORY
+++ b/net/monit/HISTORY
@@ -1,3 +1,7 @@
+2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.10
+ * BUILD: use INSTALL_ROOT
+
2014-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.9

diff --git a/net/openvpn/DEPENDS b/net/openvpn/DEPENDS
index 8a253e0..5c3fa7e 100755
--- a/net/openvpn/DEPENDS
+++ b/net/openvpn/DEPENDS
@@ -3,6 +3,11 @@ optional_depends linux-pam \
"--disable-plugin-auth-pam" \
"to build auth-pam plugin" &&

+optional_depends pkcs11-helper \
+ "--enable-pkcs11" \
+ "--disable-pkcs11" \
+ "for PKCS#11 support" &&
+
optional_depends SSL \
"--enable-crypto --enable-ssl" \
"--disable-crypto --disable-ssl" \
diff --git a/net/openvpn/DETAILS b/net/openvpn/DETAILS
index d45b74e..b8f6fd3 100755
--- a/net/openvpn/DETAILS
+++ b/net/openvpn/DETAILS
@@ -1,5 +1,5 @@
SPELL=openvpn
- VERSION=2.3.4
+ VERSION=2.3.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/net/openvpn/HISTORY b/net/openvpn/HISTORY
index 50a947f..8c1209e 100644
--- a/net/openvpn/HISTORY
+++ b/net/openvpn/HISTORY
@@ -1,3 +1,7 @@
+2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3.5
+ * DEPENDS: added missing pkcs11-helper dependency
+
2014-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.3.4
* DEPENDS: made PAM optional; added missing dependencies -- iproute2,



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b8681855f4554c5657472ea4d45801f51858cf40), Vlad Glagolev, 10/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page