RE: [HEADSUP] Upcoming GNU sort removal

2012-10-17 Thread Oleg Moskalenko
; Oleg Moskalenko Subject: Re: [HEADSUP] Upcoming GNU sort removal On Thu, 2012-10-04 at 18:16 +0200, Gabor Kovesdan wrote: Em 04-10-2012 16:50, Dennis Glatting escreveu: On Thu, 2012-10-04 at 12:53 +0200, Gabor Kovesdan wrote: Hi, it has been more than 3 months ago that BSD sort became

RE: openssl upgrade, libcrypto, libssl confusion

2012-07-25 Thread Oleg Moskalenko
Anton, I use mostly static openssl libraries, but I suppose it applies to the dynamic ones, too: with any OpenSSL version (including 1.0.1c), you need libcrypto and libssl. With the new OpenSSL version, you need the new library versions, and you must recompile your binary code to use the new

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-30 Thread Oleg Moskalenko
- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- curr...@freebsd.org] On Behalf Of Oleg Moskalenko Sent: Wednesday, June 27, 2012 6:45 PM To: FreeBSD Current Subject: RE: [HEADS-UP] BSD sort is the default sort in -CURRENT Hi As promised, I am supplying an example of comparison

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-29 Thread Oleg Moskalenko
Of Oleg Moskalenko Sent: Wednesday, June 27, 2012 6:45 PM To: FreeBSD Current Subject: RE: [HEADS-UP] BSD sort is the default sort in -CURRENT Hi As promised, I am supplying an example of comparison between several sort programs. The test file is a randomly generated 1,000,000 lines, each

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-29 Thread Oleg Moskalenko
-Original Message- From: Doug Barton [mailto:do...@freebsd.org] Sent: Friday, June 29, 2012 2:02 PM To: Oleg Moskalenko Cc: FreeBSD Current Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT On 06/29/2012 01:50 PM, Oleg Moskalenko wrote: 5) NBSD adds several of its own new

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Oleg Moskalenko
-Original Message- From: Doug Barton [mailto:do...@freebsd.org] Sent: Tuesday, June 26, 2012 11:18 PM To: Gabor Kovesdan Cc: FreeBSD Current; Oleg Moskalenko Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT On 06/26/2012 11:04 PM, Gabor Kovesdan wrote: Hi Folks

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Oleg Moskalenko
...@freebsd.org] Sent: Wednesday, June 27, 2012 1:35 AM To: Oleg Moskalenko Cc: Gabor Kovesdan; FreeBSD Current Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT On 06/26/2012 11:48 PM, Oleg Moskalenko wrote: -Original Message- From: Doug Barton [mailto:do...@freebsd.org

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Oleg Moskalenko
-Original Message- But I do not agree with you that we have to reproduce the old sort bugs. It makes no sense and I am not going to do that. Absolutely not. That isn't what I said. What I asked is for you to *test* the existing sort vs. the new one, and to report where the

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Oleg Moskalenko
@freebsd.org Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT Daniel Gerzo dan...@freebsd.org: On 27.06.2012 10:43, Doug Barton wrote: On 06/27/2012 02:09 AM, Oleg Moskalenko wrote: Doug, I'll post some performance figures, probably tomorrow. That's great, thanks

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Oleg Moskalenko
- From: olli hauer [mailto:oha...@gmx.de] Sent: Wednesday, June 27, 2012 10:56 AM To: FreeBSD Current Cc: Gabor Kovesdan; Oleg Moskalenko Subject: Re: [HEADS-UP] BSD sort is the default sort in -CURRENT On 2012-06-27 08:04, Gabor Kovesdan wrote: Hi Folks, as I announced before, the default

RE: [HEADS-UP] BSD sort is the default sort in -CURRENT

2012-06-27 Thread Oleg Moskalenko
Hi As promised, I am supplying an example of comparison between several sort programs. The test file is a randomly generated 1,000,000 lines, each line contain a single floating point number. We are going to sort it three ways - as text, as -n numeric sort, and as -g numeric sort, with 4

RE: CURRENT: buildworld fails

2012-05-28 Thread Oleg Moskalenko
So, the newer sort works fine, and the older sort does not work ? Did I get your correctly ? Thanks Oleg -Original Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- curr...@freebsd.org] On Behalf Of Sent: Monday, May 28, 2012 8:45 PM To:

RE: FreeBSD 10 prognostication...

