Skip to Content.
Sympa Menu

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

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 (f0c47b8b880d92ade646a1769064f87cb656225f)
  • Date: Sat, 13 Feb 2010 18:22:49 -0600

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

net/ppp/CONFIGURE | 1 +
net/ppp/DETAILS | 9 ++++-----
net/ppp/HISTORY | 5 ++++-
net/ppp/ppp-2.4.3-x86-64.diff | 13 -------------
4 files changed, 9 insertions(+), 19 deletions(-)

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

ppp: => 2.4.5

diff --git a/net/ppp/CONFIGURE b/net/ppp/CONFIGURE
index f7afd8c..deb43f7 100755
--- a/net/ppp/CONFIGURE
+++ b/net/ppp/CONFIGURE
@@ -1,3 +1,4 @@
config_query USE_PEER_DNS "Use peer DNS" y &&
+
config_query HAVE_CBCP \
"Would you like CBCP support (for callback possibility) ?" n
diff --git a/net/ppp/DETAILS b/net/ppp/DETAILS
index 9cfd1ca..4e8c149 100755
--- a/net/ppp/DETAILS
+++ b/net/ppp/DETAILS
@@ -1,16 +1,15 @@
SPELL=ppp
- VERSION=2.4.4
+ VERSION=2.4.5
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.samba.org/pub/ppp/$SOURCE
-
SOURCE_HASH=sha512:70bde7121a0a2e150a7eec85731ca1055a2741da7886a8b8734c075637703d223bb579c3d14ad32a009488e07deaa62e7948e2d3e73077e6fb3db076841f7270
+
SOURCE_HASH=sha512:3688720a0f9ee47802e72dc6aa3d47c7312c195007f37a6ceb087fdb6f1f77ad75e922a568cffed6d1a857f06d79460d6d38b56e179310e493a0380a0c5a4f6e
LICENSE[0]=http://va.samba.org/ppp/README.html
SECURITY_PATCH=1
- PATCHLEVEL=1
WEB_SITE=http://www.samba.org/ppp/
ENTERED=20010922
KEYWORDS="net"
- SHORT="Server/client for for point to point protocol."
+ SHORT="Server/client for for point to point protocol"
cat << EOF
PPP Daemon for Linux, Solaris 2, *BSD, SunOS 4, Digital Unix, SVR4,
NeXTStep, and Ultrix. This allows Unix machines to connect to the
diff --git a/net/ppp/HISTORY b/net/ppp/HISTORY
index ce470bb..0a5bb19 100644
--- a/net/ppp/HISTORY
+++ b/net/ppp/HISTORY
@@ -1,3 +1,6 @@
+2010-02-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.5; quoting paths
+
2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Requires group ppp to exist during INSTALL

@@ -13,7 +16,7 @@

2006-07-13 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated to 2.4.4, security fix
- * removed patch for 2.4.3
+ * ppp-2.4.3-x86-64.diff: removed patch for 2.4.3

2006-05-23 Pol Vinogradov <vin.public AT gmail.com>
* FINAL: fixed resolv.conf handling completely
diff --git a/net/ppp/ppp-2.4.3-x86-64.diff b/net/ppp/ppp-2.4.3-x86-64.diff
deleted file mode 100644
index 7c0e95f..0000000
--- a/net/ppp/ppp-2.4.3-x86-64.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urN ppp-2.4.3.org/pppd/Makefile.linux ppp-2.4.3/pppd/Makefile.linux
---- ppp-2.4.3.org/pppd/Makefile.linux 2004-11-13 12:02:22.000000000 +0000
-+++ ppp-2.4.3/pppd/Makefile.linux 2005-04-22 16:52:01.000000000 +0000
-@@ -123,6 +123,9 @@
- ifneq ($(wildcard /usr/lib/libcrypt.*),)
- LIBS += -lcrypt
- endif
-+ifneq ($(wildcard /usr/lib64/libcrypt.*),)
-+LIBS += -lcrypt
-+endif
-
- ifdef NEEDDES
- ifndef USE_CRYPT



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f0c47b8b880d92ade646a1769064f87cb656225f), Vlad Glagolev, 02/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page