Page MenuHomeFreeBSD

New port: net/mlvpn (Multilink VPN for bonding multiple ISP links)
ClosedPublic

Authored by olivier on Apr 20 2016, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 8, 5:04 AM
Unknown Object (File)
Fri, Jun 7, 6:54 AM
Unknown Object (File)
Sat, Jun 1, 3:01 AM
Unknown Object (File)
Tue, May 28, 5:25 AM
Unknown Object (File)
May 9 2024, 11:21 AM
Unknown Object (File)
Apr 26 2024, 5:59 AM
Unknown Object (File)
Apr 20 2024, 2:07 AM
Unknown Object (File)
Apr 20 2024, 2:07 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

olivier retitled this revision from to New port: net/mlvpn (Multilink VPN for bonding multiple ISP links).
olivier updated this object.
olivier edited the test plan for this revision. (Show Details)
olivier added reviewers: jadawin, tabthorpe.

Please, regenerate the patches with make makepatch.

Also, did you run the rc file through devel/rclint ?

net/mlvpn/Makefile
13–14 ↗(On Diff #15402)

Remove ${PORTSDIR}/

19 ↗(On Diff #15402)

You should put PORTNAME=MLVPN, or GH_PROJECT=MLVPN. It only works by chance because github projects are case insensitives.

36–38 ↗(On Diff #15402)

This maps to:

CONTROL_CONFIGURE_OFF=--disable-control

But I guess it should be more along the lines of:

CONTROL_CONFIGURE_ENABLE=control
47–48 ↗(On Diff #15402)

The modes should go in the plist.

Updating port following mat's comments. But I didn't reach to use rclint: it generates a "IndexError: string index out of range"

net/mlvpn/Makefile
20 ↗(On Diff #15410)

Then you can remove this line.

23–24 ↗(On Diff #15410)

Instead of this, you should USES=localbase

42 ↗(On Diff #15410)

I think this, too, should be a .sample, unless it's a script the user will never change.

net/mlvpn/pkg-plist
4–5 ↗(On Diff #15410)

You forgot to add the modes here, unless they are not needed.

As mat is absolutely everywhere and doesn't trust other mentors/committers, i let mat approve this one.
I already asked mat to let us (tabthorpe and myself) do our mentors jobs but he doesn't care. I have no problem with double checks but you don't let me time to have a first look. This is a lack of respect for mentors and a lack of respect since i already asked you to stop.

olivier edited edge metadata.

Continue improving. I didn't put the srcipt in sample because user should not modifying it.

Forgot to update net/Makefile

Mat, are you okay with the current status of this port ?

net/mlvpn/Makefile
20 ↗(On Diff #15478)

This line can be removed.

net/mlvpn/distinfo
1–2 ↗(On Diff #15478)

I think you forgot to run make makesum, this doesn't seem to be correct.

net/mlvpn/pkg-plist
4–5 ↗(On Diff #15478)

I don't know how the software works, but these will only be readable by root, and it seems to be running as user mlvpn.

net/mlvpn/distinfo
1–2 ↗(On Diff #15478)

This distinfo is the good one, my retry give me the same output:

root@lame4:/usr/ports/net/mlvpn # make distclean
===>  Cleaning for mlvpn-2.3.1
===>  Deleting distfiles for mlvpn-2.3.1
root@lame4:/usr/ports/net/mlvpn # make makesum
===>  License BSD2CLAUSE accepted by the user
===>  Found saved configuration for mlvpn-2.3.1
===>   mlvpn-2.3.1 depends on file: /usr/local/sbin/pkg - found
=> zehome-MLVPN-2.3.1_GH0.tar.gz doesn't seem to exist in /usr/local/poudriere/ports/default/distfiles/.
=> Attempting to fetch https://codeload.github.com/zehome/MLVPN/tar.gz/2.3.1?dummy=/zehome-MLVPN-2.3.1_GH0.tar.gz
zehome-MLVPN-2.3.1_GH0.tar.gz                 100% of   81 kB  375 kBps 00m00s
===> Fetching all distfiles required by mlvpn-2.3.1 for building
root@lame4:/usr/ports/net/mlvpn # cat distinfo
SHA256 (zehome-MLVPN-2.3.1_GH0.tar.gz) = 4bbe8ae10ccad4ba764d29db0293b3ab523ded5d0a0b5adbe6a8d4d839e4138e
SIZE (zehome-MLVPN-2.3.1_GH0.tar.gz) = 83817
net/mlvpn/pkg-plist
4–5 ↗(On Diff #15478)

mlvpn start as root and open configuration with its root right then switch to mlvpn user.

Remove a useless line in Makefile

Look with your eyes, you just said:

root@lame4:/usr/ports/net/mlvpn # cat distinfo
SHA256 (zehome-MLVPN-2.3.1_GH0.tar.gz) = 4bbe8ae10ccad4ba764d29db0293b3ab523ded5d0a0b5adbe6a8d4d839e4138e
SIZE (zehome-MLVPN-2.3.1_GH0.tar.gz) = 83817

Look at the content of the distinfo in the review, it containt this:

SHA256 (zehome-mlvpn-2.3.1_GH0.tar.gz) = 4bbe8ae10ccad4ba764d29db0293b3ab523ded5d0a0b5adbe6a8d4d839e4138e
SIZE (zehome-mlvpn-2.3.1_GH0.tar.gz) = 83817

It is not the same.

It may be ok on your local directory, but it is not here.

olivier edited edge metadata.

Update filename in distinfo

mat edited edge metadata.
This revision is now accepted and ready to land.Apr 27 2016, 8:57 AM
This revision was automatically updated to reflect the committed changes.