[Lunar-commits] <moonbase> ppp: version bumped to 2.4.5.

Florin Braescu florin at lunar-linux.org
Wed Nov 18 16:09:47 CET 2009


commit 7a23035b62fddda2c46d140b5c2f88e07e2e0786
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Nov 18 17:09:47 2009 +0200

    ppp: version bumped to 2.4.5.
    
    Changes:
    * Under Linux, pppd can now operate in a mode where it doesn't request
      the peer's IP address, as some peers refuse to supply an IP address.
      Since Linux supports device routes as well as gateway routes, it's
      possible to have no remote IP address assigned to the ppp interface
      and still route traffic over it.
    
    * Pppd now works better with 3G modems that do strange things such as
      sending IPCP Configure-Naks with the same values over and over again.
    
    * The PPP over L2TP plugin is included, which works with the pppol2tp
      PPP channel code in the Linux kernel.  This allows pppd to be used
      to set up tunnels using the Layer 2 Tunneling Protocol.
    
    * A new 'enable-session' option has been added, which enables session
      accounting via PAM or wtwp/wtmpx, as appropriate.  See the pppd man
      page for details.
    
    * Several bugs have been fixed.
---
 net/ppp/BUILD   |   14 +++++++-------
 net/ppp/DETAILS |   12 ++++++------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/net/ppp/BUILD b/net/ppp/BUILD
index 4d23131..0a9358d 100644
--- a/net/ppp/BUILD
+++ b/net/ppp/BUILD
@@ -2,28 +2,28 @@
 
   add_priv_group ppp &&
 
-  default_build &&
-  make install-etcppp &&
+  default_build  &&
+  make install-etcppp  &&
 
   mkdir  -p  /etc/ppp/{peers,chat}  &&
 
   if ! [ -f /etc/resolv.conf ]; then
     touch /etc/ppp/resolv.conf
     ln  -f  /etc/ppp/resolv.conf /etc/resolv.conf
-  fi &&
+  fi  &&
 
   install -m755  $SCRIPT_DIRECTORY/pon \
-     $SCRIPT_DIRECTORY/poff  /usr/bin  &&
+     $SCRIPT_DIRECTORY/poff  /usr/bin   &&
 
   if  [  !  -e  /etc/ppp/peers/isp  ];  then
     install -m644  $SCRIPT_DIRECTORY/peers /etc/ppp/peers/isp
-    fi &&
+    fi  &&
 
   if  [  !  -e  /etc/ppp/chat/isp  ];  then
           install -m644  $SCRIPT_DIRECTORY/isp  /etc/ppp/chat/isp
-  fi &&
+  fi  &&
 
-  chown -R root:ppp /usr/sbin/pppd /etc/ppp &&
+  chown -R root:ppp /usr/sbin/pppd /etc/ppp  &&
   chmod 4750 /usr/sbin/pppd  &&
   chmod 600 /etc/ppp/*-secrets
 
diff --git a/net/ppp/DETAILS b/net/ppp/DETAILS
index 3e5e1c7..ddd78ab 100644
--- a/net/ppp/DETAILS
+++ b/net/ppp/DETAILS
@@ -1,13 +1,13 @@
           MODULE=ppp
-         VERSION=2.4.4
+         VERSION=2.4.5
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://samba.org/ftp/ppp/
-   SOURCE_URL[1]=ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/
-      SOURCE_VFY=sha1:9b91b0117e0a8bfaf8c4e894af79e0960dd36259
+   SOURCE_URL[0]=http://samba.org/ftp/ppp
+   SOURCE_URL[1]=ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles
+      SOURCE_VFY=sha1:cb977b31584e3488e08a643aaa672fdb229d2e78
         WEB_SITE=http://www.samba.org/ppp
          ENTERED=20010922
-         UPDATED=20070304
-           SHORT="A server/client for for point to point protocol."
+         UPDATED=20091118
+           SHORT="A server/client for for point to point protocol"
 
 cat << EOF
 PPP Daemon for Linux, Solaris 2, *BSD, SunOS 4, Digital Unix, SVR4,


More information about the Lunar-commits mailing list