From owner-freebsd-security@freebsd.org Fri Aug 14 18:54:51 2015 Return-Path: Delivered-To: freebsd-security@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 390E79B9940 for ; Fri, 14 Aug 2015 18:54:51 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward16p.cmail.yandex.net (forward16p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::bf]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E162A104A; Fri, 14 Aug 2015 18:54:50 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward16p.cmail.yandex.net (Yandex) with ESMTP id EF7E321BB6; Fri, 14 Aug 2015 21:54:46 +0300 (MSK) Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id 9630E1900735; Fri, 14 Aug 2015 21:54:46 +0300 (MSK) Received: by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id TtMWaYY5x4-siTSO0A1; Fri, 14 Aug 2015 21:54:45 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1439578485; bh=G5mOM8A7heCBM90TU3UIa0wga5K64x3d3A0rCOpuEhE=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=NX9hIRHhjUvNQKVGEfUudAQVtoc8ie9HHfx9K8wgEBfmsAPxVglTVOUc9ue7I2whS hc0hx5Og5slbCUQsi6Lw9ht++5EvAhrEXr3qkLK47zuFAxU/Go5WjhXiNSk1K91bw2 V5aHzEqnZjIOLxErepTP1rtTZYSPdYbSmOUugmUs= Authentication-Results: smtp17.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1439578482.9491.0.camel@yandex.com> Subject: Re: rkhunter - GET From: Stari Karp To: Mark Felder , FreeBSD-Security Date: Fri, 14 Aug 2015 14:54:42 -0400 In-Reply-To: <1439564998.3428608.356328193.4C404878@webmail.messagingengine.com> References: <1439551130.1961.5.camel@yandex.com> <1439564998.3428608.356328193.4C404878@webmail.messagingengine.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.4 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 18:54:51 -0000 On Fri, 2015-08-14 at 10:09 -0500, Mark Felder wrote: > > On Fri, Aug 14, 2015, at 06:18, Stari Karp wrote: > > Hi! > > > > My system (updated today from FreeBSD 10.1-RELEASE): > > > > FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 > > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > I did run rkhunter -c today and I have one warning which I am > > confused: > > > > [06:36:50] Warning: The command '/usr/local/bin/GET' has been > > replaced > > by a script: /usr/local/bin/GET: a /usr/local/bin/perl -w script, > > ASCII > > text executable > > > > /usr/local/bin/GET is not part of the FreeBSD OS. > > % pkg which /usr/local/bin/GET > /usr/local/bin/GET was installed by package p5-libwww-6.13 > > The libwww folks must have replaced it. Thank you very much.