From owner-freebsd-java@freebsd.org Sun Oct 7 16:41:28 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66D4D10C6195 for ; Sun, 7 Oct 2018 16:41:28 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DF1838ACEB for ; Sun, 7 Oct 2018 16:41:27 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9EF2E10C6194; Sun, 7 Oct 2018 16:41:27 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BB2F10C6193 for ; Sun, 7 Oct 2018 16:41:27 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id E90A78ACE7; Sun, 7 Oct 2018 16:41:24 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.15.2/8.15.2) with ESMTP id w97GcpT8022031; Sun, 7 Oct 2018 09:38:51 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.15.2/8.15.2/Submit) id w97GcoB5022030; Sun, 7 Oct 2018 09:38:50 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 7 Oct 2018 09:38:50 -0700 From: Greg Lewis To: Dimitry Andric Cc: java@freebsd.org Subject: Re: Fwd: Request for Approval: Backport of JDK-8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK Message-ID: <20181007163850.GA22016@misty.eyesbeyond.com> References: <58ed90b3-ee3d-9c8b-70a3-b7f3a7398040@loongson.cn> <19EDB12C-A2AE-4B49-BEE4-5215138985A3@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <19EDB12C-A2AE-4B49-BEE4-5215138985A3@FreeBSD.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2018 16:41:28 -0000 No objections to using that instead. It looks cleaner overall. If that gets committed to the official repo then we'll merge it in during the next merge anyway. On Wed, Sep 19, 2018 at 10:13:22AM +0200, Dimitry Andric wrote: > FYI. I'm testing this patch (at http://cr.openjdk.java.net/~zgu/8205965_8u/webrev.00/ ) locally, which reverts the fix we committed for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225054 in https://svnweb.freebsd.org/ports?view=revision&revision=459368, and solves the issue in another way. > > -Dimitry > > > Begin forwarded message: > > > > From: Leslie Zhai > > Subject: Re: Request for Approval: Backport of JDK-8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK > > Date: 19 September 2018 at 03:22:48 CEST > > To: Zhengyu Gu , Seán Coffey > > Cc: jdk8u-dev , Dimitry Andric > > > > Hi Zhengyu, > > > > Thanks for your sponsor! > > > > I will run jtreg towards: > > > > * jdk8u-dev, base on 8722:16b9bbfaa450, applied with the patch, compiled with clang-6 and clang-8-dev > > > > * jdk8u-dev, base on 8722:16b9bbfaa450, compiled with gcc-6.4.3 and gcc-9-dev > > > > Then run jtdiff on Linux X86. > > > > Hi Dimitry, > > > > Please verify the patch on FreeBSD compiled with clang-6, thanks a lot! > > > > Thanks, > > > > Leslie Zhai > > > > > > 在 2018年09月19日 07:06, Zhengyu Gu 写道: > >> Hi Leslie, > >> > >> The backport is approved. > >> > >> Please send me *committed* patch [1] after proper tests, I will sponsor it for you. > >> > >> Thanks, > >> > >> -Zhengyu > >> > >> [1] http://openjdk.java.net/sponsor/ Section 3 > >> > >> You should use commit message from original patch and add yourself as contributor, ex. > >> > >> 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK > >> Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. > >> Reviewed-by: stuefe, martin > >> Contributed-by: zhaixiang@loongson.cn > >> > >> > >> > >> On 09/18/2018 06:28 PM, Seán Coffey wrote: > >>> Approved for jdk8u-dev. > >>> > >>> regards, > >>> Sean. > >>> > >>> > >>> On 18/09/2018 07:48, Leslie Zhai wrote: > >>>> Hi Zhengyu, > >>>> > >>>> I would like to backport the fix for: > >>>> > >>>> https://bugs.openjdk.java.net/browse/JDK-8205965 > >>>> > >>>> To OpenJDK 8 updates dev: > >>>> > >>>> http://hg.openjdk.java.net/jdk8u/jdk8u-dev > >>>> > >>>> The fix is mostly the same as the version that was committed in 12, here is the patch: > >>>> > >>>> http://cr.openjdk.java.net/~zgu/8205965_8u/webrev.00/ > >>>> > >>>> The patch was reviewed, thanks for your review! Here is the relevant thread: > >>>> > >>>> http://mail.openjdk.java.net/pipermail/jdk8u-dev/2018-September/007860.html > >>>> > >>>> A patch by Loongson! Please sponsor it, thanks a lot! > >>>> > >>> > > > > > -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@freebsd.org Sun Oct 7 21:00:15 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F041D10CC577 for ; Sun, 7 Oct 2018 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 90A1993FCA for ; Sun, 7 Oct 2018 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5551010CC576; Sun, 7 Oct 2018 21:00:14 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 441C210CC575 for ; Sun, 7 Oct 2018 21:00:14 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCC9793FC2 for ; Sun, 7 Oct 2018 21:00:13 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 365801DD6D for ; Sun, 7 Oct 2018 21:00:13 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w97L0DuI065081 for ; Sun, 7 Oct 2018 21:00:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w97L0D0Q065080 for java@FreeBSD.org; Sun, 7 Oct 2018 21:00:13 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201810072100.w97L0D0Q065080@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: java@FreeBSD.org Subject: Problem reports for java@FreeBSD.org that need special attention Date: Sun, 7 Oct 2018 21:00:13 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2018 21:00:15 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 221213 | java/linux-oracle-jdk18: Does not work with NONE- 1 problems total for which you should take action. From owner-freebsd-java@freebsd.org Tue Oct 9 16:07:16 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A906210B24AB for ; Tue, 9 Oct 2018 16:07:15 +0000 (UTC) (envelope-from bounce@erefan.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 18D41704A1 for ; Tue, 9 Oct 2018 16:07:15 +0000 (UTC) (envelope-from bounce@erefan.com) Received: by mailman.ysv.freebsd.org (Postfix) id D197D10B24AA; Tue, 9 Oct 2018 16:07:14 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF9210B24A9 for ; Tue, 9 Oct 2018 16:07:14 +0000 (UTC) (envelope-from bounce@erefan.com) Received: from bycd76.erefan.com (bycd76.erefan.com [178.32.28.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE31A7049F for ; Tue, 9 Oct 2018 16:07:13 +0000 (UTC) (envelope-from bounce@erefan.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=mailer; d=digitalcoins.news; h=Message-ID:Date:Subject:From:Reply-To:To:MIME-Version:Content-Type: List-Unsubscribe:List-Id; i=info@digitalcoins.news; bh=3AdxXZfSXy/numHJ9J94LE01+xg=; b=MDytiSioctEjM6RIFqk5S1w5AA/xzOZX2AclBr84Q88vx0BY8YoL49+skKEUlZHtTZ66ZWkF1bp3 GdckeShDBud63zGiLWra0twVadAJR4GR1TvaWKOUdpEUMqz04CADPPJv3QWSVq4NpgHlvfvBj9YK 8VSFfts+N+SsA4lIF5E= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mailer; d=digitalcoins.news; b=YfHCczacdPMDoEdlc0XpmFGQ6R+iSZMa4jFOu6RtFoP/FMCfwI8/Hkx1HFK+eHAxQ+EJ1b9W8PK8 S4qCX/LxUIotkL+TZp2n5xrPCZ676cK01qPQDX6guv35jXfl6Lsi5uWc2KQHKMGYqjRanQzeXHRx 437B06UAIBQJ1PD4Hlk=; DKIM-Signature: v=1; a=rsa-sha1; bh=3AdxXZfSXy/numHJ9J94LE01+xg=; d=erefan.com; h=Message-ID: Date: Subject: From: Reply-To: To: MIME-Version: Content-Type: Precedence: List-Unsubscribe: List-Id: Feedback-ID; i=@erefan.com; s=mailer; c=relaxed/relaxed; t=1539101231; b=PLTORoNpRyxQs3k4OSLrD57YLCYMVC8xUxdlCESiNf6OEHCf/0soxIRm3+tk7dITevtK8f0iu dvwqjApqY/NGZhXiK5CoC++XV+JK+f5zR/9ZrJh/JvwXRalKhHbPur3XMWVfyVNFrvL4f3hOi 9XC1CZMCy3BMM/OgdEsmJSTP0= Message-ID: <233eb3effa1a78983a3a7b9c8ac4f0d3@erefan.com> Date: Tue, 09 Oct 2018 16:07:11 +0000 Subject: =?utf-8?Q?=D0=9F=D1=80=D0=BE=D0=B5=D0=BA=D1=82?= - =?utf-8?Q?=D0=9D=D0=B5_=D0=BD=D0=B0_=D0=B0=D0=B3?= =?utf-8?Q?=D1=80=D0=B5=D1=81=D0=B8=D1=8F=D1=82=D0=B0_=D0=B2_=D1=83=D1=87?= =?utf-8?Q?=D0=B8=D0=BB=D0=B8=D1=89=D0=B5_=D0=B8_=D0=BD=D0=B0_=D1=83?= =?utf-8?Q?=D0=BB=D0=B8=D1=86=D0=B0=D1=82=D0=B0?= =?utf-8?Q?=E2=9C=94?= From: =?utf-8?Q?=D0=94=D0=B8=D0=B3=D0=B8=D1=82=D0=B0=D0=BB=D0=BD?= =?utf-8?Q?=D0=B8_=D0=9D=D0=BE=D0=B2=D0=B8=D0=BD=D0=B8?= Reply-To: =?utf-8?Q?=D0=94=D0=B8=D0=B3=D0=B8=D1=82=D0=B0=D0=BB=D0=BD?= =?utf-8?Q?=D0=B8_=D0=9D=D0=BE=D0=B2=D0=B8=D0=BD=D0=B8?= To: "java@FreeBSD.org" MIME-Version: 1.0 X-Ymbv-Tracking-Did: 0 X-Ymbv-Subscriber-Uid: mp500y02d1c66 X-Ymbv-Mailer: SwiftMailer - 5.4.x X-Ymbv-EBS: http://track.digitalcoins.news/lists/block-address X-Ymbv-Delivery-Sid: 1 X-Ymbv-Customer-Uid: np389mpkk6832 X-Ymbv-Customer-Gid: 1 X-Ymbv-Campaign-Uid: ok662teoznae8 X-Sender: bounce@erefan.com X-Report-Abuse: Please report abuse for this campaign here: http://track.digitalcoins.news/campaigns/ok662teoznae8/report-abuse/mk993y6vz1710/mp500y02d1c66 X-Receiver: java@FreeBSD.org Precedence: bulk Feedback-ID: ok662teoznae8:mp500y02d1c66:mk993y6vz1710:np389mpkk6832 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.27 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 16:07:16 -0000 =D0=9F=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D1=8A=D1=82 "=D0=9C=D0=BB=D0=B0=D0= =B4=D0=B8=D1=82=D0=B5 =D1=85=D0=BE=D1=80=D0=B0 =E2=80=93 =D0=B1=D1=8A=D0= =B4=D0=B5=D1=89=D0=B5=D1=82=D0=BE =D0=BD=D0=B0 =D0=91=D1=8A=D0=BB=D0= =B3=D0=B0=D1=80=D0=B8=D1=8F =E2=80=93 =D1=82=D0=BE=D0=B2=D0=B0 =D1=81=D0= =BC=D0=B5 =D0=BD=D0=B8=D0=B5=E2=80=9D =D0=B2=D0=B4=D1=8A=D1=85=D0=BD=D0= =BE=D0=B2=D0=B8 =D0=BF=D0=B5=D1=81=D0=B5=D0=BD=D1=82=D0=B0 "=D0=90=D0= =B3=D1=80=D0=B5=D1=81=D0=B8=D1=8F" =D0=A1 =D0=BF=D0=B5=D1=81=D0=B5=D0= =BD =D0=94=D0=B8=D1=87=D0=BE, =D0=A2=D0=B5=D0=B4=D0=B8 =D0=9A=D0=B0=D1= =86=D0=B0=D1=80=D0=BE=D0=B2=D0=B0 =D0=B8 =D1=85=D0=B8=D0=BF-=D1=85=D0=BE= =D0=BF =D0=BA=D0=B2=D0=B0=D1=80=D1=82=D0=B5=D1=82=D1=8A=D1=82 RDMK (Rudi,= Duli, Muden & Kukusheff) =D1=81=D0=B5 =D0=BE=D0=B1=D1=8F=D0=B2=D0=B8= =D1=85=D0=B0 =D1=81=D1=80=D0=B5=D1=89=D1=83 =D0=B0=D0=B3=D1=80=D0=B5=D1= =81=D0=B8=D1=8F=D1=82=D0=B0 =D0=B2 =D1=83=D1=87=D0=B8=D0=BB=D0=B8=D1=89= =D0=B5 =D0=B8 =D0=BD=D0=B0 =D1=83=D0=BB=D0=B8=D1=86=D0=B0=D1=82=D0=B0. = =D0=9C=D1=83=D0=B7=D0=B8=D0=BA=D0=B0=D0=BD=D1=82=D0=B8=D1=82=D0=B5 =D1= =81=D0=B5 =D0=BF=D1=80=D0=B8=D1=81=D1=8A=D0=B5=D0=B4=D0=B8=D0=BD=D0=B8= =D1=85=D0=B0 =D0=BA=D1=8A=D0=BC =D0=B8=D0=BD=D0=B8=D1=86=D0=B8=D0=B0= =D1=82=D0=B8=D0=B2=D0=B0=D1=82=D0=B0 =D0=BD=D0=B0 =D0=B0=D1=81=D0=BE=D1= =86=D0=B8=D0=B0=D1=86=D0=B8=D1=8F "=D0=94=D0=BE=D0=BA=D0=BE=D1=81=D0= =BD=D0=B8 =D0=B4=D1=8A=D0=B3=D0=B0=D1=82=D0=B0" =D0=B8 =D1=81=D1=8A=D0= =B7=D0=B4=D0=B0=D0=B4=D0=BE=D1=85=D0=B0 =D0=BF=D0=B0=D1=80=D1=87=D0=B5= =D1=82=D0=BE "=D0=90=D0=B3=D1=80=D0=B5=D1=81=D0=B8=D1=8F" =D1=81=D0=BF= =D0=B5=D1=86=D0=B8=D0=B0=D0=BB=D0=BD=D0=BE =D0=B7=D0=B0 =D0=BF=D1=80=D0= =BE=D0=B5=D0=BA=D1=82=D0=B0 "=D0=9C=D0=BB=D0=B0=D0=B4=D0=B8=D1=82=D0= =B5 =D1=85=D0=BE=D1=80=D0=B0 =E2=80=93 =D0=91=D1=8A=D0=B4=D0=B5=D1=89=D0= =B5=D1=82=D0=BE =D0=BD=D0=B0 =D0=91=D1=8A=D0=BB=D0=B3=D0=B0=D1=80=D0=B8= =D1=8F =E2=80=93 =D1=82=D0=BE=D0=B2=D0=B0 =D1=81=D0=BC=D0=B5 =D0=BD=D0= =B8=D0=B5". =C2=A0 http://track.digitalcoins.news/campaigns/ok662teozna= e8/track-url/mp500y02d1c66/049e21a99668da5ead334ced4cca2af8281fb523 = =D0=A0=D0=B5=D0=B6=D0=B8=D1=81=D1=8C=D0=BE=D1=80 =D0=BD=D0=B0 =D0=BA=D0= =BB=D0=B8=D0=BF=D0=B0: =D0=A2=D0=BE=D0=B4=D0=BE=D1=80 =D0=92=D0=B5=D0= =BB=D0=B5=D0=B2 =E2=80=93 =D0=A2=D0=BE=D0=BA=D0=BE =C2=A0 =D0=9C=D1= =83=D0=B7=D0=B8=D0=BA=D0=B0=D1=82=D0=B0: =D0=A1=D1=82=D0=BE=D0=B9=D1= =87=D0=BE =D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2 =C2=A0 T=D0=B5=D0=BA= =D1=81=D1=82: =D0=A0=D1=83=D0=B4=D0=B8, =D0=94=D1=83=D0=BB=D0=B8, =D0= =9C=D1=83=D0=B4=D0=B5=D0=BD =D0=B8 =D0=9A=D1=83=D0=BA=D1=83=D1=88=D0=B5= =D0=B2. =C2=A0 =D0=90=D1=81=D0=BE=D1=86=D0=B8=D0=B0=D1=86=D0=B8=D1= =8F "=D0=94=D0=BE=D0=BA=D0=BE=D1=81=D0=BD=D0=B8 =D0=B4=D1=8A=D0=B3=D0=B0= =D1=82=D0=B0" =D1=81 =D0=BF=D1=80=D0=B5=D0=B4=D1=81=D0=B5=D0=B4=D0=B0= =D1=82=D0=B5=D0=BB =D0=B4-=D1=80 =D0=94=D0=B5=D0=BD=D0=B8=D1=81=D0=BB=D0= =B0=D0=B2=D0=B0 =D0=90=D0=BD=D0=B3=D0=B5=D0=BB=D0=BE=D0=B2=D0=B0 =D0=B8 = =D0=9C=D0=B8=D0=BD=D0=B8=D1=81=D1=82=D0=B5=D1=80=D1=81=D1=82=D0=B2=D0=BE = =D0=BD=D0=B0 =D0=BC=D0=BB=D0=B0=D0=B4=D0=B5=D0=B6=D1=82=D0=B0 =D0=B8 =D1= =81=D0=BF=D0=BE=D1=80=D1=82=D0=B0 =D0=BE=D1=82 =D0=BD=D1=8F=D0=BA=D0= =BE=D0=BB=D0=BA=D0=BE =D0=BC=D0=B5=D1=81=D0=B5=D1=86=D0=B0 =D1=80=D0=B0= =D0=B1=D0=BE=D1=82=D1=8F=D1=82 =D0=BD=D0=B0=D0=B4 =D0=BF=D1=80=D0=BE=D0= =B5=D0=BA=D1=82=D0=B0 "=D0=9C=D0=BB=D0=B0=D0=B4=D0=B8=D1=82=D0=B5 =D1= =85=D0=BE=D1=80=D0=B0 =E2=80=93 =D0=91=D1=8A=D0=B4=D0=B5=D1=89=D0=B5=D1= =82=D0=BE =D0=BD=D0=B0 =D0=91=D1=8A=D0=BB=D0=B3=D0=B0=D1=80=D0=B8=D1=8F = =E2=80=93 =D1=82=D0=BE=D0=B2=D0=B0 =D1=81=D0=BC=D0=B5 =D0=BD=D0=B8=D0=B5". = =D0=A1=D1=80=D0=B5=D0=B4 =D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=B8=D1= =82=D0=B5 =D0=BC=D1=83 =D0=B0=D0=BA=D1=86=D0=B5=D0=BD=D1=82=D0=B8 =D1= =81=D0=B0 =D0=B7=D0=B4=D1=80=D0=B0=D0=B2=D0=BE=D1=81=D0=BB=D0=BE=D0=B2= =D0=BD=D0=B8=D1=8F =D0=BD=D0=B0=D1=87=D0=B8=D0=BD =D0=BD=D0=B0 =D0=B6= =D0=B8=D0=B2=D0=BE=D1=82, =D0=BF=D1=80=D0=B5=D0=B2=D0=B5=D0=BD=D1=86=D0= =B8=D1=8F =D0=BD=D0=B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=BD=D0=B8= =D1=82=D0=B5 =D1=84=D0=BE=D1=80=D0=BC=D0=B8 =D0=BD=D0=B0 =D0=B7=D0=B0= =D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8 =D0=B8 =D0=B1=D0= =BE=D1=80=D0=B1=D0=B0=D1=82=D0=B0 =D1=81=D1=80=D0=B5=D1=89=D1=83 =D0= =B0=D0=B3=D1=80=D0=B5=D1=81=D0=B8=D1=8F=D1=82=D0=B0. =D0=9F=D1=80=D0=BE= =D0=B5=D0=BA=D1=82=D1=8A=D1=82 =D0=BE=D0=B1=D1=85=D0=B2=D0=B0=D1=89=D0= =B0 =D0=B3=D1=80=D0=B0=D0=B4=D0=BE=D0=B2=D0=B5=D1=82=D0=B5 =D0=9F=D0= =BB=D0=B5=D0=B2=D0=B5=D0=BD, =D0=92=D0=B0=D1=80=D0=BD=D0=B0, =D0=A8=D1= =83=D0=BC=D0=B5=D0=BD =D0=B8 =D0=9A=D1=8A=D1=80=D0=B4=D0=B6=D0=B0=D0=BB= =D0=B8, =D0=BA=D1=8A=D0=B4=D0=B5=D1=82=D0=BE =D0=B2 =D0=BF=D1=80=D0=BE= =D0=B4=D1=8A=D0=BB=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5 =D0=BD=D0=B0 =D0=BD=D1= =8F=D0=BA=D0=BE=D0=BB=D0=BA=D0=BE =D0=BC=D0=B5=D1=81=D0=B5=D1=86=D0=B0 = =D1=81=D0=B5 =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B6=D0=B4=D0=B0=D1=85=D0= =B0 =D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87=D0=BD=D0=B8 =D1=84=D0=BE=D1=80= =D1=83=D0=BC=D0=B8 =D0=B8 =D0=B8=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D1=82= =D0=B8=D0=B2=D0=B8. =D0=A7=D0=B0=D1=81=D1=82 =D0=BE=D1=82 =D0=BF=D1=80= =D0=BE=D0=B5=D0=BA=D1=82=D0=B0 =D0=B5 =D0=B8 =D0=B4=D0=BE=D0=B1=D0=B8= =D0=BB=D0=B8=D1=8F=D1=82 =D0=BF=D0=BE=D0=BF=D1=83=D0=BB=D1=8F=D1=80=D0= =BD=D0=BE=D1=81=D1=82 =D0=BF=D1=80=D0=B5=D0=B7 =D1=82=D0=BE=D0=B2=D0=B0 = =D0=BB=D1=8F=D1=82=D0=BE =D0=BA=D0=BE=D0=BD=D0=BA=D1=83=D1=80=D1=81 "= =D0=A1=D0=BF=D0=BE=D1=80=D1=82=D1=83=D0=B2=D0=B0=D0=B9 =D1=81 =D0=BF=D0= =BE=D1=81=D0=BB=D0=B0=D0=BD=D0=B8=D0=B5", =D0=B2 =D0=BA=D0=BE=D0=B9=D1= =82=D0=BE =D1=81=D0=B5 =D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=85=D0= =B0 =D0=BC=D0=BB=D0=B0=D0=B4=D0=B5=D0=B6=D0=B8 =D0=BD=D0=B0 =D0=B2=D1=8A= =D0=B7=D1=80=D0=B0=D1=81=D1=82 =D0=BE=D1=82 15 =D0=B4=D0=BE 19 =D0=B3= =D0=BE=D0=B4=D0=B8=D0=BD=D0=B8 =D0=BE=D1=82 =D1=86=D1=8F=D0=BB=D0=B0=D1= =82=D0=B0 =D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B0, =D0=BA=D0=B0=D0=BA=D1=82= =D0=BE =D0=B8 =D1=83=D1=81=D0=BF=D0=B5=D0=BB=D0=B8 =D0=B1=D1=8A=D0=BB= =D0=B3=D0=B0=D1=80=D1=81=D0=BA=D0=B8 =D1=81=D0=BF=D0=BE=D1=80=D1=82=D0= =B8=D1=81=D1=82=D0=B8. =D0=92=D0=BE=D0=B4=D0=B5=D1=89=D0=B8=D1=82=D0=B5 = =D1=84=D1=83=D1=82=D0=B1=D0=BE=D0=BB=D0=BD=D0=B8 =D0=BA=D0=BB=D1=83=D0= =B1=D0=BE=D0=B2=D0=B5 =D1=83 =D0=BD=D0=B0=D1=81 =D0=B8 =D0=B0=D1=81=D0= =BE=D1=86=D0=B8=D0=B0=D1=86=D0=B8=D1=8F=D1=82=D0=B0 =D0=BF=D1=8A=D0=BA = =D0=BA=D0=B0=D0=B7=D0=B0=D1=85=D0=B0 "=D0=94=D0=B0 =D0=BD=D0=B0 =D1=81= =D0=BF=D0=BE=D1=80=D1=82=D0=B0, =D0=BD=D0=B5 =E2=80=93 =D0=BD=D0=B0 = =D0=B0=D0=B3=D1=80=D0=B5=D1=81=D0=B8=D1=8F=D1=82=D0=B0" =D0=BF=D1=80=D0= =B5=D0=B7 =D0=B0=D0=B2=D0=B3=D1=83=D1=81=D1=82, =D0=BA=D0=BE=D0=B3=D0=B0= =D1=82=D0=BE =D1=81=D0=B5 =D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5 = =D1=82=D1=80=D0=B5=D1=82=D0=BE=D1=82=D0=BE =D0=B8=D0=B7=D0=B4=D0=B0=D0= =BD=D0=B8=D0=B5 =D0=BD=D0=B0 =D0=9D=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0= =B0=D0=BB=D0=BD=D0=B8=D1=8F =D0=B4=D0=B5=D1=82=D1=81=D0=BA=D0=B8 =D0=B4= =D0=B8=D0=B0=D0=B1=D0=B5=D1=82=D0=B5=D0=BD =D0=BB=D0=B0=D0=B3=D0=B5=D1= =80 "=D0=94=D0=BE=D0=BA=D0=BE=D1=81=D0=BD=D0=B8 =D0=B4=D1=8A=D0=B3=D0= =B0=D1=82=D0=B0" =D0=B2 =D0=A1=D0=9E=D0=9A =E2=80=9E=D0=9A=D0=B0=D0=BC= =D1=87=D0=B8=D1=8F=E2=80=9C. =D0=9B=D0=B5=D0=B2=D1=81=D0=BA=D0=B8, =D0= =A6=D0=A1=D0=9A=D0=90, =D0=9B=D1=83=D0=B4=D0=BE=D0=B3=D0=BE=D1=80=D0=B5= =D1=86, =D0=A1=D0=BB=D0=B0=D0=B2=D0=B8=D1=8F, =D0=94=D1=83=D0=BD=D0=B0= =D0=B2, =D0=A7=D0=B5=D1=80=D0=BD=D0=BE =D0=BC=D0=BE=D1=80=D0=B5 =D0=B8 = =D0=91=D0=BE=D1=82=D0=B5=D0=B2 =D1=81=D0=B5 =D0=BE=D0=B1=D0=B5=D0=B4=D0= =B8=D0=BD=D0=B8=D1=85=D0=B0 =D0=B8 =D0=B4=D0=B0=D0=B4=D0=BE=D1=85=D0= =B0 =D0=BD=D0=B0=D0=B3=D0=BB=D0=B5=D0=B4=D0=B5=D0=BD =D0=BF=D1=80=D0=B8= =D0=BC=D0=B5=D1=80 =D0=B7=D0=B0 =D1=82=D0=BE=D0=BB=D0=B5=D1=80=D0=B0= =D0=BD=D1=82=D0=BD=D0=BE=D1=81=D1=82, =D0=B7=D0=B0=D1=81=D1=82=D0=B0=D0= =B2=D0=B0=D0=B9=D0=BA=D0=B8 =D1=80=D0=B0=D0=BC=D0=BE =D0=B4=D0=BE =D1=80= =D0=B0=D0=BC=D0=BE =D0=B2 =D0=B8=D0=BC=D0=B5=D1=82=D0=BE =D0=BD=D0=B0 = =D0=BA=D0=B0=D1=83=D0=B7=D0=B0=D1=82=D0=B0 =D0=BD=D0=B0 =D0=B0=D1=81=D0= =BE=D1=86=D0=B8=D0=B0=D1=86=D0=B8=D1=8F=D1=82=D0=B0. =C2=A0 =D0=9E= =D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE=D1=82=D0=BE =D0=BF=D0=BE=D1=81=D0= =BB=D0=B0=D0=BD=D0=B8=D0=B5 =D0=BD=D0=B0 =E2=80=9C=D0=90=D0=B3=D1=80=D0= =B5=D1=81=D0=B8=D1=8F=E2=80=9D =D0=B5 =D0=B4=D0=B0 =D0=BE=D1=82=D0=BA= =D1=80=D0=B8=D0=B5=D0=BC =D0=B4=D0=BE=D0=B1=D1=80=D0=BE=D1=82=D0=BE =D0= =B2 =D1=81=D0=B5=D0=B1=D0=B5 =D1=81=D0=B8, =D0=BD=D0=B8=D0=BA=D0=BE=D0= =B3=D0=B0 =D0=B4=D0=B0 =D0=BD=D0=B5 =D0=B7=D0=B0=D0=B1=D1=80=D0=B0=D0= =B2=D1=8F=D0=BC=D0=B5, =D1=87=D0=B5 =D1=81=D0=BC=D0=B5 =D1=85=D0=BE=D1= =80=D0=B0 =D0=B8 =D0=B4=D0=B0 =D1=81=D0=B8 =D0=BF=D0=BE=D0=BC=D0=B0=D0= =B3=D0=B0=D0=BC=D0=B5 =D0=B5=D0=B4=D0=B8=D0=BD =D0=BD=D0=B0 =D0=B4=D1= =80=D1=83=D0=B3, =D0=BA=D0=B0=D0=BA=D1=82=D0=BE =D0=B8 =D0=B4=D0=B0 =D0= =BE=D1=81=D1=8A=D0=B7=D0=BD=D0=B0=D0=B5=D0=BC, =D1=87=D0=B5 =D0=B0=D0= =B3=D1=80=D0=B5=D1=81=D0=B8=D1=8F=D1=82=D0=B0 =D0=BD=D0=B5 =D0=B5 =D1=80= =D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D0=B5. From owner-freebsd-java@freebsd.org Wed Oct 10 15:19:39 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DED3010B3DD5 for ; Wed, 10 Oct 2018 15:19:38 +0000 (UTC) (envelope-from justin@rechi.com) Received: from msqr.rechi.com (msqr.rechi.com [60.250.59.42]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "msqr.rechi.com", Issuer "msqr.rechi.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FADD84AAD for ; Wed, 10 Oct 2018 15:19:37 +0000 (UTC) (envelope-from justin@rechi.com) Received: from rechi.com ([192.168.254.1]) by msqr.rechi.com with ESMTP id w9AFJPmX001452 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 10 Oct 2018 23:19:25 +0800 (CST) (envelope-from justin@rechi.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by rechi.com (Postfix) with SMTP id 5B45E1904331 for ; Wed, 10 Oct 2018 23:17:45 +0800 (CST) Received: from IP-8-41.dataclub.eu (unknown [185.29.8.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rechi.com (Postfix) with ESMTPSA id E5E7818FE6E4 for ; Wed, 10 Oct 2018 14:40:02 +0800 (CST) MIME-Version: 1.0 Subject: WARNING! You have (9) Pending Emails To: freebsd-java@freebsd.org From: "Administrator 2018" Date: Wed, 10 Oct 2018 09:40:25 +0300 Message-Id: <20181010151745.5B45E1904331@rechi.com> X-MAIL: msqr.rechi.com w9AFJPmX001452 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2018 15:19:39 -0000 = = Upgrade Mailbox Hi freebsd-java@freebsd.org Your mailbox is almost in full quota capacity. This may cause a malfunctio= n in your mailbox or you may not be able to receive more e-mail. = = Upgrade Mailbox Quota Here To continue using your mailbox, you need to immediately upgrade your mailb= ox quota. This service is free of charge. Once the upgrade is complete, your mailbox will work effectively. = e-Mail Client=AE Administrator 2018 =A9 From owner-freebsd-java@freebsd.org Thu Oct 11 11:40:01 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FD0C10B77A8 for ; Thu, 11 Oct 2018 11:40:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id ADC2694799 for ; Thu, 11 Oct 2018 11:40:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CDD3B10B778E; Thu, 11 Oct 2018 11:39:59 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC72610B778D for ; Thu, 11 Oct 2018 11:39:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D51A94726 for ; Thu, 11 Oct 2018 11:39:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 1F6A53CB5 for ; Thu, 11 Oct 2018 11:39:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BBdulu043678 for ; Thu, 11 Oct 2018 11:39:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w9BBdudp043677 for java@FreeBSD.org; Thu, 11 Oct 2018 11:39:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 228090] textproc/tagsoup: MASTER_SITES and WWW in pkg-descr are no longer topical Date: Thu, 11 Oct 2018 11:39:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 11:40:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228090 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|java@FreeBSD.org |tobik@freebsd.org Status|New |Closed Resolution|--- |FIXED --- Comment #1 from Tobias Kortkamp --- Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Thu Oct 11 18:41:59 2018 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8130210C3CC0 for ; Thu, 11 Oct 2018 18:41:59 +0000 (UTC) (envelope-from karina.johnson@isoftmicrohub.com) Received: from n1nlsmtp03.shr.prod.ams1.secureserver.net (n1nlsmtp03.shr.prod.ams1.secureserver.net [188.121.43.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay-hosting.secureserver.net", Issuer "Starfield Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0662A7CA66 for ; Thu, 11 Oct 2018 18:41:58 +0000 (UTC) (envelope-from karina.johnson@isoftmicrohub.com) Received: from n3plcpnl0099.prod.ams3.secureserver.net ([160.153.153.167]) by : HOSTING RELAY : with ESMTP id AftJgyEISumxZAftJgCtte; Thu, 11 Oct 2018 11:40:57 -0700 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=isoftmicrohub.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5Cw2eg7/Or876EkGcuFNCGJaTVSEH9Z4BL8WQqWqzMo=; b=H6XLDSxfTfi6/Ja6MJIg6YoIif rwNn5kT0YuT88l3Du5LU3Ga+Dkpb/k/AU8vRefFvh/LRmoVtxGRulNwJzSXxHhmJGorQpoldoVxrC 77HTWC+5MFeSkKwTEqHHgRuDmi9h7hf9Xsjji3IxXPl+2fD/QaZFl0GicO9vMsH6DPRoKqv01B1BK gKxc6r510MQFd/FKsm1zReW2czyl5cb9LVheXV/iPMGk38Sic/Vxi6OgAgxkmGyqR5FWmbY/L3Z0/ 7DCZQQl4zuTY20NS04x5tKGH7CqrIgCt82XoLMYqfkhuzhBXzLj8MROqS8vUrjV3E49zwSgQPvqSo vu5swSGg==; Received: from [183.82.21.236] (port=8462 helo=IntelPC) by n3plcpnl0099.prod.ams3.secureserver.net with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.91) (envelope-from ) id 1gAfg8-001xQ8-NX for freebsd-java@freebsd.org; Thu, 11 Oct 2018 11:27:21 -0700 From: "Karina Johnson" To: Subject: Network Solutions DNS Users list Date: Thu, 11 Oct 2018 23:56:05 -0400 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Content-Language: en-in Thread-Index: AdRh337XXLMivJgQQiOb7VzlSLVABg== X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - n3plcpnl0099.prod.ams3.secureserver.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - isoftmicrohub.com X-Get-Message-Sender-Via: n3plcpnl0099.prod.ams3.secureserver.net: authenticated_id: karina.johnson@isoftmicrohub.com X-Authenticated-Sender: n3plcpnl0099.prod.ams3.secureserver.net: karina.johnson@isoftmicrohub.com X-Source: X-Source-Args: X-Source-Dir: X-CMAE-Envelope: MS4wfDifC35LpFYMQrGj4yXioV7LMdI8O90v4Q0NnopyEBKfbbv8TsXiAfbUmkMpFX20eib0D0TSqu6hqDKIaScZzOiKtaJjUr1z805ttBp2GHTJifLmUSKL 7rG20nVBUmCxl1zDJI1rjsV/AkJikCG5EpvpUvBkAd+8YnyELW3/m3YhHql1WzDvxhNV+WptrCClseimnOBDojHk+gH94suMBRafSmFg/obTZlL//yBkM8IC Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 18:41:59 -0000 Hi, This is Lisa from the pre-sales team I would like to know if you are interested in acquiring Network Solutions DNS Users list. Let me know your exact target Industry you are trying to reach so that I can provide you more information accordingly for your marketing and other business Campaigns? If you are not the right person, please forward it to the right person in your organization. Best Regards, Karina Johnson To opt out, please response Remove