Package Details: libwrap 7.6.35-2

Git Clone URL: https://aur.archlinux.org/libwrap.git (read-only, click to copy)
Package Base: libwrap
Description: Monitors and Controls incoming TCP connections
Upstream URL: http://ftp.porcupine.org/pub/security/index.html
Licenses: TCP-wrappers
Conflicts: tcp_wrappers-libs
Provides: tcp_wrappers-libs
Submitter: solsticedhiver
Maintainer: solsticedhiver
Last Packager: solsticedhiver
Votes: 8
Popularity: 0.140505
First Submitted: 2023-04-28 15:27 (UTC)
Last Updated: 2025-01-09 17:36 (UTC)

Pinned Comments

solsticedhiver commented on 2023-04-29 22:26 (UTC) (edited on 2025-01-09 17:39 (UTC) by solsticedhiver)

The first line of the wiki about AUR states clearly that you need to install base-devel https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

If the package fails to build, simply remove the src directory and try again

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-01-09 17:21 (UTC)

This is its own license: https://spdx.org/licenses/TCP-wrappers.html

solsticedhiver commented on 2025-01-08 22:26 (UTC)

Which one is it ? Because the DISCLAIMER file looks like some bizarre version of early BSD license...

micwoj92 commented on 2025-01-08 17:48 (UTC)

Please use spdx license identifier.

FabioLolix commented on 2024-06-20 21:55 (UTC)

@skraw go to the forum instead of here

skraw commented on 2024-06-20 21:54 (UTC) (edited on 2024-06-20 21:56 (UTC) by skraw)

Hello,

I find there is something significantly going wrong with security in archlinux. I just had to find out that snmpd from net-snmp does not contain libwrap any longer. And I am really fed up with guys with complete absence of knowledge in system administration talk about "simply" replacing libwrap by firewalling. They seem to have no idea about how it all works. For a firewall the kernel needs to pipe every single packet through a filter. You do that with 100% packets to find below 1% packets (or a lot less in most cases) that deal with the service in question, be it snmpd or (quite some time back already) sshd. For very good reason mikrotik has libwrap (or an equivalent) in every delivered routeros since probably the very first. And ArchLinux simply follows this "kids demolition style" ("code is older than me, therefore must be useless"). Sorry for abusing your comments, but I cannot email eworm for lack of email address to complain. Still this needs a lot broader discussion, which seems not there ... -- Regards, Stephan

Unstable4748 commented on 2023-06-09 00:30 (UTC)

Thanks for making it clear because I never read the AUR wiki. Installed base-devel and worked.

FabioLolix commented on 2023-06-07 10:57 (UTC)

@Unstable4748 you need to install the base-devel package before dealing with the AUR

Unstable4748 commented on 2023-06-07 10:55 (UTC)

==> Starting prepare()... /var/tmp/pamac-build-username/libwrap/PKGBUILD: line 34: patch: command not found ==> ERROR: A failure occurred in prepare(). Aborting...

If someone know how to fix this please provide some step by step instructions. Leaving an abstract message like 'add this' or 'delete this' does not help most of us noobs.

solsticedhiver commented on 2023-06-02 21:35 (UTC)

I just copied the PKGBUILD from the community repo after the package was deleted from that repo. the exact same PKGBUILD.

it provives tcp_wrappers libs, not tcp_wrappers

I don't see it as relevant to add tcp_wrappers as provides. May be it is those packages that need to depend on tcp_wrappers-libs and not tcp_wrappers ?

FabioLolix commented on 2023-06-02 19:25 (UTC)

Hello, please add tcp_wrappers to provides as some pkgbuilds need that