Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
strongswan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
strongswan
Commits
62ccdf4c
Commit
62ccdf4c
authored
Oct 13, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated strongswan to 5.9.2
parent
54cb5304
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
Makefile
Makefile
+6
-7
strongswan-5.9.2.tar.gz
strongswan-5.9.2.tar.gz
+0
-0
No files found.
Makefile
View file @
62ccdf4c
all
:
server
all
:
server
server
:
strongswan-conf swanctl-conf ipsec-notify
server
:
strongswan-conf swanctl-conf ipsec-notify
tar
xf strongswan-5.8.4.tar.bz2
tar
xf strongswan-5.9.2.tar.gz
cd
strongswan-5.8.4
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--enable-systemd
--enable-swanctl
--disable-charon
--disable-stroke
--disable-scepclient
--disable-connmark
--enable-curl
cd
strongswan-5.9.2
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--enable-systemd
--enable-swanctl
--disable-charon
--disable-stroke
--disable-scepclient
--disable-connmark
--enable-curl
$(MAKE)
-C
strongswan-5.8.4
$(MAKE)
-C
strongswan-5.9.2
# FIXME: strongswan tests failure!
$(MAKE)
-C
strongswan-5.9.2 check
-$(MAKE)
-C
strongswan-5.8.4
check
$(MAKE)
-C
strongswan-5.9.2
install
$(MAKE)
-C
strongswan-5.8.4
install
systemctl
enable
strongswan
systemctl
enable
strongswan
@
echo
"
$$
STRONGSWAN_CONF"
>
/etc/strongswan.conf
@
echo
"
$$
STRONGSWAN_CONF"
>
/etc/strongswan.conf
@
echo
"
$$
SWANCTL_CONF"
>
/etc/swanctl/swanctl.conf
@
echo
"
$$
SWANCTL_CONF"
>
/etc/swanctl/swanctl.conf
@
echo
"
$$
IPSEC_NOTIFY"
>
/usr/sbin/ipsec-notify.sh
@
echo
"
$$
IPSEC_NOTIFY"
>
/usr/sbin/ipsec-notify.sh
chmod
755 /usr/sbin/ipsec-notify.sh
chmod
755 /usr/sbin/ipsec-notify.sh
rm
-rf
strongswan-5.
8.4
rm
-rf
strongswan-5.
9.2
client
:
server vpn-config
client
:
server vpn-config
install
-v
-Dm755
vpn /usr/share/easycwmp/functions/vpn
install
-v
-Dm755
vpn /usr/share/easycwmp/functions/vpn
...
...
strongswan-5.
8.4.tar.bz2
→
strongswan-5.
9.2.tar.gz
View file @
62ccdf4c
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment