[Lunar-commits] <moonbase> qpopper: version bumped to 4.0.12.

Florin Braescu florin at lunar-linux.org
Sat May 3 07:33:43 CEST 2008


commit 8a1097ed60cb345a0b129c76a84bd1332b438e0d
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat May 3 08:33:43 2008 +0300

    qpopper: version bumped to 4.0.12.
    
    Changes:
    1.   Fixed bug that enabled pam by default (it should
         only be enabled by default on certain platforms).
    2.   Fixed off-by-one error in strlcpy.
    3.   Fixed strlcpy off-by-one error when source exceeds dest.
    4.   Prevent strlcat from examining destination past buffer size.
    5.   Guard strlcpy and strlcat so they aren't compiled if the
         platform supplies them.
    6.   Fix crash if mangle string ended with header and no ")".
    7.   Allow 'announce-expire' configuration file option to be set to -1.
    8.   Tweaked pam so that default isn't enabled accidently.
    9.   Added check for getprpwnam() and if found, enable
         specialauth, just like we do for getspnam(). This
         should fix default configuration on platforms like Tru64.
    10.  Added more checks to try and find getprpwnam().
    11.  Fixed bug that enabled pam by default (it should
         only be default enabled on certain platforms).
    12.  Correct milliseconds calculation.
    13.  Fix error message in 'make realclean' on some platforms.
---
 mail/qpopper/BUILD   |    4 ++++
 mail/qpopper/DEPENDS |    2 ++
 mail/qpopper/DETAILS |   12 ++++++------
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/mail/qpopper/BUILD b/mail/qpopper/BUILD
index 41e555e..59487ab 100644
--- a/mail/qpopper/BUILD
+++ b/mail/qpopper/BUILD
@@ -12,6 +12,10 @@
   
   message "${MESSAGE_COLOR}Configuring with $OPTS${DEFAULT_COLOR}"
 
+
+  sedit "s:-md:-m:" Makefile.in  &&
+  
+
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
               --enable-standalone \
diff --git a/mail/qpopper/DEPENDS b/mail/qpopper/DEPENDS
index 554a846..3d1e9fb 100644
--- a/mail/qpopper/DEPENDS
+++ b/mail/qpopper/DEPENDS
@@ -1 +1,3 @@
+depends %MTA
+
 optional_depends "openssl" "--with-openssl=/usr/include/openssl" "" "For SSL support"
diff --git a/mail/qpopper/DETAILS b/mail/qpopper/DETAILS
index f15d126..9579ba5 100644
--- a/mail/qpopper/DETAILS
+++ b/mail/qpopper/DETAILS
@@ -1,17 +1,17 @@
           MODULE=qpopper
-         VERSION=4.0.9
+         VERSION=4.0.12
           SOURCE=$MODULE$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
-      SOURCE_URL=ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
-      SOURCE_VFY=sha1:5629aa86d92fe10565021980882dffb733ce73d9
-        WEB_SITE=http://www.eudora.com/qpopper_general/
+      SOURCE_URL=ftp://ftp.qualcomm.com/eudora/servers/unix/popper
+      SOURCE_VFY=sha1:6f8d30e87da0edba92679297f86af1966d128a16
+        WEB_SITE=http://www.eudora.com/qpopper_general
          ENTERED=20020711
-         UPDATED=20060323
+         UPDATED=20080503
            SHORT="The de facto POP3 server"
 
 cat << EOF
 Qpopper is the most widely-used server for the POP3 protocol (this allows
-users to access their mail using any POP3 client).  Qpopper supports the
+users to access their mail using any POP3 client). Qpopper supports the
 latest standards, and includes a large number of optional features. 
 Qpopper is normally used with standard UNIX mail transfer and delivery
 agents such as sendmail or smail.


More information about the Lunar-commits mailing list