Update openvpn from 2.14 => 2.17

Is it possible to update openvpn packages to 2.6.17?

root@Defcon:~# openvpn --version
OpenVPN 2.6.14 aarch64-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] [DCO]
library versions: OpenSSL 3.0.18 30 Sep 2025, LZO 2.10
DCO version: N/A
Originally developed by James Yonan
Copyright (C) 2002-2024 OpenVPN Inc sales@openvpn.net

Thanks Octopus

Hi, why dont you make a pull request? At least make a GH issue describing wanted changes from https://github.com/OpenVPN/openvpn/blob/release/2.6/ChangeLog

I can try but I don't know how, never done that. What is "GH" ?

1 Like

It's GitHub ...

Of course....thanks

What I meant, update in openwrt software.

Try your hand at a pull request, superfluously looking at the change log none of changes is a major rewrite to break something.

Is there a Wiki or documentation on how to do a 'PR' on 'GH'?

It might be helpful to users. :slightly_smiling_face:

Since we're doing abbreviations now, RTFM :stuck_out_tongue:

1 Like

In practice it means, that you first author and test the needed source code changes, and then create a pull request for the admins, so that your code can be merged into the OpenWrt repository.

(It is not a request / wish for a feature by you, but your request to get your code adopted into repo)

1 Like

Wow, that page probably needs a subtitle and updating. I've always failed at point 1 in 'Deciding where to send the patch'. I've seen others too.

The other link says make a fork, the next steps in instructions assume the fork is done.

Thanks, I'll (re) review.

1 Like

What I do (not saying this is the best way):
First You have to make an account at github
Fork OpenWRT/Packages:

Untick: Copy the Mater branch only

Now on your own workstation install git and Clone your own forked repository

Alter the code, make a commit, be sure to follow the instructions about title and signoff as outlined in the Submitting patches wiki

Now the commit is in your own repository on github and from there you can make a Pull request

Oh and PR's are only accepted for the Master/Main branch but can be backported (cherry picked)

3 Likes

Thank you all for your comments.

I have never use Github and done pull request.
It's a big learning curve but the winter is long.

@egc @frollic @hnyman @brada4 @lleachii

1 Like

Time is on your side, maybe a maintainer outruns you.

Who is maintainer to openvpn ?

Users in need submitting patches....