Bug 1462458 - Add vtun to EPEL 7?
Summary: Add vtun to EPEL 7?
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vtun
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gabriel Somlo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-17 20:32 UTC by Chris Adams
Modified: 2017-11-11 02:51 UTC (History)
2 users (show)

Fixed In Version: vtun-3.0.4-2.fc26 vtun-3.0.4-2.el7 vtun-3.0.4-5.fc26 vtun-3.0.4-5.el7 vtun-3.0.4-5.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-01 00:01:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Chris Adams 2017-06-17 20:32:53 UTC
I would like to see vtun in EPEL 7. Would you add it, or would you like assistance in packaging it for EPEL 7? I haven't looked at the package yet; are there known issues blocking it, or is it just a case of you don't use EPEL 7?

Comment 1 Gabriel Somlo 2017-06-19 12:31:17 UTC
Never came up before :) I did a mock build against epel-7 and nothing obvious broke, so I requested an epel7 branch via the package database. Stay tuned...

Comment 2 Fedora Update System 2017-06-19 14:05:05 UTC
vtun-3.0.4-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-414e87e78e

Comment 3 Fedora Update System 2017-06-19 14:53:12 UTC
vtun-3.0.4-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-414e87e78e

Comment 4 Chris Adams 2017-06-28 20:05:36 UTC
I installed this from testing, and did find a couple of issues:

- One packaging issue: the package includes a subdirectory in /var/lock, but that's on the /run tmpfs now, so needs to have an entry in /usr/lib/tmpfiles.d

- One bug (may be a bug in vtund?): when I enable encryption on a session, the vtund server segfaults in OpenSSL:

[79424.644636] vtund[27482]: segfault at 0 ip 00007fc14cda41ca sp 00007fff8b5b1c10 error 4 in libcrypto.so.1.0.1e[7fc14ccba000+1c0000]

Comment 5 Gabriel Somlo 2017-07-31 18:51:49 UTC
fixed the tmpfiles.d issue, will upload new test build soon.

Re. openssl: what version of openssl-libs ships on el7? I have 1.0.2k on F24 (where vtun works fine encrypted) and 1.1.0f on F26 (where I haven't tried it yet).

Comment 6 Fedora Update System 2017-07-31 18:53:56 UTC
vtun-3.0.4-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-5e53642508

Comment 7 Fedora Update System 2017-07-31 18:54:23 UTC
vtun-3.0.4-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5e35833214

Comment 8 Fedora Update System 2017-08-01 22:19:11 UTC
vtun-3.0.4-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5e35833214

Comment 9 Fedora Update System 2017-08-02 01:52:34 UTC
vtun-3.0.4-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-5e53642508

Comment 10 Jan Kurik 2017-08-15 06:25:46 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle.
Changing version to '27'.

Comment 11 Fedora Update System 2017-08-23 19:51:26 UTC
vtun-3.0.4-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2017-08-24 02:47:53 UTC
vtun-3.0.4-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.

Comment 13 Pavel Gashev 2017-09-06 15:07:27 UTC
Please note that encryption in vtun-3.0.4-2 is completely broken. Encryption context is initialized into a temporary variable (pctx_enc) so actual context is always null.

#0  EVP_EncryptUpdate (ctx=0x0, out=out@entry=0x7f036e71a700 "", outl=outl@entry=0x7ffd7ab092ac, in=in@entry=0x7f036e71bb00 "E",
    inl=88) at evp_enc.c:377
#1  0x00007f036cf50ecc in encrypt_buf (len=84, in=<optimized out>, out=0x7ffd7ab093d8) at lfd_encrypt.c:328
#2  0x00007f036cf4f816 in lfd_run_down (out=0x7ffd7ab093d8, in=<optimized out>, len=<optimized out>) at linkfd.c:115
#3  lfd_linker () at linkfd.c:341
#4  linkfd (host=host@entry=0x7f036e719390) at linkfd.c:427
#5  0x00007f036cf4d871 in tunnel (host=host@entry=0x7f036e719390) at tunnel.c:227
#6  0x00007f036cf4b66e in connection (sock=sock@entry=4) at server.c:99
#7  0x00007f036cf4b940 in listener () at server.c:166
#8  server (sock=sock@entry=0) at server.c:196
#9  0x00007f036cf48318 in main (argc=3, argv=0x7ffd7ab09c38, env=0x7ffd7ab09c58) at main.c:234

Comment 14 Gabriel Somlo 2017-09-06 15:20:08 UTC
Is there an upstream patch I should apply in advance of a future 3.0.5 release ?

If not, would you mind reporting this to the upstream project mailing list at https://sourceforge.net/projects/vtun/lists/vtun-devel ?

Comment 15 Pavel Gashev 2017-09-06 15:27:52 UTC
The bug is caused by vtun-openssl.patch from this package so I believe upstream fix is not required.

Comment 16 Gabriel Somlo 2017-09-06 15:38:20 UTC
Since EPEL7 is still using openssl 1.0, so vtun-3.0.4-4 is no longer applying that patch (required only for openssl 1.1 in >= F26) for the EPEL7 build. See bug 1487003

Comment 17 Gabriel Somlo 2017-10-11 18:01:35 UTC
just a quick follow-up: the openssl out-of-tree patch I used to build against openssl1.1 never worked properly, and segfaulted when one attempted to use it. Instead, I'm building against compat-openssl1.0 and will leave it to upstream to fix openssl1.1 compatibility.

Comment 18 Fedora Update System 2017-10-11 18:11:41 UTC
vtun-3.0.4-5.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-4853fd2ed8

Comment 19 Fedora Update System 2017-10-11 18:12:20 UTC
vtun-3.0.4-5.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-019aa5febe

Comment 20 Fedora Update System 2017-10-13 04:19:33 UTC
vtun-3.0.4-5.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-fd12483a2d

Comment 21 Fedora Update System 2017-10-13 04:23:00 UTC
vtun-3.0.4-5.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-019aa5febe

Comment 22 Fedora Update System 2017-10-13 06:23:10 UTC
vtun-3.0.4-5.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-4853fd2ed8

Comment 23 Fedora Update System 2017-11-01 00:01:49 UTC
vtun-3.0.4-5.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 24 Fedora Update System 2017-11-01 00:17:31 UTC
vtun-3.0.4-5.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.

Comment 25 Fedora Update System 2017-11-11 02:51:23 UTC
vtun-3.0.4-5.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.