Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71763 - Qmailadmin version bump? 1.2.3 latest stable 1.2.4 latest devel
Summary: Qmailadmin version bump? 1.2.3 latest stable 1.2.4 latest devel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Robin Johnson
URL: http://sourceforge.net/projects/qmail...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 08:24 UTC by Allen Parker
Modified: 2004-12-09 12:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Allen Parker 2004-11-19 08:24:06 UTC
esearch vmailadmin
*  net-mail/qmailadmin
      Latest version available: 1.2.1
      Latest version installed: 1.2.1
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.inter7.com/qmailadmin.html
      Description: A web interface for managing a qmail system with virtual domains.

can we have a version bump please?

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge search qmailadmin
3. eek! it's an old version :-p

Actual Results:  
qmailadmin was out of date :(

Expected Results:  
qmailadmin should have been up to date :-D
Comment 1 Allen Parker 2004-11-19 09:08:47 UTC
This will fix the Maildir/.maildir problem in 1.2.4
--- qmailadmin-1.2.4.ebuild     2004-11-19 16:41:31.251177072 +0000
+++ qmailadmin-1.2.4-r1.ebuild  2004-11-19 17:07:03.687211384 +0000
@@ -33,7 +33,7 @@
        unpack ${A}
        cd ${S}
        gnuconfig_update
-       for i in alias.c auth.c autorespond.c command.c contrib/alias2forward.pl qmailadmin.c template.c user.c; do
+       for i in alias.c auth.c autorespond.c command.c contrib/alias2forward.pl qmailadmin.c qmailadmin.h template.c user.c; do
                sed -e 's|/Maildir|/.maildir|g' -i ${i}
        done
}
Comment 2 Allen Parker 2004-11-19 09:20:06 UTC
on second thought, it seems that this is the only thing necessary, in patch form, to make it all work :-\

diff -Nur qmailadmin-1.2.4/qmailadmin.h qmailadmin-1.2.4-r1/qmailadmin.h
--- qmailadmin-1.2.4/qmailadmin.h       2004-11-11 07:21:49.000000000 +0000
+++ qmailadmin-1.2.4-r1/qmailadmin.h    2004-11-19 17:18:55.215042712 +0000
@@ -21,7 +21,7 @@
  * it below.
  */
 #ifndef MAILDIR
-#define MAILDIR "Maildir"
+#define MAILDIR ".maildir"
 #endif

 /* max # of forwards a user can set on the Modify User screen */
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-12-09 12:25:09 UTC
1.24 is already in the tree