Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e0d803fc0a2ac41873404be7eaa3a7ef6c66b92b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e0d803fc0a2ac41873404be7eaa3a7ef6c66b92b)
  • Date: Wed, 18 Oct 2006 19:09:27 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/pptp-linux/DETAILS | 7 ++++---
net/pptp-linux/HISTORY | 3 +++
net/pptp-linux/pptp-1.7.1.tar.gz.sig |binary
net/pptpconfig/DETAILS | 7 ++++---
net/pptpconfig/FINAL | 8 --------
net/pptpconfig/HISTORY | 9 +++++++++
net/pptpconfig/INSTALL | 3 +++
net/pptpconfig/PRE_BUILD | 4 ++++
net/pptpconfig/pptpconfig | 6 ------
net/pptpconfig/pptpconfig-20060821.tar.gz.sig |binary
net/pptpconfig/pptpconfig.php.patch | 7 ++++---
11 files changed, 31 insertions(+), 23 deletions(-)

New commits:
commit e0d803fc0a2ac41873404be7eaa3a7ef6c66b92b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

* DETAILS: Updated to 20060821
* FINAL: Force symlink creation (don't fail if it already exists)
Removed patching of pptpconfig.php from here
* INSTALL: Rename FINAL to INSTALL
* PRE_BUILD: Moved patching of pptpconfig.php here
* pptpconfig.php.patch: Updated to 20060821
* pptpconfig: Removed, no longer needed

commit 5595dee44323388d0af154260a7ee5a09eae1973
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated pptp-linux to 1.7.1 (latest stable)

diff --git a/net/pptp-linux/DETAILS b/net/pptp-linux/DETAILS
index 01f7cdf..64044fa 100755
--- a/net/pptp-linux/DETAILS
+++ b/net/pptp-linux/DETAILS
@@ -1,13 +1,14 @@
SPELL=pptp-linux
- VERSION=1.6.0
+ VERSION=1.7.1
SOURCE=pptp-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pptp-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/pptpclient/$SOURCE
-
SOURCE_HASH=sha512:1b57d933b818b6115d847116ce17bb377713eebf76cfb791e085ced42291e56045ec807310b898ec0684e9251d232f59dc12b56cc63fa834a6767cd198a1f4d9
+#
SOURCE_HASH=sha512:1b57d933b818b6115d847116ce17bb377713eebf76cfb791e085ced42291e56045ec807310b898ec0684e9251d232f59dc12b56cc63fa834a6767cd198a1f4d9
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
WEB_SITE=http://pptpclient.sourceforge.net/
- ENTERED=20030602
KEYWORDS="microsoft net"
+ ENTERED=20030602
SHORT="A Linux client for the Microsoft PPTP protocol."
cat << EOF
PPTP Client is a Linux, FreeBSD and NetBSD client for the proprietary
diff --git a/net/pptp-linux/HISTORY b/net/pptp-linux/HISTORY
index 9d2a3a5..177b1fb 100644
--- a/net/pptp-linux/HISTORY
+++ b/net/pptp-linux/HISTORY
@@ -1,3 +1,6 @@
+2006-10-18 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.7.1
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/pptp-linux/pptp-1.7.1.tar.gz.sig
b/net/pptp-linux/pptp-1.7.1.tar.gz.sig
new file mode 100644
index 0000000..fc725e7
Binary files /dev/null and b/net/pptp-linux/pptp-1.7.1.tar.gz.sig differ
diff --git a/net/pptpconfig/DETAILS b/net/pptpconfig/DETAILS
index 61a50ad..0b3f6ca 100755
--- a/net/pptpconfig/DETAILS
+++ b/net/pptpconfig/DETAILS
@@ -1,13 +1,14 @@
SPELL=pptpconfig
- VERSION=20040619
+ VERSION=20060821
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/pptpclient/$SOURCE
-
SOURCE_HASH=sha512:542e14e1648fcc341621164d492d5e3c67f491813d81e92eef86450984282079ae64c0dffc34b2f42331f561137b508d7d9b1407b68acfa170162d906ff911ed

+#
SOURCE_HASH=sha512:542e14e1648fcc341621164d492d5e3c67f491813d81e92eef86450984282079ae64c0dffc34b2f42331f561137b508d7d9b1407b68acfa170162d906ff911ed

+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
WEB_SITE=http://pptpclient.sourceforge.net/
- ENTERED=20030602
KEYWORDS="microsoft net"
+ ENTERED=20030602
SHORT="A Linux gui client for the Microsoft PPTP protocol."
cat << EOF
PPTP Client is a Linux, FreeBSD and NetBSD client for the proprietary
diff --git a/net/pptpconfig/FINAL b/net/pptpconfig/FINAL
deleted file mode 100755
index 400e739..0000000
--- a/net/pptpconfig/FINAL
+++ /dev/null
@@ -1,8 +0,0 @@
-cd /usr/bin
-patch -p0 <${SCRIPT_DIRECTORY}/pptpconfig.php.patch &&
-
-cd /usr/sbin &&
-rm pptpconfig &&
-cp ${SCRIPT_DIRECTORY}/pptpconfig ./ &&
-cd /usr/bin &&
-ln -s /usr/lib/php/20020429/php_gtk.so
diff --git a/net/pptpconfig/HISTORY b/net/pptpconfig/HISTORY
index 7cb015e..77b6c04 100644
--- a/net/pptpconfig/HISTORY
+++ b/net/pptpconfig/HISTORY
@@ -1,3 +1,12 @@
+2006-10-18 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 20060821
+ * FINAL: Force symlink creation (don't fail if it already exists)
+ Removed patching of pptpconfig.php from here
+ * INSTALL: Rename FINAL to INSTALL
+ * PRE_BUILD: Moved patching of pptpconfig.php here
+ * pptpconfig.php.patch: Updated to 20060821
+ * pptpconfig: Removed, no longer needed
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/pptpconfig/INSTALL b/net/pptpconfig/INSTALL
new file mode 100755
index 0000000..e40ed21
--- /dev/null
+++ b/net/pptpconfig/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+cd /usr/sbin &&
+ln -sf /usr/lib/php/20020429/php_gtk.so
diff --git a/net/pptpconfig/PRE_BUILD b/net/pptpconfig/PRE_BUILD
new file mode 100755
index 0000000..dbaebf1
--- /dev/null
+++ b/net/pptpconfig/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+patch $SOURCE_DIRECTORY/pptpconfig.php \
+ $SCRIPT_DIRECTORY/pptpconfig.php.patch
diff --git a/net/pptpconfig/pptpconfig b/net/pptpconfig/pptpconfig
deleted file mode 100755
index 426dd4a..0000000
--- a/net/pptpconfig/pptpconfig
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-tmp="`pwd`"
-cd /usr/bin/
-pptpconfig.php
-cd $tmp
diff --git a/net/pptpconfig/pptpconfig-20060821.tar.gz.sig
b/net/pptpconfig/pptpconfig-20060821.tar.gz.sig
new file mode 100644
index 0000000..720f69d
Binary files /dev/null and b/net/pptpconfig/pptpconfig-20060821.tar.gz.sig
differ
diff --git a/net/pptpconfig/pptpconfig.php.patch
b/net/pptpconfig/pptpconfig.php.patch
index 82ad2e5..a2dcab0 100644
--- a/net/pptpconfig/pptpconfig.php.patch
+++ b/net/pptpconfig/pptpconfig.php.patch
@@ -1,8 +1,9 @@
---- pptpconfig.php.old 2005-01-25 01:46:52.093732400 -0800
-+++ pptpconfig.php 2005-01-25 01:47:31.487743600 -0800
+diff -Naur pptpconfig-20060821.orig/pptpconfig.php
pptpconfig-20060821/pptpconfig.php
+--- pptpconfig-20060821.orig/pptpconfig.php 2006-10-18 15:50:40.469995032
-0700
++++ pptpconfig-20060821/pptpconfig.php 2006-10-18 15:50:51.861263296 -0700
@@ -1,4 +1,4 @@
-#!/usr/lib/php-pcntl/bin/php -q
+#!/usr/bin/php -q
<?php
#
- # $Id: pptpconfig.php,v 1.2 2004/06/19 08:57:15 quozl Exp $
+ # $Id: pptpconfig.php,v 1.12 2006/08/21 06:19:12 quozl Exp $



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e0d803fc0a2ac41873404be7eaa3a7ef6c66b92b), Eric Sandall, 10/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page