notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
SSLtelnet SSL enhanced telnet/telnetd
0.13_1 net Deleted on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.13_1Version of this port present on the latest quarterly branch.
Forbidden FORBIDDEN: Known security issues
Deprecated DEPRECATED: Known security issues
Ignore IGNORE: "is forbidden: Known security issues"
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2004-08-16 05:36:44
SVN Revision: UNKNOWN
People watching this port, also watch:: zsh
Also Listed In: security
License: not specified in port
Description:
This program suports both certification and cryptogoraphic with using SSL. If you do not have certification (/etc/ssl/certs/telnet.pem) provided by CA, this port make dummy certification. Of cource it is useless to certify but you can use SSL telnet/telnetd in encryption only mode with it. You must edit /etc/inetd.conf to make SSL telnetd available. Some examples below: 1. Accept both normal telnet client and SSL telnet client. telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd 2. Accpet only SSL encrypted client. telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd -z secure 3. Accept only SSL certificated client. telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd -a valid
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • >0:net/SSLtelnet
No installation instructions:
This port has been deleted.
PKGNAME:
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libcrypto.so.3 : security/openssl
Runtime dependencies:
  1. libcrypto.so.3 : security/openssl
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/
  3. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/
  4. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/
  5. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/
  6. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/
  7. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/
  8. http://ftp.vc-graz.ac.at/mirror/crypto/ssl/SSLapps/
  9. http://munitions.hands.com/software/network/ssl/applications/
  10. http://munitions.ketelhot.de/software/network/ssl/applications/
  11. http://munitions2.xs4all.nl/software/network/ssl/applications/
  12. http://opensores.thebunker.net/pub/mirrors/SSLapps/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13_1
16 Aug 2004 05:36:44
Original commit files touched by this commit
kris search for other commits by this committer
As previously announced, remove these broken/insecure/obsolete ports.
0.13_1
02 Jul 2004 16:55:37
Original commit files touched by this commit
des search for other commits by this committer
Mark FORBIDDEN and DEPRECATED.
0.13_1
27 Feb 2004 01:18:50
Original commit files touched by this commit
clement search for other commits by this committer
Make portlint happier.
0.13_1
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.13_1
02 Nov 2003 11:05:35
Original commit files touched by this commit
edwin search for other commits by this committer
Make net/SSLtelnet fetchable again.
0.13_1
24 Sep 2003 09:37:11
Original commit files touched by this commit
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
0.13_1
24 Apr 2003 03:52:41
Original commit files touched by this commit
kuriyama search for other commits by this committer
Add missing rmdir.
0.13
21 Feb 2003 14:44:51
Original commit files touched by this commit
nectar search for other commits by this committer
Ugh, this code defines `extern' and then includes non-application
headers.  Hack around the hack.

The fact that this port was broken with OpenSSL 0.9.7 was
Reported by:    kris
0.13
20 Feb 2003 18:51:13
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.13
19 Oct 2002 10:27:25
Original commit files touched by this commit
kris search for other commits by this committer
Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability
described in FreeBSD-SA-01:49.telnetd

Submitted by:   kondo hiroshi <kondo@ysyslab.co.jp>
PR:             ports/42676
0.13
19 Oct 2002 10:26:56
Original commit files touched by this commit
kris search for other commits by this committer
Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerability
described in FreeBSD-SA-01:49.telnetd

Submitted by:   kondo hiroshi <kondo@ysyslab.co.jp>
PR:             ports/42676
0.13
13 Oct 2002 03:36:40
Original commit files touched by this commit
kris search for other commits by this committer
The SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago.
Remove it.
16 Feb 2002 05:32:08
commit hash: fp1.24792@dev.null.freshports.orgcommit hash: fp1.24792@dev.null.freshports.orgcommit hash: fp1.24792@dev.null.freshports.orgcommit hash: fp1.24792@dev.null.freshports.org files touched by this commit
issei search for other commits by this committer
Remove myself from MAINTAINER    
20 Aug 2001 22:57:04
commit hash: fp1.17556@dev.null.freshports.orgcommit hash: fp1.17556@dev.null.freshports.orgcommit hash: fp1.17556@dev.null.freshports.orgcommit hash: fp1.17556@dev.null.freshports.org files touched by this commit
kris search for other commits by this committer
Mark FORBIDDEN because the remotely exploitable telnetd hole is not yet   fixed.
   
09 Jan 2001 20:59:55
commit hash: fp1.8327@dev.null.freshports.orgcommit hash: fp1.8327@dev.null.freshports.orgcommit hash: fp1.8327@dev.null.freshports.orgcommit hash: fp1.8327@dev.null.freshports.org files touched by this commit
issei search for other commits by this committer
- Fix compilation and installation error in CURRENT.   - maintainer is committer
now.   - Style fix in patch-*    
08 Oct 2000 07:19:09
commit hash: fp1.4799@dev.null.freshports.orgcommit hash: fp1.4799@dev.null.freshports.orgcommit hash: fp1.4799@dev.null.freshports.orgcommit hash: fp1.4799@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
22 Sep 2000 05:25:06
commit hash: fp1.4202@dev.null.freshports.orgcommit hash: fp1.4202@dev.null.freshports.orgcommit hash: fp1.4202@dev.null.freshports.orgcommit hash: fp1.4202@dev.null.freshports.org files touched by this commit
kris search for other commits by this committer
Host the distfile myself since the master site seems to no longer carry it.    
22 Sep 2000 02:59:06
commit hash: fp1.4195@dev.null.freshports.orgcommit hash: fp1.4195@dev.null.freshports.orgcommit hash: fp1.4195@dev.null.freshports.orgcommit hash: fp1.4195@dev.null.freshports.org files touched by this commit
kris search for other commits by this committer
Update all ports using OpenSSL and RSA to work without rsaref since   it is no
longer required. Apologies to the various maintainers whom I   did not yet hear
back from, but the ports freeze is coming up in a few   hours and I will be
verifying all of these ports on a 4.1 machine   myself to catch any problems.   
08 Aug 2000 03:37:54
commit hash: fp1.2679@dev.null.freshports.orgcommit hash: fp1.2679@dev.null.freshports.orgcommit hash: fp1.2679@dev.null.freshports.orgcommit hash: fp1.2679@dev.null.freshports.org files touched by this commit
steve search for other commits by this committer
time(3) returns a time_t and not a long.  This fixes build on the Alpha.    

Number of commits found: 19