Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567912 - net-misc/sstp-client-1.0.10 - version bump and issue fix
Summary: net-misc/sstp-client-1.0.10 - version bump and issue fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael 'veremitz' Everitt
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-10 04:40 UTC by Stanislav Nikitin
Modified: 2016-01-10 23:58 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sstp-client 1.0.10 ebuild (sstp-client-1.0.10.ebuild,1.33 KB, text/plain)
2015-12-10 04:40 UTC, Stanislav Nikitin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Nikitin 2015-12-10 04:40:06 UTC
Created attachment 418916 [details]
sstp-client 1.0.10 ebuild

Attached ebuild makes 2 things possible:

1. Version bump to latest 1.0.10
2. Fixing issue with net-misc/networkmanager-sstp usage, as it looking in /run/sstpc for established connections, and sstp-client writes them in /var/lib/run/sstpc by default. Adding --with-runtime-dir="/run/sstpc" to configure opts is enough.
Comment 1 Stanislav Nikitin 2016-01-07 19:08:53 UTC
Any possible chance to get this into tree? Current ebuild is useless, because NetworkManager can't work with it without changing --with-runtime-dir option at configure time.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2016-01-10 23:58:49 UTC
commit 57894823441934f5ff111496d91ce2e2856b032b
Author: Michael Everitt <m.j.everitt@iee.org>
Date:   Sun Jan 10 10:38:55 2016 +0000

    net-misc/sstp-client: Version bump to 1.0.10. Build fixes.
    
    Inherit autotools, direct sed statement to makefile.am over Makefile.in.
    Ack to Coacher for various fixes & testing.
    
    Suggested-by: Stanislav Nikitin <pztrn@pztrn.name>
    Acked-by: Michael Everitt <m.j.everitt@iee.org>
    

commit cac39d145cb367838351ab4cef700eb1401e5e42
Author: Michael Everitt <m.j.everitt@iee.org>
Date:   Sun Jan 10 10:30:30 2016 +0000

    net-misc/sstp-client: Fix for bug #567912.
    
    Fixes issue with net-misc/networkmanager-sstp, where connections are
    wrongly written to /var/lib/run/sstpc and networkmanager-sstp is looking
    in /run/sstpc. Adding --with-runtime-dir="/run/sstpc" to configure opts
    solves this issue.
    Inherit autotools, direct sed statement to makefile.am over Makefile.in.
    Ack to Coacher for various fixes & testing.
    Gentoo-Bug: 567912.
    
    Reported-by: Stanislav Nikitin <pztrn@pztrn.name>
    Acked-by: Michael Everitt <m.j.everitt@iee.org