* A total of 81(!) bugs were fixed in this release. * Improvements to the main user interface for decrypting messages. * Use gpg groups as target for email addresses and rules. * Option to automatically attach signing key to sent messages. * Allow to send encrypted messages to newsgroups. * New displaying of keys in the Enigmail key manager.
This commit is contained in:
parent
e24e9e0e64
commit
8a1ee843c6
@ -1,12 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.10 2009/09/10 21:46:10 martynas Exp $
|
# $OpenBSD: Makefile,v 1.11 2009/09/18 21:42:53 martynas Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= GnuPG extension for SeaMonkey
|
COMMENT= GnuPG extension for SeaMonkey
|
||||||
|
|
||||||
VER= 0.95.7
|
VER= 0.96.0
|
||||||
DISTNAME= enigmail-${VER}
|
DISTNAME= enigmail-${VER}
|
||||||
PKGNAME= enigmail-seamonkey-${VER}p6
|
PKGNAME= enigmail-seamonkey-${VER}
|
||||||
|
|
||||||
CATEGORIES= mail security
|
CATEGORIES= mail security
|
||||||
|
|
||||||
@ -47,6 +47,9 @@ GUID= {847b3a00-7ab1-11d4-8f02-006008948af5}
|
|||||||
GLOBALDIR= ${PREFIX}/seamonkey
|
GLOBALDIR= ${PREFIX}/seamonkey
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
@perl -pi -e 's|(genxpi.*) (\$$\(TARGET_XPCOM_ABI\))|\1 "\2"|g' \
|
||||||
|
${WRKDIST}/Makefile.in
|
||||||
|
@perl -pi -e 's|[-_]?\$${xpcomAbi}||g' ${WRKDIST}/genxpi
|
||||||
@mv ${WRKDIST} ${MOZBASE}/mailnews/extensions
|
@mv ${WRKDIST} ${MOZBASE}/mailnews/extensions
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (enigmail-0.95.7.tar.gz) = u+5ZurWLl+M+hQFaWuXeew==
|
MD5 (enigmail-0.96.0.tar.gz) = z4w46NM5ZXBt84OrM7OSPA==
|
||||||
RMD160 (enigmail-0.95.7.tar.gz) = PowlRFR7bXbNm02V43T+SiwzO2Y=
|
RMD160 (enigmail-0.96.0.tar.gz) = YvwfTYxaEsoLLknyqn3dKDYec28=
|
||||||
SHA1 (enigmail-0.95.7.tar.gz) = q5z+kLJy9GbSwja0mYBwoULVtgk=
|
SHA1 (enigmail-0.96.0.tar.gz) = rZooq2MqVIC9E4oPYOQ6XAelZkY=
|
||||||
SHA256 (enigmail-0.95.7.tar.gz) = iDLnIsJa6xXL+83G8plOY/xJ5CtZdzQw8C4tjb+Q5EU=
|
SHA256 (enigmail-0.96.0.tar.gz) = gK14Ejb0PZopEgXu/ZLPSedaWDaCYZj0bTy5C36uCdE=
|
||||||
SIZE (enigmail-0.95.7.tar.gz) = 1198743
|
SIZE (enigmail-0.96.0.tar.gz) = 1231329
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.2 2009/01/08 20:13:30 martynas Exp $
|
@comment $OpenBSD: PLIST,v 1.3 2009/09/18 21:42:53 martynas Exp $
|
||||||
seamonkey/chrome/enigmail-locale.jar
|
seamonkey/chrome/enigmail-locale.jar
|
||||||
seamonkey/chrome/enigmail-skin-tbird.jar
|
seamonkey/chrome/enigmail-skin-seamonkey.jar
|
||||||
seamonkey/chrome/enigmail-skin.jar
|
seamonkey/chrome/enigmail-skin.jar
|
||||||
seamonkey/chrome/enigmail.jar
|
seamonkey/chrome/enigmail.jar
|
||||||
@unexec %D/seamonkey/chrome/regchrome %D/seamonkey/install.js %D/seamonkey/chrome/installed-chrome.txt uninstall
|
@unexec %D/seamonkey/chrome/regchrome %D/seamonkey/install.js %D/seamonkey/chrome/installed-chrome.txt uninstall
|
||||||
seamonkey/chrome/regchrome
|
seamonkey/chrome/regchrome
|
||||||
|
seamonkey/components/enigMsgCompFields.js
|
||||||
seamonkey/components/enigmail.js
|
seamonkey/components/enigmail.js
|
||||||
seamonkey/components/enigmail.xpt
|
seamonkey/components/enigmail.xpt
|
||||||
seamonkey/components/enigmime.xpt
|
seamonkey/components/enigmime.xpt
|
||||||
@ -20,3 +21,5 @@ seamonkey/install.js
|
|||||||
@exec TEMP=`mktemp -d` && cd %D/seamonkey && env HOME=$TEMP LD_LIBRARY_PATH=%D/seamonkey ./regxpcom && rm -fr $TEMP
|
@exec TEMP=`mktemp -d` && cd %D/seamonkey && env HOME=$TEMP LD_LIBRARY_PATH=%D/seamonkey ./regxpcom && rm -fr $TEMP
|
||||||
@unexec TEMP=`mktemp -d` && cd %D/seamonkey && env HOME=$TEMP LD_LIBRARY_PATH=%D/seamonkey ./regchrome && rm -fr $TEMP
|
@unexec TEMP=`mktemp -d` && cd %D/seamonkey && env HOME=$TEMP LD_LIBRARY_PATH=%D/seamonkey ./regchrome && rm -fr $TEMP
|
||||||
@unexec TEMP=`mktemp -d` && cd %D/seamonkey && env HOME=$TEMP LD_LIBRARY_PATH=%D/seamonkey ./regxpcom && rm -fr $TEMP
|
@unexec TEMP=`mktemp -d` && cd %D/seamonkey && env HOME=$TEMP LD_LIBRARY_PATH=%D/seamonkey ./regxpcom && rm -fr $TEMP
|
||||||
|
seamonkey/wrappers/
|
||||||
|
seamonkey/wrappers/gpg-wrapper.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user