Update to 0.95.1 which contains bug fixes, including the #16895 --
PGP/MIME message scrambled if password not typed correct on first. Also, make it work with thunderbird 2.0.0.4. ok kurt@ P.S., i'm tired of asking this, this is the last time i do. People who have sparc64, please verify if this is still true after last major tb/enigmail updates: .if ${MACHINE_ARCH} == "sparc64" BROKEN= "Thunderbird hangs when accessing items from the OpenPGP menu" .endif Let me, or kurt@ know.
This commit is contained in:
parent
5b35b01275
commit
9f499ae130
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/06/11 07:42:53 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/06/22 18:59:19 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,9 +8,8 @@ BROKEN= "Thunderbird hangs when accessing items from the OpenPGP menu"
|
||||
|
||||
COMMENT= "GnuPG extension for Thunderbird"
|
||||
|
||||
VER= 0.95.0
|
||||
VER= 0.95.1
|
||||
DISTNAME= enigmail-${VER}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= mail security
|
||||
|
||||
SHARED_LIBS= enigmime 13.0
|
||||
@ -30,7 +29,7 @@ BUILD_DEPENDS= ::${THUNDERBIRD_DIR}:configure \
|
||||
::archivers/unzip
|
||||
RUN_DEPENDS= ::security/gnupg
|
||||
|
||||
LIB_DEPENDS= mozilla-thunderbird/xpcom,mozilla-thunderbird/xpcom_compat,mozilla-thunderbird/xpcom_core:mozilla-thunderbird-2.0.0.0:${THUNDERBIRD_DIR}
|
||||
LIB_DEPENDS= mozilla-thunderbird/xpcom,mozilla-thunderbird/xpcom_compat,mozilla-thunderbird/xpcom_core:mozilla-thunderbird-2.0.0.4:${THUNDERBIRD_DIR}
|
||||
WANTLIB= c m nspr4 plc4 plds4
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (enigmail-0.95.0.tar.gz) = ggqyFra6IfgTktVruZkcGA==
|
||||
RMD160 (enigmail-0.95.0.tar.gz) = ucyi6wW5wikiXWx1l9p3QPRyc+U=
|
||||
SHA1 (enigmail-0.95.0.tar.gz) = QT4wInKH7D9fAPBYnsfc2tnvHB0=
|
||||
SHA256 (enigmail-0.95.0.tar.gz) = 3IaRkZU8PQeX+JIjoK1eiszACSZvHS7DrbL1gU/zO1A=
|
||||
SIZE (enigmail-0.95.0.tar.gz) = 568958
|
||||
MD5 (enigmail-0.95.1.tar.gz) = jFhba8qWzB7OULyFDMme3g==
|
||||
RMD160 (enigmail-0.95.1.tar.gz) = MVb00BfB1jXG/s+kPz/F+jAeJGE=
|
||||
SHA1 (enigmail-0.95.1.tar.gz) = L77+wud/xlR618dDMAi/FKIrA48=
|
||||
SHA256 (enigmail-0.95.1.tar.gz) = DaB5kaLSodI2Q63AJuK9fd6FgzsbNikN90/SZ1uA27w=
|
||||
SIZE (enigmail-0.95.1.tar.gz) = 1045036
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/05/03 13:35:50 kurt Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/06/22 18:59:19 martynas Exp $
|
||||
mozilla-thunderbird/extensions/${GUID}/
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome/
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome.manifest
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome/enigmail-locale.jar
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome/enigmail-skin-tbird.jar
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome/enigmail-skin.jar
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome/enigmail.jar
|
||||
@ -17,6 +18,5 @@ mozilla-thunderbird/extensions/${GUID}/defaults/pref/
|
||||
mozilla-thunderbird/extensions/${GUID}/defaults/pref/enigmail.js
|
||||
mozilla-thunderbird/extensions/${GUID}/defaults/preferences/
|
||||
mozilla-thunderbird/extensions/${GUID}/defaults/preferences/enigmail.js
|
||||
mozilla-thunderbird/extensions/${GUID}/enigmail.spec
|
||||
mozilla-thunderbird/extensions/${GUID}/install.js
|
||||
mozilla-thunderbird/extensions/${GUID}/install.rdf
|
||||
|
Loading…
Reference in New Issue
Block a user