pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors Updated vim to 6.3.064
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9bd79827761
branches: trunk
changeset: 490560:c9bd79827761
user: martti <martti%pkgsrc.org@localhost>
date: Tue Mar 15 09:07:29 2005 +0000
description:
Updated vim to 6.3.064
Changes (should fix the security issues found in 6.3.045)
2231 6.3.046 ":registers" doesn't show multi-byte characters correctly
2196 6.3.047 (extra) Win XP with Borland: new file is created read-only
18175 6.3.048 (extra) VMS: doesn't build on IA64
1776 6.3.049 (after 6.3.045) compiler warning for pointer type
2225 6.3.050 a SIGHUP while already exiting may cause a crash
1661 6.3.051 crash when 'wildmenu' set and completing multi-byte file name
3175 6.3.052 (extra) Win 98: can't enter non-ASCII characters if 'enc' set
1576 6.3.053 Win32: ":loadview" doesn't work for files with non-latin chars
1981 6.3.054 when 'im' is set redraw remains off when repeating an insert
8844 6.3.055 wrong text and crash using <C-R>= or <C-\>e in command line
2091 6.3.056 window title wrong for specific multi-byte character
1748 6.3.057 folds are not updated after a filter command
4440 6.3.058 crash when zero columns room; can't compile without :vsplit
2286 6.3.059 crash when editing a file with spaces and shell expansion
1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode
1984 6.3.061 display mess when multi-byte char at right edge of screen
2337 6.3.062 ":normal! gQ" hangs
1434 6.3.063 after the CursorHold event 'mousefocus' may stop working
1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
diffstat:
editors/vim-gtk/Makefile | 3 +-
editors/vim-gtk2/Makefile | 3 +-
editors/vim-motif/Makefile | 3 +-
editors/vim-share/Makefile.common | 8 ++++--
editors/vim-share/distinfo | 47 ++++++++++++++++++++++++++++++++++++++-
editors/vim-xaw/Makefile | 3 +-
editors/vim/Makefile | 3 +-
7 files changed, 56 insertions(+), 14 deletions(-)
diffs (145 lines):
diff -r 89d2526df16c -r c9bd79827761 editors/vim-gtk/Makefile
--- a/editors/vim-gtk/Makefile Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim-gtk/Makefile Tue Mar 15 09:07:29 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.46 2005/03/15 09:07:29 martti Exp $
PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
diff -r 89d2526df16c -r c9bd79827761 editors/vim-gtk2/Makefile
--- a/editors/vim-gtk2/Makefile Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim-gtk2/Makefile Tue Mar 15 09:07:29 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/15 09:07:29 martti Exp $
PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 GTK2 GUI
diff -r 89d2526df16c -r c9bd79827761 editors/vim-motif/Makefile
--- a/editors/vim-motif/Makefile Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim-motif/Makefile Tue Mar 15 09:07:29 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2005/03/15 09:07:29 martti Exp $
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
diff -r 89d2526df16c -r c9bd79827761 editors/vim-share/Makefile.common
--- a/editors/vim-share/Makefile.common Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim-share/Makefile.common Tue Mar 15 09:07:29 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.41 2005/01/27 10:37:01 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.42 2005/03/15 09:07:29 martti Exp $
VIM_VERSION= 6.3
-VIM_PATCHLEVEL= 045
+VIM_PATCHLEVEL= 064
DISTNAME= vim-${VIM_VERSION}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
@@ -16,7 +16,9 @@
6.3.015 6.3.016 6.3.017 6.3.018 6.3.019 6.3.020 6.3.021\
6.3.023 6.3.024 6.3.026 6.3.027 6.3.028 6.3.029 6.3.030\
6.3.031 6.3.032 6.3.033 6.3.034 6.3.036 6.3.037 6.3.039\
- 6.3.040 6.3.042 6.3.043 6.3.045
+ 6.3.040 6.3.042 6.3.043 6.3.045 6.3.046 6.3.049 6.3.050\
+ 6.3.051 6.3.054 6.3.055 6.3.056 6.3.057 6.3.058 6.3.059\
+ 6.3.060 6.3.061 6.3.062 6.3.063 6.3.064
MAINTAINER= martti%NetBSD.org@localhost
HOMEPAGE= http://www.vim.org/
diff -r 89d2526df16c -r c9bd79827761 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim-share/distinfo Tue Mar 15 09:07:29 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2005/02/23 17:15:13 agc Exp $
+$NetBSD: distinfo,v 1.31 2005/03/15 09:07:29 martti Exp $
SHA1 (vim/vim-6.3.tar.bz2) = 76f663277140d314ecfafecb0307e832bdbbaf06
RMD160 (vim/vim-6.3.tar.bz2) = 321c59d62f6fce99396be33875ec5a7d84944525
@@ -120,6 +120,51 @@
SHA1 (vim/6.3.045) = 6354d0a0353055052d4e53c53b2c79e8964cd37a
RMD160 (vim/6.3.045) = 918a4c5a02f1be65bc49314fb9f32ca7bdb8517a
Size (vim/6.3.045) = 12283 bytes
+SHA1 (vim/6.3.046) = 4c89515d66645d51a8179205b6f6a385197abe97
+RMD160 (vim/6.3.046) = dea5e8a0642b1ca05f42a5a56ba40a8d37ce5028
+Size (vim/6.3.046) = 2231 bytes
+SHA1 (vim/6.3.049) = 30abe56ee682553000382d4b3aa11f0dc9b0967a
+RMD160 (vim/6.3.049) = 0e4c4ccb4a55bade03298e5709238b29ad53ca70
+Size (vim/6.3.049) = 1776 bytes
+SHA1 (vim/6.3.050) = 38b09d8637169d353db30cfc7bcd61456fdb10f2
+RMD160 (vim/6.3.050) = 28b35c702eda86482b5cef869666dc3a03ca8999
+Size (vim/6.3.050) = 2225 bytes
+SHA1 (vim/6.3.051) = 598987c3d141570e8fd8ab93862168fe9b92a020
+RMD160 (vim/6.3.051) = 981a665e04c08f8bc359e0fcc41462ec6bdecd1a
+Size (vim/6.3.051) = 1661 bytes
+SHA1 (vim/6.3.054) = c64492b0e36221b6a2c06d795501ec33629efa6d
+RMD160 (vim/6.3.054) = 4a89cd7960798ea55712b479169a67e4e3f34af3
+Size (vim/6.3.054) = 1981 bytes
+SHA1 (vim/6.3.055) = f2005d1ff38bb062f34d7f6a44eea7559e9f08e6
+RMD160 (vim/6.3.055) = 08eb783a6edf87e39ef3b546fdd20a12e46f0248
+Size (vim/6.3.055) = 8844 bytes
+SHA1 (vim/6.3.056) = 138f12ad324a0f8b96a17306e1b883962a050eea
+RMD160 (vim/6.3.056) = 1383f20f7eb2612070feef49a835ecc22d2f6cbe
+Size (vim/6.3.056) = 2091 bytes
+SHA1 (vim/6.3.057) = 4ecbb4bbc1fe7dcf3aca60d1bff40064a1f95ad7
+RMD160 (vim/6.3.057) = 3755dc7e2008c0ee999286ea46bf4d4b5ee19332
+Size (vim/6.3.057) = 1748 bytes
+SHA1 (vim/6.3.058) = 0ea7dc762c984e714d5d6534f5deffa9a79a91f3
+RMD160 (vim/6.3.058) = 4c73b4686f9fbb1854b3d1cf48ca18aa20555eb9
+Size (vim/6.3.058) = 4440 bytes
+SHA1 (vim/6.3.059) = 93247ac7bae66c75952f9609bec8e1ae61420ad6
+RMD160 (vim/6.3.059) = c2273b8a1abd5b3e83b0decddb9787dcea8d54d3
+Size (vim/6.3.059) = 2286 bytes
+SHA1 (vim/6.3.060) = 4907b03ac2cfa8f9e4b0f397230371fcb4d69363
+RMD160 (vim/6.3.060) = 024dda054dacea1dd5bd2a9198c32e4d87eae82c
+Size (vim/6.3.060) = 1609 bytes
+SHA1 (vim/6.3.061) = ade434a1b588647e16a9f4659ba47e10217030a3
+RMD160 (vim/6.3.061) = fc2bb92c10694acb84f88c2775c1753489d946cc
+Size (vim/6.3.061) = 1984 bytes
+SHA1 (vim/6.3.062) = 96051975dda2253e470c33c80168f7454677ad85
+RMD160 (vim/6.3.062) = 3eb4cfad31348939744d5a8590a609b0bdece990
+Size (vim/6.3.062) = 2337 bytes
+SHA1 (vim/6.3.063) = 3b54715101d1d4d24ee3551f8bec3867b9f32984
+RMD160 (vim/6.3.063) = d1955fb7f41a009814985fa5f150394ed353a434
+Size (vim/6.3.063) = 1434 bytes
+SHA1 (vim/6.3.064) = 8eb9d438c5759d9aaf4b8c1e91da78377b1f6b41
+RMD160 (vim/6.3.064) = 1f55dce76c78c5bef0dc594d34a5e488803510d8
+Size (vim/6.3.064) = 1586 bytes
SHA1 (patch-aa) = 226983cd130c91de83f46baa38d18b243bd029c8
SHA1 (patch-ad) = 305b3f9cd2837482362c0176b8e2025ffb0eb254
SHA1 (patch-zb) = 3966ea9713cbf5d26072592443080c1884f48e75
diff -r 89d2526df16c -r c9bd79827761 editors/vim-xaw/Makefile
--- a/editors/vim-xaw/Makefile Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim-xaw/Makefile Tue Mar 15 09:07:29 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.35 2005/03/15 09:07:29 martti Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
.include "../vim-share/Makefile.common"
diff -r 89d2526df16c -r c9bd79827761 editors/vim/Makefile
--- a/editors/vim/Makefile Tue Mar 15 04:51:19 2005 +0000
+++ b/editors/vim/Makefile Tue Mar 15 09:07:29 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2005/01/25 13:48:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.59 2005/03/15 09:07:29 martti Exp $
PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Vim editor (vi clone) without GUI
Home |
Main Index |
Thread Index |
Old Index