ports/163267: [PATCH] security/pidgin-encryption: update to 3.1

Sean C. Farley scf at FreeBSD.org
Tue Dec 13 23:40:05 UTC 2011


>Number:         163267
>Category:       ports
>Synopsis:       [PATCH] security/pidgin-encryption: update to 3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 13 23:40:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sean C. Farley
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD thor.farley.org 8.2-STABLE FreeBSD 8.2-STABLE #0 r228419M: Sun Dec 11 16:02:52 EST
>Description:
- Update to 3.1

This fixes a crash in Pidgin with v3.1 I am seeing when attempting to
communicate with someone that is using pidgin-otr.

Port maintainer (perlfu at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pidgin-encryption-3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/pidgin-encryption.orig/Makefile /usr/ports/security/pidgin-encryption/Makefile
--- /usr/ports/security/pidgin-encryption.orig/Makefile	2011-09-25 19:57:59.000000000 -0400
+++ /usr/ports/security/pidgin-encryption/Makefile	2011-12-13 18:30:40.000000000 -0500
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pidgin
-PORTVERSION=	3.0
-PORTREVISION=	16
+PORTVERSION=	3.1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}-encrypt/Releases/${PORTVERSION}
 PKGNAMESUFFIX=	-encryption
@@ -22,6 +21,7 @@
 
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
+USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
diff -ruN --exclude=CVS /usr/ports/security/pidgin-encryption.orig/distinfo /usr/ports/security/pidgin-encryption/distinfo
--- /usr/ports/security/pidgin-encryption.orig/distinfo	2011-07-05 09:33:55.000000000 -0400
+++ /usr/ports/security/pidgin-encryption/distinfo	2011-12-13 14:37:15.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (pidgin-encryption-3.0.tar.gz) = ae754eb1a43d8d2341083187d6f9e2f396b5b521f87a62060369a55516896594
-SIZE (pidgin-encryption-3.0.tar.gz) = 586394
+SHA256 (pidgin-encryption-3.1.tar.gz) = 940cdafdce59ece60193626ed04ebf94e2671df184b88c9ff1792e9e0f99cdab
+SIZE (pidgin-encryption-3.1.tar.gz) = 604129
diff -ruN --exclude=CVS /usr/ports/security/pidgin-encryption.orig/pkg-plist /usr/ports/security/pidgin-encryption/pkg-plist
--- /usr/ports/security/pidgin-encryption.orig/pkg-plist	2007-06-18 07:25:15.000000000 -0400
+++ /usr/ports/security/pidgin-encryption/pkg-plist	2011-12-13 14:45:23.000000000 -0500
@@ -21,7 +21,11 @@
 %%NLS%%share/locale/tr/LC_MESSAGES/pidgin-encryption.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/pidgin-encryption.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/pidgin-encryption.mo
-share/pixmaps/pidgin/pidgin-encryption/crypto.png
- at dirrm share/pixmaps/pidgin/pidgin-encryption
- at dirrmtry share/pixmaps/pidgin/
+share/pixmaps/pidgin-encryption/crypto.png
+share/pixmaps/pidgin-encryption/icon_in_lock.png
+share/pixmaps/pidgin-encryption/icon_in_unlock.png
+share/pixmaps/pidgin-encryption/icon_out_capable.png
+share/pixmaps/pidgin-encryption/icon_out_lock.png
+share/pixmaps/pidgin-encryption/icon_out_unlock.png
+ at dirrm share/pixmaps/pidgin-encryption
 @dirrmtry lib/pidgin/
--- pidgin-encryption-3.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list