svn commit: r287811 - stable/9/usr.sbin/pkg

2015-09-14 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 15 06:21:33 2015 New Revision: 287811 URL: https://svnweb.freebsd.org/changeset/base/287811 Log: MFC: r287579, r287810 (adapted to old openssl APIs) Implement pubkey support for the bootstrap Note that to not interfer with finger print it expects a signature

svn commit: r287812 - stable/9/usr.sbin/pkg

2015-09-14 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 15 06:22:50 2015 New Revision: 287812 URL: https://svnweb.freebsd.org/changeset/base/287812 Log: MFC: r281039 Allow fetching pkg(8) even if servers/proxies are not passing Content-length Modified: stable/9/usr.sbin/pkg/pkg.c Directory Properties: stable/9/usr

svn commit: r287814 - stable/9/usr.sbin/pkg

2015-09-15 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 15 08:34:32 2015 New Revision: 287814 URL: https://svnweb.freebsd.org/changeset/base/287814 Log: Fix build with gcc Modified: stable/9/usr.sbin/pkg/pkg.c Modified: stable/9/usr.sbin/pkg/pkg.c =

svn commit: r295680 - stable/9

2016-02-16 Thread Baptiste Daroussin
Author: bapt Date: Tue Feb 16 23:01:19 2016 New Revision: 295680 URL: https://svnweb.freebsd.org/changeset/base/295680 Log: FC r295455 Fix make universe when running with non POSIX/C locales using a locale sensitive pattern Modified: stable/9/Makefile (contents, props changed) Direc

svn commit: r307360 - stable/9/contrib/tzcode/zic

2016-10-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 15 12:38:50 2016 New Revision: 307360 URL: https://svnweb.freebsd.org/changeset/base/307360 Log: MFC r306852 Incorporate a change from OpenBSD by mill...@openbsd.org Don't warn about valid time zone abbreviations. POSIX through 2000 says that an abbreviati

svn commit: r307363 - stable/9/contrib/tzdata

2016-10-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Oct 15 12:42:47 2016 New Revision: 307363 URL: https://svnweb.freebsd.org/changeset/base/307363 Log: MFC r306853 Import tzdata 2016g Modified: stable/9/contrib/tzdata/africa stable/9/contrib/tzdata/antarctica stable/9/contrib/tzdata/asia stable/9/contrib/tzda

svn commit: r307914 - stable/9/contrib/tzdata

2016-10-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 25 14:55:03 2016 New Revision: 307914 URL: https://svnweb.freebsd.org/changeset/base/307914 Log: MFC r307783: Import tzdata 2016h Modified: stable/9/contrib/tzdata/asia stable/9/contrib/tzdata/australasia stable/9/contrib/tzdata/europe stable/9/contrib/tz

svn commit: r309794 - stable/9/contrib/tzdata

2016-12-10 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 10 11:38:29 2016 New Revision: 309794 URL: https://svnweb.freebsd.org/changeset/base/309794 Log: MFC r309544: Import tzdata 2016j Modified: stable/9/contrib/tzdata/CONTRIBUTING stable/9/contrib/tzdata/Makefile stable/9/contrib/tzdata/NEWS stable/9/contrib

svn commit: r263032 - in stable/9: contrib/libucl contrib/libucl/doc contrib/libucl/include contrib/libucl/src contrib/libucl/tests lib lib/libucl share/mk

2014-03-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 11 16:24:54 2014 New Revision: 263032 URL: http://svnweb.freebsd.org/changeset/base/263032 Log: MFC: r262398,r262399,r262410,r262975 Import libucl into head UCL is heavily infused by nginx configuration as the example of a convenient configuration system. H

svn commit: r263038 - stable/9/usr.sbin/pkg

