Changeset ddea341 for npl/internetserver


Ignore:
Timestamp:
10/26/17 13:00:42 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
21dd3b8
Parents:
d7191d1
Message:

update ppp pptp for windows 10

Location:
npl/internetserver
Files:
27 added
51 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • npl/internetserver/poptop_pptpd/poptop_pptpd.SlackBuild

    rd7191d1 rddea341  
    11#!/bin/sh
     2#DEP:ppp
     3
    24
    35CWD=`pwd`
     
    79mkdir -p $PKG
    810
    9 VERSION=1.3.4
     11VERSION=1.4.0
    1012ARCH=${ARCH:-i486}
    1113BUILD=1DatuX
     
    1416rm -rf *
    1517
    16 tar xzvf $CWD/pptpd-1.3.4.tar.gz
    17 cd pptpd-1.3.4
     18tar xzvf $CWD/pptpd-$VERSION.tar.gz
     19cd pptpd-$VERSION
    1820./configure --with-libwrap \
    1921    --enable-bcrelay \
     
    2426    --libdir=/usr/lib \
    2527    --libexecdir=/usr/sbin || exit 1
    26      
     28
    2729make -j 1 || exit 1
    2830make -j 1 install DESTDIR=$PKG || exit 1
     
    4345cat << EOF > $PKG/service/pptpd/run
    4446#!/bin/bash
     47modprobe pptp
    4548exec pptpd -f -c /home/system/pptpd/pptpd.conf
    4649EOF
    47 chmod +x $PKG/service/pptpd/run 
     50chmod +x $PKG/service/pptpd/run
    4851
    4952#etc config files fixxen
     
    6063makepkg -l y -c n $CWD/$NAME.pkg > /dev/null &&
    6164echo $VERSION > $CWD/$NAME.version &&
    62 arch > $CWD/$NAME.arch 
     65arch > $CWD/$NAME.arch
  • npl/internetserver/poptop_pptpd/poptop_pptpd.build

    rd7191d1 rddea341  
    1 6111
     16116
  • npl/internetserver/poptop_pptpd/poptop_pptpd.md5

    rd7191d1 rddea341  
    1 034e83f734e7972f5df3dfa2fa607416  ./poptop_pptpd.pkg
    2 37b3bb7342f0b780d2a48fe32ef4355c  ./poptop_pptpd.SlackBuild
    3 ec84c4d192d30dcf594af4f934159543  ./poptop_pptpd.SlackBuild.log.gz
     16d2bb46234794572721edc5243861c1f  ./poptop_pptpd.pkg
     2a4030ec4d35af9d5320452c87f87b9d8  ./poptop_pptpd.SlackBuild
     36a99e6cb2629e01c00382dc75127c4c5  ./poptop_pptpd.SlackBuild.log.gz
    44fc5af1e56891b41a248510da94f000e8  ./post.poptop_pptpd
    550f4a089991cc119410f638f1e79cc0c6  ./ppp/chap-secrets
    6 57cc9aa552bb90cc59ff4e61ab2801e5  ./ppp/options.pptpd
     67dcd4595bb7bbf005723773e184a1410  ./ppp/options.pptpd
    7767d71b58aebd10cafe3931b6a6870ab9  ./ppp/pptpd.conf
    8 b38df9c431041922c997c1148bedf591  ./pptpd-1.3.4.tar.gz
    9 d5b059e1ad448fd8d7ff0e226b17619f  ./readme.txt
     836f9f45c6ffa92bc3b6e24ae2d053505  ./pptpd-1.4.0.tar.gz
  • npl/internetserver/poptop_pptpd/poptop_pptpd.version

    rd7191d1 rddea341  
    1 1.3.4
     11.4.0
  • npl/internetserver/poptop_pptpd/ppp/options.pptpd

    rd7191d1 rddea341  
    1414# Authentication
    1515
    16 # Name of the local system for authentication purposes 
     16# Name of the local system for authentication purposes
    1717# (must match the second field in /etc/ppp/chap-secrets entries)
    1818name pptpd
     
    102102
    103103# Disable BSD-Compress compression
    104 nobsdcomp 
     104nobsdcomp
    105105
    106 # Disable Van Jacobson compression 
     106# Disable Van Jacobson compression
    107107# (needed on some networks with Windows 9x/ME/XP clients, see posting to
    108108# poptop-server on 14th April 2005 by Pawel Pokrywka and followups,
     
    111111novjccomp
    112112
    113 # turn off logging to stderr, since this may be redirected to pptpd, 
     113# turn off logging to stderr, since this may be redirected to pptpd,
    114114# which may trigger a loopback
    115115nologfd
    116116
    117 # put plugins here 
     117# put plugins here
    118118# (putting them higher up may cause them to sent messages to the pty)
    119119plugin radius.so
    120120plugin radrealms.so
    121121plugin radattr.so
    122 
    123 # nodig om connectie problemen op te lossen met servers achter 'broken routers'
    124 nomppe-lower-mtu
    125 
    126 
    127 
  • npl/internetserver/pppd_ldap/pppd_ldap.SlackBuild

    rd7191d1 rddea341  
    11#!/bin/sh
    2 #DEP:poptop_ppp
     2#DEP:ppp
    33#DEP:openldap
    44CWD=`pwd`
     
    2727chmod +x $PKG/etc/postinst.d/post.pppd_ldap
    2828
    29 #LDAP schema file voor Radius 
     29#LDAP schema file voor Radius
    3030mkdir -p $PKG/etc/openldap/schema
    3131cp RADIUS-LDAPv3.schema $PKG/etc/openldap/schema || exit 1
     
    3636makepkg -l y -c n $CWD/$NAME.pkg > /dev/null &&
    3737echo $VERSION > $CWD/$NAME.version &&
    38 arch > $CWD/$NAME.arch 
     38arch > $CWD/$NAME.arch
Note: See TracChangeset for help on using the changeset viewer.