Re: Enumerating glibc dependencies

2015-02-02 Thread Robert Simmons
On Mon, Feb 2, 2015 at 1:58 PM, Roger Marquis wrote: >> Is FreeBSD glib always linked to libc (vs glibc)? > > > Apparently it is, at least on the systems I've tested where there were no > glibc dependencies at all. Another item added to the list of BSD > (security) advantages. I believe there is

Re: Enumerating glibc dependencies

2015-02-02 Thread Roger Marquis
Is FreeBSD glib always linked to libc (vs glibc)? Apparently it is, at least on the systems I've tested where there were no glibc dependencies at all. Another item added to the list of BSD (security) advantages. Roger ___ freebsd-security@freebsd.org

Re: Enumerating glibc dependencies

2015-02-02 Thread Baptiste Daroussin
On Mon, Feb 02, 2015 at 03:22:43PM +, Gary Palmer wrote: > On Mon, Feb 02, 2015 at 07:07:11AM -0800, Roger Marquis wrote: > > Before pkgng it was easy to list a system's port dependencies by > > (starting with): > > > >grep glib /var/db/pkg/*/* > > > > Is there an equivalent (single) comm

Re: Enumerating glibc dependencies

2015-02-02 Thread Roger Marquis
Please note that the glibc has nothing to do with glib. Is FreeBSD glib always linked to libc (vs glibc)? # ldd /usr/local/lib/libglib* 2>/dev/null| grep libc | sort -u libc.so.7 => /lib/libc.so.7 (0x800648000) Roger ___ freebsd-security@freebsd.or

Re: Enumerating glibc dependencies

2015-02-02 Thread Gary Palmer
On Mon, Feb 02, 2015 at 07:07:11AM -0800, Roger Marquis wrote: > Before pkgng it was easy to list a system's port dependencies by > (starting with): > >grep glib /var/db/pkg/*/* > > Is there an equivalent (single) command for pkgng? pkg query %ro glib Regards, Gary

Re: Enumerating glibc dependencies

2015-02-02 Thread Chris Nehren
[Followup-To: set to questions@. This is not a security question.] On Mon, 2 Feb 2015 07:07:11 -0800 (PST) Roger Marquis wrote: > Before pkgng it was easy to list a system's port dependencies by > (starting with): > >grep glib /var/db/pkg/*/* > > Is there an equivalent (single) command for

Enumerating glibc dependencies

2015-02-02 Thread Roger Marquis
Before pkgng it was easy to list a system's port dependencies by (starting with): grep glib /var/db/pkg/*/* Is there an equivalent (single) command for pkgng? Roger ___ freebsd-security@freebsd.org mailing list http://lists.freebsd.org/mailman/listi