./security/tcp_wrappers, Monitor and filter incoming requests for network services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.6.4nb2, Package name: tcp_wrappers-7.6.4nb2, Maintainer: pkgsrc-users

The tcp_wrappers package allows you to monitor and filter incoming
requests for the SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP,
TALK, and other network services. It provides tiny daemon wrapper
programs that can be installed without any changes to existing
software or to existing configuration files. The wrappers report the
name of the client host and of the requested service. The wrappers do
not exchange information with the client or server applications, and
impose no overhead on the actual conversation between the client and
server applications.


Required to build:
[pkgtools/cwrappers]

Package options: inet6

Master sites:

Filesize: 135.449 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-19 18:46:44 by Tobias Nygren | Files touched by this commit (3)
Log message:
tcp_wrappers: add missing includes
   2024-08-13 18:44:40 by Tobias Nygren | Files touched by this commit (1)
Log message:
tcp_wrappers: use CFLAGS.Linux instead of CFLAGS for now

PR pkg/58589
   2024-08-08 22:34:11 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
tcp_wrappers: Fix build on Darwin

pkgsrc changes:
---------------
  * Define _DARWIN_C_SOURCE for u_{char,int,short} types.
  * Apply some pkglint suggestions.
  * Bump revison
   2024-08-05 16:15:10 by Tobias Nygren | Files touched by this commit (3)
Log message:
tcp_wrappers: define hosts_ctl() in tcpd.h. Bump PKGREVISION.

Needed by net/net-snmp.
   2024-08-05 14:48:18 by Tobias Nygren | Files touched by this commit (19)
Log message:
tcp_wrappers: add various missing include and protos to fix build
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118)
Log message:
security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.