File: control

package info (click to toggle)
radsecproxy 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,416 kB
  • sloc: ansic: 12,085; sh: 1,963; makefile: 84
file content (27 lines) | stat: -rw-r--r-- 977 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: radsecproxy
Section: net
Priority: optional
Maintainer: Sven Hartge <sven@svenhartge.de>
Build-Depends: debhelper-compat (= 13),
               libssl-dev,
               nettle-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://radsecproxy.github.io/
Vcs-Browser: https://salsa.debian.org/debian/radsecproxy
Vcs-Git: https://salsa.debian.org/debian/radsecproxy.git

Package: radsecproxy
Architecture: any
Depends: adduser,
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: radius-server
Description: RADIUS protocol proxy supporting RadSec
 radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP
 transport also supports TLS (RadSec). It aims to be flexible while at the same
 time small in size and memory footprint, efficient and easy to configure.
 .
 It can be useful as a proxy on site boundaries or in other complex RADIUS
 routing topologies. It supports both IPv4 and IPv6.