Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2006 11:07:20 -0000
From:      Conor McDermottroe <ports@mcdermottroe.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92357: [MAINTAINER] [PATCH] Update security/libotr to 3.0.0
Message-ID:  <1138273640.6502@platinum.office.edgespace.net>
Resent-Message-ID: <200601261110.k0QBA3RF096069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92357
>Category:       ports
>Synopsis:       [MAINTAINER] [PATCH] Update security/libotr to 3.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 26 11:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Conor McDermottroe
>Release:        FreeBSD 6.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD platinum.office.edgespace.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 10 18:58:38 GMT 2005 root@platinum.office.edgespace.net:/usr/obj/usr/src/sys/PLATINUM amd64


	
>Description:
	Second attempt at submitting this PR, last one disappeared. The patch
	below updates security/libotr to version 3.0.0

	This PR is a prerequisite for ports/92328
>How-To-Repeat:
	
>Fix:

diff -ruN libotr.bak/Makefile libotr/Makefile
--- libotr.bak/Makefile	Tue Jan 24 16:16:32 2006
+++ libotr/Makefile	Tue Jan 24 16:16:58 2006
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	libotr
-PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTVERSION=	3.0.0
 CATEGORIES=	security
 MASTER_SITES=	http://www.cypherpunks.ca/otr/
 
diff -ruN libotr.bak/distinfo libotr/distinfo
--- libotr.bak/distinfo	Tue Jan 24 16:16:32 2006
+++ libotr/distinfo	Tue Jan 24 16:17:49 2006
@@ -1,3 +1,3 @@
-MD5 (libotr-2.0.1.tar.gz) = 9b24fa1fef1ea5d2a245099a2ef0c5a5
-SHA256 (libotr-2.0.1.tar.gz) = e7769bef65903e97b7ea29adca57c5e3063ea9e8fdc825e823403a7c48df1c1c
-SIZE (libotr-2.0.1.tar.gz) = 370863
+MD5 (libotr-3.0.0.tar.gz) = 117aea2c7de6b208ebed662045f46f3e
+SHA256 (libotr-3.0.0.tar.gz) = 085b3bdb3ef04ee2a59cd853ff0f2c31a47587bced157ad3f0395d24bed6c3b0
+SIZE (libotr-3.0.0.tar.gz) = 392431
diff -ruN libotr.bak/pkg-plist libotr/pkg-plist
--- libotr.bak/pkg-plist	Tue Jan 24 16:16:32 2006
+++ libotr/pkg-plist	Tue Jan 24 16:29:13 2006
@@ -4,18 +4,21 @@
 bin/otr_readforge
 bin/otr_remac
 bin/otr_sesskeys
+include/libotr/auth.h
 include/libotr/b64.h
 include/libotr/context.h
 include/libotr/dh.h
 include/libotr/mem.h
 include/libotr/message.h
 include/libotr/privkey.h
+include/libotr/privkey-t.h
 include/libotr/proto.h
+include/libotr/serial.h
 include/libotr/tlv.h
 include/libotr/userstate.h
 include/libotr/version.h
 lib/libotr.a
 lib/libotr.so
-lib/libotr.so.1
+lib/libotr.so.2
 share/aclocal/libotr.m4
 @dirrm include/libotr
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1138273640.6502>