blob: c407a4501e8656bbcb4343b71290cc6ea2fcecf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="stunnel3">Install the stunnel3 wrapper.</flag>
</use>
<longdescription lang="en">
Stunnel is a program that allows you to encrypt arbitrary TCP
connections inside SSL (Secure Sockets Layer) available on both Unix and
Windows. Stunnel can allow you to secure non-SSL aware daemons and
protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the
encryption, requiring no changes to the daemon's code.
</longdescription>
<upstream>
<changelog>https://www.stunnel.org/NEWS.html</changelog>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|