summaryrefslogtreecommitdiff
path: root/security/softether
Commit message (Collapse)AuthorAgeFilesLines
* security/softether: correct year in MASTER_SITES URLKoichiro Iwao2021-08-201-1/+1
|
* security/softether: Update to 4.38.9760Koichiro Iwao2021-08-202-6/+6
| | | | | | | | | | | | | This version includes mitigations for attack attempts on IPsec. See also the article[1]. Also, mark security/softether-devel as IGNORE because no beta versions ahead of RTM release version now. Use security/softether instead. [1] https://ja.softether.org/9-about/news/901-210816 Relnotes: https://www.softether.org/5-download/history Relnotes: https://ja.softether.org/5-download/history
* security/softether: cleanup unnecessary CFLAGS & LDFLAGSKoichiro Iwao2021-08-161-3/+0
|
* security/softether: enable on armv7 and powerpcPiotr Kubaj2021-06-151-1/+1
|
* security/softether{,-devel}: revert unnecessary use of DIST_SUBDIRKoichiro Iwao2021-06-082-4/+3
| | | | Reported by: mat (pointed out in sysutils/mackerel-agent)
* security/softether: Set DIST_SUBDIRKoichiro Iwao2021-06-072-3/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* ecurity/softether: enable on powerpc64lePiotr Kubaj2021-01-031-1/+1
| | | | Notes: svn path=/head/; revision=560027
* security/softether: enable on powerpc64Piotr Kubaj2020-12-311-2/+1
| | | | | | | Builds fine. Notes: svn path=/head/; revision=559703
* security/softether: increase SecureNAT sessionsKoichiro Iwao2020-07-252-1/+12
| | | | | | | | | to 20000 as well as security/softether5. The factory default is 4096. Sponsored by: HAW International Notes: svn path=/head/; revision=543420
* security/softether: Add rc script for TrafficServerKoichiro Iwao2020-06-293-5/+75
| | | | Notes: svn path=/head/; revision=540774
* security/softether*: fix typo s/dirctories/directories/Koichiro Iwao2020-06-291-1/+1
| | | | | | | in pkg-message Notes: svn path=/head/; revision=540772
* security/softether: deprecate UNLOCK option as well as r540740Koichiro Iwao2020-06-292-11/+2
| | | | Notes: svn path=/head/; revision=540741
* security/softether: Update to 4.34.9745Koichiro Iwao2020-06-273-45/+60
| | | | | | | | | | | because upstream considered 4.34.9745-beta is stable enough and marked it as RTM. Also, mark security/softether-devel as IGNORE since it is exactly the same as security/softether right now. Relnotes: https://www.softether.org/5-download/history Notes: svn path=/head/; revision=540622
* security/softether: Change LICENSE to Apache License 2.0Koichiro Iwao2019-09-191-2/+3
| | | | | | | | | | | | forgotten at r494160. Also re-add MAKE_JOBS_UNSAFE=yes removed at r483774 because it turned out not to be able to build pararelly. http://beefy18.nyi.freebsd.org/data/head-amd64-default/p512305_s352495/logs/softether-4.29.9680_3.log Reported by: pkg-fallout Notes: svn path=/head/; revision=512307
* security/softether: make LogFileList command[1] workKoichiro Iwao2019-09-186-107/+427
| | | | | | | | | | | | properly as well as r512198, r512253. Also config backup function should work now and use separate PIDDIR from DBDIR. [1] https://www.softether.org/4-docs/1-manual/6._Command_Line_Management_Utility_Manual/6.3_VPN_Server_%2F%2F_VPN_Bridge_Management_Command_Reference_(For_Entire_Server)#6.3.55_.22LogFileList.22:_Get_List_of_Log_Files Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=512258
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* Implement new virtual category: net-vpn for VPN related portsKoichiro Iwao2019-08-141-1/+1
| | | | | | | | | | | | | | | | based on discussion at ports@ [1]. As VPN softwares are put in different physical category net and security. This is a little bit confusing. Let's give them new virtual category net-vpn. [1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html PR: 239395 Submitted by: myself Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21174 Notes: svn path=/head/; revision=508887
* security/softether: Fix typo in Makefile variable s/SE_DIR/SE_LOGDIR/Koichiro Iwao2019-07-101-2/+2
| | | | | | | | | and force rebuild. MFH: 2019Q3 Notes: svn path=/head/; revision=506337
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* security/softether: Update COMMENTKoichiro Iwao2019-03-071-1/+1
| | | | | | | | SoftEther is CamelCased. I believe difference among softether, softether-devel, softether5 port is now described better. Notes: svn path=/head/; revision=494961
* security/softether*: bridge is supported nowKoichiro Iwao2019-03-051-2/+1
| | | | Notes: svn path=/head/; revision=494672
* security/softether: Update to 4.29.9680Koichiro Iwao2019-02-286-58/+16
| | | | | | | | | | | | - Upstream switched license from GPLv2 to Apache License 2.0 - Regenerate some patches - Remove some patches merged into upstream Relnotes: https://www.softether.org/5-download/history https://www.softether.org/5-download/src/190121_switch_to_apache_license Notes: svn path=/head/; revision=494160
* security/softether{,-devel}: do not spit out anything on libexec directoryKoichiro Iwao2019-02-2715-221/+121
| | | | | | | | | | | | | | | | | | SoftEther client, bridge, server daemon unintendedly had spit on libexec directory up to this update. Spit out all runtime files, directories and logs on SE_DBDIR or SE_LOGDIR. While here, - Avoid all hardcoded use of /var/db/softether, /var/log/softether Respect SE_DBDIR and SE_LOGDIR defined in Makefile - Substitute these directories in pkg-message as well - Regenerate some patches - Bump PORTREVISION to force rebuild Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=494024
* New port: security/softether5: SoftEther VPN 5 (Developer Edition)Koichiro Iwao2019-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | SoftEther VPN ("SoftEther" means "Software Ethernet") is an open-source cross-platform multi-protocol VPN program, created as an academic project in the University of Tsukuba. Its protocol is very fast and it can be used in very restricted environments, as it's able to transfer packets over DNS and ICMP. A NAT-Traversal function is also available, very useful in case the required ports cannot be opened on the firewall. The supported third party protocols are OpenVPN, L2TP/IPSec and SSTP. This port is a bleeding-edge developer version of SoftEther, not for production use. If you're looking for a solid and stable version, use security/softether (RTM version) or security/softether-devel (stable version) instead. This version is available also on other other than i386/amd64 processors. Users who want to use SoftEther on single board computers such as Raspberry Pi, BeagleBoard or other embedded devices, try this port. WWW: https://www.softether.org Notes: svn path=/head/; revision=493835
* security/softether{,-devel}: fix the build with OpenSSL 1.1.1Koichiro Iwao2018-11-061-0/+22
| | | | | | | | | | Reported by: pkg-fallout Approved by: mentors (implicit) Obtained from: https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/pull/1 Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=484284
* security/softether{,-devel}: switch to DISTVERSIONKoichiro Iwao2018-11-061-4/+4
| | | | | | | | | - Quit using hardcoded WRKSRC, it is almost as same as DISTVERSION Approved by: mentors (implicit) Notes: svn path=/head/; revision=484276
* Remove extra character in include pathKoichiro Iwao2018-11-021-1/+1
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=483775
* security/softether: cleanup MakefileKoichiro Iwao2018-11-022-42/+26
| | | | | | | | | | | | | | | | | | | | | | | I'm working on update security/softether-devel. However, this port and -devel port were created and maintained by other people. So there's no consistency between these ports. I'm going to renew -devel port this port based. Before updating -devel, cleanup existing Makefile issues on this port: * add LICENSE_FILE * add ONLY_FOR_ARCHS_REASON * avoid useless use of += * do patch in post-patch, not post-extract * do everything in do-install * remove MAKE_JOBS_UNSAFE as it actually build now * simplify DOT2UNIX_FILES * use sysrc rather than editing rc.conf in pkg-message * use tab after = Approved by: mentors (implicit) Notes: svn path=/head/; revision=483774
* secutiry/softether: use https in MASTER_SITES and WWWKoichiro Iwao2018-10-312-2/+2
| | | | | | | | | | Upstream provides https site since a very long time ago. PR: 230047 Approved by: mentors (implicit) Notes: svn path=/head/; revision=483592
* Take maintainership due to long inactivity on these ports.Koichiro Iwao2018-10-311-1/+1
| | | | | | | | PR: 232372 230047 230050 Approved by: maintainer timeout, mentors (implicit) Notes: svn path=/head/; revision=483589
* Take maintainership.Hiroki Sato2018-02-281-1/+1
| | | | Notes: svn path=/head/; revision=463190
* Reset MAINTAINERTobias Kortkamp2018-02-211-1/+1
| | | | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112638.html Submitted by: net@arrishq.net (maintainer) Notes: svn path=/head/; revision=462542
* security/softether: add unlock regional lockout optionKurt Jaeger2018-02-202-1/+40
| | | | | | | | | PR: 225751 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: net@arrishq.net (maintainer) Notes: svn path=/head/; revision=462449
* security/softether: update 4.20.9608 -> 4.25.9656Kurt Jaeger2018-02-024-16/+15
| | | | | | | | | | | | | | | - There are 11 vulnerabilities on SoftEther VPN. There vulnerabilities are found by the source code audit process conducted by Max Planck Institute for Molecular Genetics and Mr. Guido Vranken in late 2017. This build fixes all of these vulnerabilities. PR: 225618 Submitted by: net@arrishq.net (maintainer) MFH: 2018Q1 Relnotes: http://www.softether.org/5-download/history Notes: svn path=/head/; revision=460718
* security/softether: Add conflict with softether-develKurt Jaeger2017-07-161-0/+2
| | | | | | | | | PR: 219136 Submitted by: Franco Fichtner <franco@opnsense.org> Approved by: net@arrishq.net (maintainer) Notes: svn path=/head/; revision=445992
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* security/softether: update 4.18.9570 -> 4.20.9608Kurt Jaeger2017-02-2714-56/+84
| | | | | | | | | PR: 209195 Submitted by: net@arrishq.net (maintainer) Changes: http://www.softether.org/5-download/history Notes: svn path=/head/; revision=434989
* Remove always-true/false conditions after 9.x, 10.[12] EOLDmitry Marakasov2017-01-051-9/+1
| | | | | | | | | While here, couple minor fixes portmgr blanket Notes: svn path=/head/; revision=430631
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-8/+5
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* security/softether: fix USESKurt Jaeger2015-11-021-1/+1
| | | | | | | | | PR: 204184 Submitted by: marino Approved by: maintainer (implicit) Notes: svn path=/head/; revision=400655
* security/softether: fixesKurt Jaeger2015-11-022-6/+23
| | | | | | | | | | | | - iconv build - build with No-SSLv3 - MAKE_JOBS_UNSAFE=yes unconditionally PR: 203688, 204184 Submitted by: net@arrishq.net (maintainer) Notes: svn path=/head/; revision=400650
* New port: security/softetherKurt Jaeger2015-09-0118-0/+438
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful, multi-OS and easy-to-use multi-protocol VPN software. It supports SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP tunneling protocols and has a clone function to support OpenVPN clients. WWW: http://www.softether.org PR: 188437 Submitted by: net@arrishq.net Reviewed by: marino Notes: svn path=/head/; revision=395779