58 Commits

Author SHA256 Message Date
c13c202744 Accepting request 1228988 from network:vpn
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1228988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=26
2024-12-08 10:37:52 +00:00
Richard Rahl
56355cb836 Accepting request 1227545 from home:rrahl0
- use https for downloading sources (over ftp)
- actually verify tarballs
- use as many pkgconfig and rubygem names

OBS-URL: https://build.opensuse.org/request/show/1227545
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=57
2024-11-30 20:36:51 +00:00
3a69a56d8b Accepting request 1195835 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1195835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=25
2024-08-25 10:10:39 +00:00
0ffb32d900 Accepting request 1195741 from home:dimstar:Factory
- BuildRequire /usr/bin/ronn instead of rubygem(ronn): there are
  alternatives around and the build does not care wich one is used.

OBS-URL: https://build.opensuse.org/request/show/1195741
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=55
2024-08-24 11:46:48 +00:00
96a708b1ea Accepting request 1178350 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1178350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=24
2024-06-04 10:51:13 +00:00
093cb8274e Accepting request 1174680 from home:m407:branches:network:vpn
- Update to version 1.3.0
  * Switch to https://github.com/nodejs/llhttp from http-parser.
    http-parser was a liability as an unmaintained project (#598)
  * Bump the number of groups per account from 128 to 512 (#219)
  * Allow connecting users to select an authgroup by appending the
    group name to the URL, as in https://vpn.example.com/groupname;
    this introduces the select-group-by-url config option (#597).
  * Informational messages due to configuration loading are not printed
    during worker initialization.
- Update to version 1.2.4
  * Get connection speed limits (traffic shaping) from RADIUS (#554)
  * Fix logging to stderr: add missing newline.
  * Fixed compatibility with AnyConnect clients on Linux (#544)
  * Detect the new AnyConnect-compatible identifier of OpenConnect clients
  * occtl: Print bit rates as kb/s.
- Update to version 1.2.3
  * Treat unknown clients as capable of IPv6 routes and DNS servers
  * Introduced new ocserv options --log-stderr and --syslog that redirect
    logging to stderr or syslog explicitly. The stderr option allows for better
    integration with logging on containers or under systemd. The default remains
    syslog.
  * Warn when more than 2 DNS server IPv6 addresses are sent by Radius.
  * Improved server shutdown (#563)
  * Modified Camouflage functionality to allow AnyConnect clients (#544)
  * ocserv-fw: Move under libexec.
  * ocserv-fw: Fixed clean_all_rules logic on multiple similar devices (!384)
  * occtl: added machine-readable raw_connected_at field for user stats

OBS-URL: https://build.opensuse.org/request/show/1174680
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=53
2024-06-03 15:02:09 +00:00
4a11ed663b Accepting request 1154177 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1154177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=23
2024-03-01 22:40:05 +00:00
c4224f58a5 Accepting request 1151388 from home:dimstar:rpm4.20:o
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151388
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=51
2024-03-01 20:30:19 +00:00
b352709279 Accepting request 1114117 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1114117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=22
2023-09-29 19:14:04 +00:00
Michael Du
8dda3aef0b Accepting request 1113393 from home:mnhauke:network
- Update to version 1.2.2
  * Fix session and accounting data tracking of ocserv. This
  reverts fix for #444 (#541)
  * No longer account ICMP and IGMP data for idle session detection
- Update URL

OBS-URL: https://build.opensuse.org/request/show/1113393
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=49
2023-09-28 16:05:09 +00:00
56fda35a5f Accepting request 1108560 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1108560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=21
2023-09-02 20:07:48 +00:00
Michael Du
4804d672c2 Accepting request 1107938 from home:mnhauke:network
- Update to version 1.2.1
  * Accept the Clavister OneConnect VPN Android client.
  * No longer require to set device name per vhost.
  * Account the correct number of points when proxyproto is in use
  * nuttcp tests were replaced with iperf3 that is available
    in more environments
  * occtl: fix duplicate key in `occtl --json show users` output
- Update to version 1.2.0
  * Add support for Cisco Enterprise phones to authenticate via
    the /svc endpoint and the 'cisco-svc-client-compat' config
    option.
  * Enhanced radius group support to enable radius servers send
    multiple group class attributes
    See doc/README-radius.md for more information.
  * Enhanced the seccomp filters to open files related to FIPS
    compliance on SuSe.
  * Added "Camouflage" functionality that makes ocserv look like a
    web server to unauthorized parties.
  * Avoid login failure when the end point of server URI
    contains a query string.
  * Make sure we print proper JSON with `occtl --debug --json`
  * Eliminated the need for using the gnulib portability library.
- Update to version 1.1.7
  * Emit a LOG_ERR error message with plain authentication fails
  * The bundled inih was updated to r56.
  * The bundled protobuf-c was updated to 1.4.1.
  * Enhanced the seccomp filters for ARMv7 compatibility and musl
    libc
  * HTTP headers always capitalised as in RFC 9110

OBS-URL: https://build.opensuse.org/request/show/1107938
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=47
2023-09-02 11:14:37 +00:00
69420d631f Accepting request 1069915 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/1069915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=20
2023-03-07 15:50:57 +00:00
4d42b4295e Accepting request 1059390 from home:mgerstner:branches:network:vpn
- add ocserv-forwarding.sh: replace the sysctl drop-in file which was wrongly
  installed into /etc by a more tailored mechanism. Enabling IP routing
  globally and permanently, just because the package is installed is quite
  invasive. This new script will be invoked before and after the ocserv
  service to switch on and off forwarding, if necessary (bsc#1174722).

OBS-URL: https://build.opensuse.org/request/show/1059390
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=45
2023-03-07 12:02:19 +00:00
d35c5fa540 Accepting request 995042 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/995042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=19
2022-08-15 17:58:10 +00:00
Michael Du
d0ce8314fb Accepting request 995041 from home:stawidy
- Update to version 1.1.6
  * Fixed compatibility with clients on Windows ARM64.
  * Added futex() to the accepted list of seccomp. 
    It is required by Fedora 36’s libc.
  * Work around change of returned error code in GnuTLS 3.7.3 
    for gnutls_privkey_import_x509_raw().
- Changes in version 1.1.5
  * Fixed manpage output.
- Changes in version 1.1.4
  * Added newfstatat() and epoll_pwait() to the accepted list of 
    seccomp calls. This improves compatibility with certain libcs 
    and aarch64.
  * Do not allow assigning the same IPv6 as tun device address and 
    to the client. This allows using /127 as prefix (#430).

OBS-URL: https://build.opensuse.org/request/show/995041
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=43
2022-08-14 14:54:59 +00:00
13c60b921a Accepting request 986990 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/986990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=18
2022-07-06 13:42:16 +00:00
04e8b30bda Accepting request 983859 from home:dimstar:Factory
- explicitly buildignore libevent-devel, which is pulled in by
  ubound. We use libev here and can get away with this.

OBS-URL: https://build.opensuse.org/request/show/983859
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=41
2022-07-06 08:56:39 +00:00
f97a4ed34a Accepting request 901365 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/901365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=17
2021-06-23 15:38:12 +00:00
Michael Du
72e170fd77 Accepting request 897666 from home:mnhauke:network
- Update to version 1.1.3
  * No longer close stdin and stdout on worker processes as they
    are already closed in main process.
  * Advertise X-CSTP-Session-Timeout.
  * No longer recommend building with system's libpcl but rather
    the bundled as it is not a very common shared library.
  * Corrected busyloop on failed DTLS handshakes.
  * Emit OWASP best practice headers for HTTP.

OBS-URL: https://build.opensuse.org/request/show/897666
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=39
2021-06-22 17:53:23 +00:00
d22d1d704c Accepting request 894668 from network:vpn
Would be good to have the update to version 1.1.2 in Factory

OBS-URL: https://build.opensuse.org/request/show/894668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=16
2021-06-09 19:51:54 +00:00
Michael Du
d29d88439d Accepting request 853618 from home:mnhauke:network
- Update to version 1.1.2
  * Allow setup of new DTLS session concurrent with old session.
  * Fixed an infinite loop on sec-mod crash when server-drain-ms
    is set.
  * Don't apply BanIP checks to clients on the same subnet.
  * Don't attempt TLS if the client closes the connection with
    zero data sent.
  * Increased the maximum configuration line; this allows banner
    messages longer than 200 characters.
  * Removed the listen-clear-file config option. This option was
    incompatible with several clients, and thus is unusable for a
    generic server.

- Update to version 1.1.1:
  * Improved rate-limit-ms and made it dependent on secmod backlog.
    This makes the server more resilient (and prevents connection
    failures) on multiple concurrent connections
  - Added namespace support for listen address by introducing the
    listen-netns option.
  - Disable TLS1.3 when cisco client compatibility is enabled. New
    anyconnect clients seem to supporting TLS1.3 but are unable to
     handle a client with an RSA key.
  - Enable a race free user disconnection via occtl.
  - Added the config option of a pre-login-banner.
  - Ocserv siwtched to using multiple ocserv-sm processes to
    improve scale, with the number of ocserv-sm process dependent
    on maximum clients and number of CPUs. Configuration option
    sec-mod-scale can be used to override the heuristics.
  - Fixed issue with group selection on radius servers sending
    multiple group class attribute.

OBS-URL: https://build.opensuse.org/request/show/853618
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=37
2021-01-02 21:13:41 +00:00
f3e00a5049 Accepting request 829969 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/829969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=15
2020-08-29 18:42:15 +00:00
52df4126ad Accepting request 827856 from home:gmbr3:libexecdir
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)

OBS-URL: https://build.opensuse.org/request/show/827856
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=35
2020-08-27 11:41:14 +00:00
b950b57a6d Accepting request 818952 from network:vpn
- Update to version 1.1.0:
  * Switch from fork to fork/exec model to achieve better scaling 
    and ASLR protection. This introduces an ocserv-worker application 
    which should be installed at the same path as ocserv (#285).
  * When Linux OOM takes control kill ocserv workers before 
    ocserv-main or ocserv-secmod (#283).
  * Disable TCP queuing on the TLS port.
  * Fix leak of GnuTLS session when DTLS connection is 
    re-established (#293).
- Verify source with keyring before build.

OBS-URL: https://build.opensuse.org/request/show/818952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=14
2020-07-06 14:33:07 +00:00
816dfded1e Accepting request 818571 from network:vpn
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/818571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=13
2020-07-04 23:21:42 +00:00
Michael Du
e30f626917 Accepting request 818635 from home:stawidy
Fix source verification.

OBS-URL: https://build.opensuse.org/request/show/818635
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=32
2020-07-03 18:10:14 +00:00
Michael Du
b4a593615c Accepting request 818634 from home:stawidy
- Update to version 1.1.0:
  * Switch from fork to fork/exec model to achieve better scaling 
    and ASLR protection. This introduces an ocserv-worker application 
    which should be installed at the same path as ocserv (#285).
  * When Linux OOM takes control kill ocserv workers before 
    ocserv-main or ocserv-secmod (#283).
  * Disable TCP queuing on the TLS port.
  * Fix leak of GnuTLS session when DTLS connection is 
    re-established (#293).
- Verify source with keyring before build.

OBS-URL: https://build.opensuse.org/request/show/818634
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=31
2020-07-03 18:01:09 +00:00
Michael Du
be9f9195e9 Accepting request 796111 from home:mnhauke:network
- Add signature and keyring for source verification
- Build with support for maxminddb
- Build with support for OATH
- Update to version 1.0.1
  * Prevent clients that use broken versions of gnutls from
    connecting using DTLS.
  * occtl: added machine-readable fields in json output.
  * occtl: IPs in ban list value is now reflecting the actual
    banned IPs rather than the database size.
- Update to version 1.0.0
  * Avoid crash on invalid configuration values.
  * Updated manpage generation to work with newer versions of ronn.
  * Ensure scripts have all the information on all disconnection
    types.
  * Several updates to further restrict the control that worker
    processes have on the main process.
  * Add support for RFC6750 bearer tokens. This adds the "auth=oidc"
    config option. See doc/README-oidc.md for more information.
  * Add USER_AGENT, DEVICE_TYPE and DEVICE_PLATFORM environment
    variables when connect/disconnect scripts execute.
  * Corrected issue with DTLS-PSK negotiation which prevented it
    from being enabled.
  * Improved IPv6 handling of AnyConnect client for Apple ios.
  * Fixed issue with Radius accounting.
- Update to version 0.12.6
  * Improved IPv6 support for anyconnect clients.
  * The 'split-dns' configuration directive can be used per-user.
  * The max-same-clients=1 configuration option no longer refuses
    the reconnection of an already connected user.
  * Added openat() to the accepted list of seccomp calls. This

OBS-URL: https://build.opensuse.org/request/show/796111
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=30
2020-07-03 11:12:30 +00:00
d503400b86 Accepting request 766080 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/766080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=12
2020-01-21 20:02:46 +00:00
4ddcc8d72e Accepting request 758221 from home:dimstar:Factory
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
  Allow OBS to shortcut through the -mini flavors.

OBS-URL: https://build.opensuse.org/request/show/758221
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=28
2020-01-21 13:52:29 +00:00
9555931f6d Accepting request 723235 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/723235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=11
2019-08-14 09:38:10 +00:00
69fd539ddc Accepting request 718270 from home:mgerstner:branches:network:vpn
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
  firewalld, see [1].
  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html

OBS-URL: https://build.opensuse.org/request/show/718270
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=26
2019-08-14 08:37:25 +00:00
74bfd6ff60 Accepting request 697985 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/697985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=10
2019-04-26 20:54:40 +00:00
895aab22af Accepting request 697022 from home:stawidy
- Update to version 0.12.3:
  * Fixed crash when no DTLS ciphersuite is negotiated.
  * Fixed crash happening arbitrarily depending on handled string 
    sizes (#197).
  * Fixed compatibility issue with GnuTLS 3.3.x (#201).
  * occtl: print the TLS session information, even if the DTLS 
    channel is not established.

OBS-URL: https://build.opensuse.org/request/show/697022
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=24
2019-04-26 00:37:25 +00:00
e57239ca88 Accepting request 668707 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/668707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=9
2019-01-25 21:45:36 +00:00
412e4cad28 Accepting request 668674 from home:stawidy:branches:network:vpn
- Update to version 0.12.2:
  * Added support for AES256-SHA legacy cipher. This allows the 
    anyconnect clients to use AES256.
  * Added support for the DTLS1.2 protocol hack used by new 
    Anyconnect clients.

OBS-URL: https://build.opensuse.org/request/show/668674
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=22
2019-01-25 16:12:44 +00:00
3a28f9401d Accepting request 612713 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/612713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=8
2018-05-29 14:52:22 +00:00
3ee005df99 Accepting request 610047 from home:stawidy:branches:network:vpn
- Update to version 0.12.1:
  * Fixed crash on initialization when server was running on background
  * Work around issues with GnuTLS 3.4.x on ubuntu 16.04, at the cost of a memory leak on key reload

OBS-URL: https://build.opensuse.org/request/show/610047
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=20
2018-05-29 02:28:44 +00:00
c7e7d05de4 Accepting request 606702 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/606702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=7
2018-05-16 09:39:41 +00:00
1480bb0df1 Accepting request 606481 from home:stawidy:branches:network:vpn
- Update to version 0.12.0
  * Allow DTLS stream to come from different IP from TLS stream. There are situations where internet providers send the UDP stream from different IP.
  * Increased possibilities of allowed combinations of authentication methods.
  * Corrected regression since 0.11.8 with OTP authentication.
  * Added support for hostname-based virtual hosts, utilizing TLS SNI. With that change it is possible to configure multiple servers running over the same port.
  * Rename the tun device on BSD systems which support SIOCSIFNAME ioctl.
  * Correctly handle proxy-protocol’s health commands. That eliminates few connection drops when proxy protocol is in use.
  * Corrected crash on certain cases when proxy protocol is in use.
- Update ocserv.config.patch due to upstream changes

OBS-URL: https://build.opensuse.org/request/show/606481
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=18
2018-05-13 01:22:59 +00:00
22832e124c Accepting request 580606 from network:vpn
- add firewalld service

OBS-URL: https://build.opensuse.org/request/show/580606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=6
2018-02-27 16:00:28 +00:00
9f85941d2f OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=16 2018-02-27 13:30:18 +00:00
9a6273ea57 Accepting request 580402 from home:MargueriteSu:branches:network:vpn
- add firewalld service

OBS-URL: https://build.opensuse.org/request/show/580402
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=15
2018-02-27 03:21:12 +00:00
2f1cd1f479 Accepting request 580001 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/580001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=5
2018-02-26 22:25:39 +00:00
9f1a95c877 Accepting request 580000 from home:MargueriteSu:branches:network:vpn
- update version 0.11.10
  * see NEWS
- drop boo1021353-ocserv-doc-racing-in-parallel-build.patch
  * upstreamed
- add ocserv-LZ4_compress_default.patch
  * leap doesn't have LZ4_compress_default

OBS-URL: https://build.opensuse.org/request/show/580000
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=13
2018-02-26 02:10:00 +00:00
084e8d68d6 Accepting request 498971 from network:vpn
Fix build in openSUSE:Factory by doing the right thing (forwarded request 495452 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/498971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=4
2017-05-31 10:19:14 +00:00
7c088e4fe7 Accepting request 495452 from home:dimstar:Factory
Fix build in openSUSE:Factory by doing the right thing

OBS-URL: https://build.opensuse.org/request/show/495452
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=11
2017-05-29 12:02:01 +00:00
074e96a4a6 Accepting request 452014 from network:vpn
1

OBS-URL: https://build.opensuse.org/request/show/452014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=3
2017-01-25 22:31:43 +00:00
9f4266e7bd Accepting request 452013 from home:MargueriteSu:branches:network:vpn
OBS-URL: https://build.opensuse.org/request/show/452013
OBS-URL: https://build.opensuse.org/package/show/network:vpn/ocserv?expand=0&rev=9
2017-01-23 16:50:28 +00:00