2014-03-11 Thread Baptiste Daroussin
) @@ -1,5 +1,6 @@ /*- - * Copyright (c) 2013 Baptiste Daroussin + * Copyright (c) 2014 Baptiste Daroussin + * Copyright (c) 2013 Bryan Drewery * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -31,8 +32,10 @@ __FBSDID("$FreeBSD$");

Re: svn commit: r263212 - in stable/9: share/mk usr.bin usr.bin/bmake

2014-03-15 Thread Baptiste Daroussin
On Sat, Mar 15, 2014 at 11:51:28PM +, Simon J. Gerraty wrote: > Author: sjg > Date: Sat Mar 15 23:51:28 2014 > New Revision: 263212 > URL: http://svnweb.freebsd.org/changeset/base/263212 > > Log: > Backport bmake to 9 so ports can rely on it being available. > We only build/install it as b

svn commit: r268897 - in stable/9: contrib/libucl contrib/libucl/cmake contrib/libucl/doc contrib/libucl/include contrib/libucl/src contrib/libucl/tests contrib/libucl/tests/basic contrib/libucl/te...

2014-07-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Jul 19 23:57:36 2014 New Revision: 268897 URL: http://svnweb.freebsd.org/changeset/base/268897 Log: MFC: r263648, r264789, r266636 This brings: - schema validation - xpath-like interface for ucl objects Adapt pkg(7) to the new libucl API Added: stable/9/co

svn commit: r268901 - stable/9/lib/libfetch

2014-07-19 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 20 00:30:28 2014 New Revision: 268901 URL: http://svnweb.freebsd.org/changeset/base/268901 Log: MFC: r267131, r267132, r267133, r268493, r268671 Use NULL instead of 0 (Patch by Sascha Wildner for Dragonfly) Remove unnecessary semicolons (Patch by Sascha Wildne

svn commit: r268919 - stable/9/usr.sbin/pkg

2014-07-20 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 20 11:00:51 2014 New Revision: 268919 URL: http://svnweb.freebsd.org/changeset/base/268919 Log: MFC: r263650, r263686 Add missing dependency on libm Modified: stable/9/usr.sbin/pkg/Makefile Directory Properties: stable/9/usr.sbin/pkg/ (props changed) Modif

svn commit: r276549 - stable/9

2015-01-02 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 2 18:32:53 2015 New Revision: 276549 URL: https://svnweb.freebsd.org/changeset/base/276549 Log: MFC: r276052,r276053 Build selective portions of gnu/usr.bin/texinfo as part of build-tools to ensure that building on a host without makeinfo (i.e. a host where m

Re: svn commit: r276549 - stable/9

2015-01-07 Thread Baptiste Daroussin
On Wed, Jan 07, 2015 at 05:24:10PM +, Glen Barber wrote: > On Fri, Jan 02, 2015 at 06:32:54PM +0000, Baptiste Daroussin wrote: > > Author: bapt > > Date: Fri Jan 2 18:32:53 2015 > > New Revision: 276549 > > URL: https://svnweb.freebsd.org/changeset/base/276549 >

svn commit: r276816 - stable/9

2015-01-08 Thread Baptiste Daroussin
Author: bapt Date: Thu Jan 8 10:18:15 2015 New Revision: 276816 URL: https://svnweb.freebsd.org/changeset/base/276816 Log: MFS: r276576, r276594 Make texinfo a bootstrap tools this fixes cross building when makeinfo is not available on the host install-info is also needed for instal

Re: svn commit: r276549 - stable/9

2015-01-08 Thread Baptiste Daroussin
On Wed, Jan 07, 2015 at 10:46:29PM +0100, Baptiste Daroussin wrote: > On Wed, Jan 07, 2015 at 05:24:10PM +, Glen Barber wrote: > > On Fri, Jan 02, 2015 at 06:32:54PM +, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Fri Jan 2 18:32:53 2015 > >

svn commit: r235112 - in stable/9/usr.sbin: . pkg

2012-05-06 Thread Baptiste Daroussin
Author: bapt Date: Sun May 6 22:50:07 2012 New Revision: 235112 URL: http://svn.freebsd.org/changeset/base/235112 Log: MFC r234313 r234315 r234322 r234351 r234870 bootstrap tool for pkgng. it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if a user want to use a

svn commit: r235919 - stable/9/usr.sbin/pkg

2012-05-24 Thread Baptiste Daroussin
Author: bapt Date: Thu May 24 17:10:54 2012 New Revision: 235919 URL: http://svn.freebsd.org/changeset/base/235919 Log: Add missing \n when generating pkg.conf Reported by: beat Approved by: des (mentor) Modified: stable/9/usr.sbin/pkg/pkg.c Directory Properties: stable/9/usr.sbin/

svn commit: r236451 - stable/9/lib/libutil

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 15:13:28 2012 New Revision: 236451 URL: http://svn.freebsd.org/changeset/base/236451 Log: MFC: 228545,229572 Modify pw_copy: - if pw is NULL and oldpw is not NULL then the oldpw is deleted - if pw->pw_name != oldpw->pw_name but pw->pw_uid == oldpw->pw_uid

svn commit: r236453 - stable/9/usr.sbin/pkg_install/lib

2012-06-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 2 16:16:03 2012 New Revision: 236453 URL: http://svn.freebsd.org/changeset/base/236453 Log: RFC: 235276 - Print package name in case an empty pkgdep line is found. PR: bin/164378 Submitted by: Yuri and many others Approved by: des (mentor) M

svn commit: r236523 - in stable/9: libexec/rtld-elf share/man/man5

2012-06-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 3 18:16:17 2012 New Revision: 236523 URL: http://svn.freebsd.org/changeset/base/236523 Log: MFC: 234851, 235059 Add two special directives to libmap.conf: include : Parse the contents of file before continuing with the current file. includedir : Parse

svn commit: r237778 - stable/9/lib/libutil

2012-06-29 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 29 13:00:28 2012 New Revision: 237778 URL: http://svn.freebsd.org/changeset/base/237778 Log: MFC: r237268 early MFC to get this important bugfix into 9.1 Revert user comparison back to user names as some user can share uids (root/toor for example) get

svn commit: r238829 - stable/9/usr.sbin/pkg

2012-07-27 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 27 09:35:06 2012 New Revision: 238829 URL: http://svn.freebsd.org/changeset/base/238829 Log: MFC: r238461 Make pkg bootstrap program ask for confirmation before proceeding. The previous behaviour was to silently download and install the pkg package, without

svn commit: r240290 - stable/9/usr.sbin/pkg

2012-09-09 Thread Baptiste Daroussin
Author: bapt Date: Sun Sep 9 22:09:30 2012 New Revision: 240290 URL: http://svn.freebsd.org/changeset/base/240290 Log: MFC: r239663, r239664 change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8) if not on a tty prompt about the missing pkg(8) but default on 'no' excep

svn commit: r240687 - stable/9/lib/libutil

2012-09-18 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 19 06:18:42 2012 New Revision: 240687 URL: http://svn.freebsd.org/changeset/base/240687 Log: MFC: r240391 Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3) PR: bin/171487 Submitted by: matthew Modified: stable/9/l

svn commit: r241135 - in stable/9/usr.sbin/pkg_install: add create info lib version

2012-10-02 Thread Baptiste Daroussin
Author: bapt Date: Tue Oct 2 17:04:53 2012 New Revision: 241135 URL: http://svn.freebsd.org/changeset/base/241135 Log: MFC r240682 if a file in plist starts with / then do not prefix it with "prefix" [1] pkg info -g returns 1 if a file mismatch [2] flush stdout in pkg info -g [3] cle

svn commit: r242914 - stable/9/sys/dev/acpi_support

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:04:57 2012 New Revision: 242914 URL: http://svnweb.freebsd.org/changeset/base/242914 Log: add support for newer Lenovo ThinkPads to acpi_ibm PR: kern/164538 Submitted by: Pierre Imai Modified: stable/9/sys/dev/acpi_support/acpi_ibm.c Director

svn commit: r242916 - stable/9/usr.sbin/pw

2012-11-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Nov 12 14:13:49 2012 New Revision: 242916 URL: http://svnweb.freebsd.org/changeset/base/242916 Log: Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is a number. This also allow pw user show to work as expected. PR: bin/172112 Sub

svn commit: r243092 - stable/9/sys/kern

2012-11-15 Thread Baptiste Daroussin
Author: bapt Date: Thu Nov 15 18:05:30 2012 New Revision: 243092 URL: http://svnweb.freebsd.org/changeset/base/243092 Log: MFC r243022: small style fix Modified: stable/9/sys/kern/kern_prot.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/kern_prot.c ==

svn commit: r244204 - stable/9/sys/kern

2012-12-14 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 14 08:52:08 2012 New Revision: 244204 URL: http://svnweb.freebsd.org/changeset/base/244204 Log: MFC r243021: return ERANGE if the buffer is too small to contain the login as documented in the manpage Reviewed by: cognet, kib Modified: stable/9/sys/kern/ker

svn commit: r244207 - stable/9/sys/dev/agp

2012-12-14 Thread Baptiste Daroussin
Author: bapt Date: Fri Dec 14 09:00:18 2012 New Revision: 244207 URL: http://svnweb.freebsd.org/changeset/base/244207 Log: Add pci id for the xeon hd4000 (IvyBridge server GT2) Submitted by: François Tigeot Obtained from:dragonfly Modified: stable/9/sys/dev/agp/agp_i810.c Dire

svn commit: r245394 - stable/9/usr.sbin/pkg

2013-01-13 Thread Baptiste Daroussin
ns_utils.c) @@ -0,0 +1,136 @@ +/*- + * Copyright (c) 2012 Baptiste Daroussin + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must

svn commit: r245451 - stable/9/usr.sbin/pkg

2013-01-15 Thread Baptiste Daroussin
Author: bapt Date: Tue Jan 15 09:14:18 2013 New Revision: 245451 URL: http://svnweb.freebsd.org/changeset/base/245451 Log: MFC r244553,244594,244608,244639 In preparation for making 'pkg -N' the one true method of determining whether a system has been configured to use pkgng, cause /usr/s

svn commit: r245609 - stable/9/usr.sbin/pkg

2013-01-18 Thread Baptiste Daroussin
Author: bapt Date: Fri Jan 18 17:49:00 2013 New Revision: 245609 URL: http://svnweb.freebsd.org/changeset/base/245609 Log: MFC: r245412 Directly uses calloc(3) instread of malloc(3) + memset(3) Reported by: Jeremy Chadwick Modified: stable/9/usr.sbin/pkg/dns_utils.c Directory Propert

svn commit: r246723 - in stable/9: cddl/contrib/opensolaris/cmd/zfs cddl/sbin/zfs rescue/rescue

2013-02-12 Thread Baptiste Daroussin
Author: bapt Date: Tue Feb 12 23:01:21 2013 New Revision: 246723 URL: http://svnweb.freebsd.org/changeset/base/246723 Log: MFC: r240696, r240698, r240740 Allow zfs jail and zfs unjail to use both jailnames and jailid Modified: stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8 stable/9/cd

svn commit: r249503 - in stable/9: . share/examples share/examples/cvsup

2013-04-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 15 07:01:20 2013 New Revision: 249503 URL: http://svnweb.freebsd.org/changeset/base/249503 Log: MFC: r248151, r248168 Ports are no more exported via cvsup, remove cvsup examples and documentation refering to ports Deleted: stable/9/share/examples/cvsup/ports

svn commit: r249521 - stable/9

2013-04-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Apr 15 18:38:21 2013 New Revision: 249521 URL: http://svnweb.freebsd.org/changeset/base/249521 Log: Fix mergeinfo after r249503 Submitted by: gavin Modified: Directory Properties: stable/9/ObsoleteFiles.inc (props changed)

svn commit: r252216 - stable/9/usr.sbin/pkg

2013-06-25 Thread Baptiste Daroussin
Author: bapt Date: Tue Jun 25 21:49:06 2013 New Revision: 252216 URL: http://svnweb.freebsd.org/changeset/base/252216 Log: MFC r251560 Fix a bad calloc(3) call Modified: stable/9/usr.sbin/pkg/dns_utils.c Directory Properties: stable/9/usr.sbin/pkg/ (props changed) Modified: stable/9

svn commit: r260909 - in stable/9: sbin/kldload share/man/man4

2014-01-20 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 20 15:33:31 2014 New Revision: 260909 URL: http://svnweb.freebsd.org/changeset/base/260909 Log: MFH: r260483, r260484, r260594, r260595, r260596, r260597 Improve error message shown to the user when trying to load a module that is already loaded or compiled with

svn commit: r263023 - in stable/9: etc etc/mtree etc/pkg share share/keys share/keys/pkg/trusted share/man/man7

2014-03-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Mar 11 14:48:44 2014 New Revision: 263023 URL: http://svnweb.freebsd.org/changeset/base/263023 Log: MFC: r257145,r257147,r257150,r257159,r257164,r257168,r257344,r257667,r257668, r258227,r260605 Add default configuration for FreeBSD official pkg(8) repositories