From owner-freebsd-java@FreeBSD.ORG Wed Aug 20 23:47:26 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 738809A7; Wed, 20 Aug 2014 23:47:26 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (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 C48D034F5; Wed, 20 Aug 2014 23:47:25 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id b8so7786377lan.5 for ; Wed, 20 Aug 2014 16:47:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=UVi//6ZEf00BpRdxoaSYQWenU4TXIvsZRgr4jjOsoEY=; b=L38JGEu7cpKl7A2lT+N0oTVxiNTRo1gp4e+g6qqj99bYoZn+uDpzfyJ2LyrOsntXBc I0DN3vqi69JR4NlKB8kAO9YtSmfsRsxNo4d/xUIxKBpLJEoj+Bq7BghxmV3kFN/BRH4x vSzNeqceykpj0s0MFsMmWcr3YjSOlsFjwYYaBRYIsDUp11c7rbUiheutKBgIQcOllq2K q6oE/5+bHfQeeyv6t/Jr+gctcK0mbxnsyY/dqDFMqQGYnxi42lo3MicirhjVtT9TCOBV n0lvwQZMSu4j/OvYpVjNIO4477KN0FNS6yFNoefXW7hguCJ2tNb1yfGxOxiMKyH9dkNe XYOQ== MIME-Version: 1.0 X-Received: by 10.152.87.82 with SMTP id v18mr45198126laz.17.1408578443611; Wed, 20 Aug 2014 16:47:23 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Wed, 20 Aug 2014 16:47:23 -0700 (PDT) Date: Wed, 20 Aug 2014 16:47:23 -0700 X-Google-Sender-Auth: _0JG9XThiY9S_okU8OLI_EBnFvs Message-ID: Subject: 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: Wed, 20 Aug 2014 23:47:26 -0000 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