pkgsrc/editors/emacs25/version.mk
ryoon 71a3347258 Update emacs25 and emacs25-nox11 to 25.3
Changelog:
This is an emergency release to fix a security vulnerability in Emacs.

Enriched Text mode has its support for decoding 'x-display' disabled.
This feature allows saving 'display' properties as part of text.
Emacs 'display' properties support evaluation of arbitrary Lisp forms
as part of instantiating the property, so decoding 'x-display' is
vulnerable to executing arbitrary malicious Lisp code included in the
text (e.g., sent as part of an email message).

This vulnerability was introduced in Emacs 19.29.
2017-09-12 03:19:02 +00:00

7 lines
162 B
Makefile

# $NetBSD: version.mk,v 1.3 2017/09/12 03:19:02 ryoon Exp $
_EMACS_FLAVOR= emacs
_EMACS_REQD= emacs25>=25.1<26
_EMACS_VERSION_MAJOR= 25
_EMACS_VERSION_MINOR= 3