From owner-freebsd-java@FreeBSD.ORG Thu Aug 21 18:21:42 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DF22AF2; Thu, 21 Aug 2014 18:21:42 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF54D365C; Thu, 21 Aug 2014 18:21:41 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id s7so8614776lbd.28 for ; Thu, 21 Aug 2014 11:21:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=UMJhwy8XuOnAOM2k3Uqsp5IIpHpkuqdmg6y8LE52kNw=; b=H7ur0PQgLQ12zz/LWY1z99/nDG5w7FvxY+V9S7f4y5sgCWwSMUISTXNlpZQHuFBuL+ K6M1a0KfIO3g6vVVMAktL9RK6S61Q3rY6SKKwuNxazSzXZqorgyP9oq0ffJUtVl2+mH2 ezc/9tDUYHE1gT1qpz3+w57cq1A0Ktq6RUpm/4ld93qJuXl6yL6XKGLmbZQjq3Jbrp1l ohDzTGYk308GGib5ZkOk8FP1uGRLNcK+eJgUfZweGIOrIJwOAA2EJ7rY4yXLlA3cfI18 9kcTTNN7O2nOcad1fBhkcNvje33CFpKai8VZkIsAc8DywCyi0i+QDo0bKfOT8apjh9Fm 8jUw== MIME-Version: 1.0 X-Received: by 10.152.19.167 with SMTP id g7mr313087lae.46.1408645299938; Thu, 21 Aug 2014 11:21:39 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Thu, 21 Aug 2014 11:21:39 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 11:21:39 -0700 X-Google-Sender-Auth: WxAmdLZKp969MhQzIwMLPhet3sg Message-ID: Subject: Re: Need JNA fixed in Jenkins for FreeBSD From: Craig Rodrigues To: jenkinsci-dev@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Anthony Williams , "jenkins-admin@freebsd.org" , "freebsd-java@freebsd.org" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 18:21:42 -0000 Hi, In this thread: https://github.com/jenkinsci/jna/pull/2#issuecomment-52928442 Jesse Glick pointed out to me that this pull request: https://github.com/jenkinsci/jenkins/pull/1181 bumps up the JNA in Jenkins to 4.1.0. This will pull in the FreeBSD fix as a side effect. Is anybody working on 1181? It would be great to get this in, because it would fix other things besides FreeBSD. -- Craig On Wed, Aug 20, 2014 at 4:47 PM, Craig Rodrigues wrote: > Hi, > > Currently, when running Jenkins under FreeBSD, libpam fails to work. > This is because the JNA which is included with Jenkins hasn't been > updated in a while, and lacks some minor fixes needed for FreeBSD. > > Anthony Williams has submitted this pull request to jna in Jenkins: > > https://github.com/jenkinsci/jna/pull/2 > > to fix JNA on FreeBSD. With this fix, PAM authentication under FreeBSD now > works. > > Can someone in the Jenkins development team incorporate this pull request? > > Thanks. > > -- > Craig