From nobody@FreeBSD.org  Mon May 12 03:15:52 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 72746CE7
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 03:15:52 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 5F2822119
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 03:15:52 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C3Fq08004404
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 12 May 2014 03:15:52 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4C3Fqi3004403;
	Mon, 12 May 2014 03:15:52 GMT
	(envelope-from nobody)
Message-Id: <201405120315.s4C3Fqi3004403@cgiserv.freebsd.org>
Date: Mon, 12 May 2014 03:15:52 GMT
From: Horia Racoviceanu <horia@racoviceanu.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER] security/libscrypt: update to 1.19
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189693
>Category:       ports
>Synopsis:       [MAINTAINER] security/libscrypt: update to 1.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nemysis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 12 03:20:00 UTC 2014
>Closed-Date:    Mon May 12 07:31:35 UTC 2014
>Last-Modified:  Mon May 12 07:40:00 UTC 2014
>Originator:     Horia Racoviceanu
>Release:        FreeBSD 10.0-RELEASE
>Organization:
>Environment:
FreeBSD heta 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:

>How-To-Repeat:

>Fix:
- Update to 1.19, Announce message:

  Code safety cleanups. Now running Coverity.


Build log:
https://redports.org/buildarchive/20140512030101-84535/

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 353767)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libscrypt
-PORTVERSION=	1.18
-PORTREVISION=	1
+PORTVERSION=	1.19
 CATEGORIES=	security
 
 MAINTAINER=	horia@racoviceanu.com
@@ -16,7 +15,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	technion
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	35b6894
+GH_COMMIT=	457ff86
 
 MAKE_ARGS+=	CC=${CC} LIBDIR=${PREFIX}/lib
 
Index: distinfo
===================================================================
--- distinfo	(revision 353767)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libscrypt-1.18.tar.gz) = 5c8c59cc76bbbcb9d674fb72a668938cd2d6c5e1d5a302a8dc83f541f33b65ea
-SIZE (libscrypt-1.18.tar.gz) = 17418
+SHA256 (libscrypt-1.19.tar.gz) = e581705340da23778c9e2c576bff5b49bbca4eb05b0a6015e5b5cc33bfacbd89
+SIZE (libscrypt-1.19.tar.gz) = 18220


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nemysis 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 12 03:20:05 UTC 2014 
Responsible-Changed-Why:  
nemysis@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189693 
State-Changed-From-To: open->closed 
State-Changed-By: nemysis 
State-Changed-When: Mon May 12 07:31:34 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189693 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189693: commit references a PR
Date: Mon, 12 May 2014 07:32:49 +0000 (UTC)

 Author: nemysis
 Date: Mon May 12 07:32:44 2014
 New Revision: 353779
 URL: http://svnweb.freebsd.org/changeset/ports/353779
 QAT: https://qat.redports.org/buildarchive/r353779/
 
 Log:
   - Update to 1.19, Announce message:
   
       Code safety cleanups. Now running Coverity.
   
   PR:		ports/189693
   Submitted by:	Horia Racoviceanu <horia@racoviceanu.com (maintainer)
 
 Modified:
   head/security/libscrypt/Makefile
   head/security/libscrypt/distinfo
 
 Modified: head/security/libscrypt/Makefile
 ==============================================================================
 --- head/security/libscrypt/Makefile	Mon May 12 07:31:17 2014	(r353778)
 +++ head/security/libscrypt/Makefile	Mon May 12 07:32:44 2014	(r353779)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	libscrypt
 -PORTVERSION=	1.18
 -PORTREVISION=	1
 +PORTVERSION=	1.19
  CATEGORIES=	security
  
  MAINTAINER=	horia@racoviceanu.com
 @@ -16,7 +15,7 @@ USE_LDCONFIG=	yes
  USE_GITHUB=	yes
  GH_ACCOUNT=	technion
  GH_TAGNAME=	${GH_COMMIT}
 -GH_COMMIT=	35b6894
 +GH_COMMIT=	457ff86
  
  MAKE_ARGS+=	CC=${CC} LIBDIR=${PREFIX}/lib
  
 
 Modified: head/security/libscrypt/distinfo
 ==============================================================================
 --- head/security/libscrypt/distinfo	Mon May 12 07:31:17 2014	(r353778)
 +++ head/security/libscrypt/distinfo	Mon May 12 07:32:44 2014	(r353779)
 @@ -1,2 +1,2 @@
 -SHA256 (libscrypt-1.18.tar.gz) = 5c8c59cc76bbbcb9d674fb72a668938cd2d6c5e1d5a302a8dc83f541f33b65ea
 -SIZE (libscrypt-1.18.tar.gz) = 17418
 +SHA256 (libscrypt-1.19.tar.gz) = e581705340da23778c9e2c576bff5b49bbca4eb05b0a6015e5b5cc33bfacbd89
 +SIZE (libscrypt-1.19.tar.gz) = 18220
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