2012-05-21 Thread Oleg Moskalenko
Modern large-scale virtualization technologies are based upon bare-metal versions of VMWare and XenServer. They are not Linux and they are not FreeBSD - the Hypervisors are a specialized breed of OSes (albeit, the hypervisor manager is usually a UNIX-like OS). Any conventional OS (Linux,

RE: FreeBSD 10 prognostication...

2012-05-21 Thread Oleg Moskalenko
-Original Message- From: Dag-Erling Smørgrav [mailto:d...@des.no] Sent: Monday, May 21, 2012 9:48 AM To: Oleg Moskalenko Cc: Jamie; Vincent Hoffman; Vance Siemens; Rick Macklem; freebsd- c...@freebsd.org; freebsd-current@freebsd.org Subject: Re: FreeBSD 10 prognostication... Oleg

RE: FreeBSD 10 prognostication...

2012-05-18 Thread Oleg Moskalenko
Its not that bad. PCBSD (with FreeBSD 9.0 inside) has a relatively decent GUI setup, with several viable GUI choices. Oleg -Original Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of Hamell, Rick (SPARQ) Sent: Thursday, May 17,

RE: [clang] r234928 amd64 buildworld error

2012-05-14 Thread Oleg Moskalenko
We already have a fix for this problem with clang, and we are going to submit it soon. gcc behaves differently on the same sources, they can be compiled just fine with gcc. Thanks Oleg -Original Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-

RE: FYI FreeBSD clang build fails on new import of sort

2012-05-14 Thread Oleg Moskalenko
I found another problem with sort compilation with clang, I'll send the fix soon. Thanks Oleg -Original Message- From: Gábor Kövesdán [mailto:ga...@t-hosting.hu] Sent: Monday, May 14, 2012 4:24 AM To: Garrett Cooper Cc: Outback Dingo; freebsd-current; Oleg Moskalenko Subject: Re

RE: FYI FreeBSD clang build fails on new import of sort

2012-05-13 Thread Oleg Moskalenko
Thank you for the error report, we are going to fix it ASAP. Oleg -Original Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd- curr...@freebsd.org] On Behalf Of Garrett Cooper Sent: Sunday, May 13, 2012 5:49 PM To: Outback Dingo Cc: freebsd-current Subject:

RE: FYI FreeBSD clang build fails on new import of sort

2012-05-13 Thread Oleg Moskalenko
Obviously, the option -Wall implies -Wformat-security in clang. The compiler that we used for the development does not turns on -Wformat-security with -Wall. It is an easy fix, we will submit it soon. Thanks Oleg -Original Message- From: owner-freebsd-curr...@freebsd.org

RE: [HEADS-UP] BSD sort coming to -CURRENT

2012-05-08 Thread Oleg Moskalenko
Thank you, Michael. We will check this. Oleg -Original Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of Michael Scholz Sent: Tuesday, May 08, 2012 3:08 PM To: Gabor Kovesdan Cc: FreeBSD Current; Oleg Moskalenko Subject: Re: [HEADS

RE: [HEADS-UP] BSD sort coming to -CURRENT

2012-05-08 Thread Oleg Moskalenko
[mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of Michael Scholz Sent: Tuesday, May 08, 2012 3:08 PM To: Gabor Kovesdan Cc: FreeBSD Current; Oleg Moskalenko Subject: Re: [HEADS-UP] BSD sort coming to -CURRENT Gabor Kovesdan wrote: Oleg Moskalenko has been working very hard on BSD sort

RE: [HEADS-UP] BSD sort coming to -CURRENT

2012-05-08 Thread Oleg Moskalenko
Message- From: owner-freebsd-curr...@freebsd.org [mailto:owner-freebsd-curr...@freebsd.org] On Behalf Of Oleg Moskalenko Sent: Tuesday, May 08, 2012 3:13 PM To: 'Michael Scholz'; Gabor Kovesdan Cc: FreeBSD Current Subject: RE: [HEADS-UP] BSD sort coming to -CURRENT Thank you, Michael. We will check

RE: CFT: new BSD-licensed sort available

2012-03-14 Thread Oleg Moskalenko
: Gabor Kovesdan; freebsd-current@freebsd.org; Oleg Moskalenko; freebsd-po...@freebsd.org Subject: Re: CFT: new BSD-licensed sort available On 14 Mar 2012, at 21:10, Adrian Chadd wrote: Hi, This makes me think of the whole debian-y way of replacing the mailer programs using some magic alias program