Github messages for voidlinux
 help / color / mirror / Atom feed
From: michalszmidt <michalszmidt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Package request: sstp-client
Date: Sat, 14 Oct 2023 00:00:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46669@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2124 bytes --]

New issue by michalszmidt on void-packages repository

https://github.com/void-linux/void-packages/issues/46669

Description:
### Package name

sstp-client

### Package homepage

https://sstp-client.sourceforge.net

### Description

SSTP is Microsofts Remote Access Solution (RAS) for PPP over SSL.
http://en.wikipedia.org/wiki/Secure_Socket_Tunneling_Protocol

SSTP-Client features:
- Connect to Microsoft RAS network using SSTP
- Use HTTPS with strong encryption over port 443
- Asynchronous HDLC frame support
- Integration with pon/poff with various distributions

Already tried creating `template` without success.

```ini
pkgname=sstp-client
version=1.0.19
revision=1
build_style=configure
configure_args='--with-libevent=2 --disable-static --with-runtime-dir="/var/run/sstpc" --enable-group=sstpc --enable-user=sstpc --prefix=/usr'
hostmakedepends="ppp shadow gawk"
makedepends="pkg-config ppp-devel libevent-devel libevent openssl openssl-devel autoconf autoconf-archive libtool automake"
depends="ppp libevent openssl"
short_desc="A client implementation of SSTP VPN for Linux"
license="GPL-2.0-or-later"
homepage="https://sstp-client.sourceforge.net"
distfiles="https://gitlab.com/sstp-project/sstp-client/-/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=e2652365f69f5037102e78f4e115ff764a390b27bb3fd513a8a50b10a61bb613
make_install_args="prefix=/usr"

pre_configure() {
	getent group sstpc || /usr/bin/groupadd sstpc

	getent passwd sstpc || /usr/bin/useradd -r \
		-c "Secure Socket Tunneling Protocol (SSTP) Client" \
		-g sstpc \
		-d /var/run/sstpc \
		-s /usr/bin/nologin \
		sstpc

	pppd_version="$(pppd --version | cut -d ' ' -f 3)"
	configure_args="$configure_args --with-pppd-plugin-dir=/usr/lib/pppd/$pppd_version"
	echo "$configure_args"
	prefix='/usr'
	autoreconf --install

}

pre_build() {
	cd $wrksrc
	./configure
}

do_check(){
	cd $wrksrc
	make check
}

post_install() {
	vlicense COPYING
}

```


### Does the requested package meet the package requirements?

Compiled, Required

### Is the requested package released?

Yes

             reply	other threads:[~2023-10-13 22:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13 22:00 michalszmidt [this message]
2023-10-17 17:43 ` balejk
2023-12-19  2:45 ` [ISSUE] [CLOSED] " sgn
2023-12-29 16:50 ` michalszmidt
2023-12-29 18:09 ` balejk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46669@inbox.vuxu.org \
    --to=michalszmidt@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).