Bug#793497: [PATCH] improve package description (#793497)

2015-08-02 Thread Víctor Manuel Jáquez Leal
--- debian/changelog | 1 + debian/control | 31 ++- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index db8dfc6..50ab237 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mutt-kz (1.5.23.1-6)

Bug#793497: [PATCH] improve package description (#793497)

2015-08-02 Thread Víctor Manuel Jáquez Leal
improve package description (#793497) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#793498: [PATCH] set priority as extra (#793498)

2015-08-02 Thread Víctor Manuel Jáquez Leal
control: set priority as extra (#793498) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#793498: [PATCH] set priority as extra (#793498)

2015-08-02 Thread Víctor Manuel Jáquez Leal
--- debian/changelog | 6 ++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2f0d3fc..db8dfc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mutt-kz (1.5.23.1-6) unstable; urgency=low + + *

Bug#639854: sidebar: fix when sidebar_delim is null

2012-04-22 Thread Víctor Manuel Jáquez Leal
Package: mutt-patched Version: 1.5.21-5 Followup-For: Bug #639854 When running this comment got a segmentation fault: ~ $ mutt -e "set sidebar_delim=" Sorting mailbox...Segmentation fault This because the sidebardelim string is not validated before doing a strlen, which causes a segmentation fau

Bug#538917: apt: integer overflow if the list section size is bigger than USHORT_MAX

2009-07-27 Thread Víctor Manuel Jáquez Leal
Package: apt Version: 0.7.20.2 Severity: important Tags: patch *** Please type your report below this line *** Header.MaxVerFileSize determines the buffer size used to parse the list files. By default is 64k, but it is resized here apt-pkg/pkgcachegen.cc:379 VF->Size = List.Size(); if (Ca