notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/vpopmail/distinfo

Number of commits found: 34

Friday, 11 Apr 2014
00:51 bdrewery search for other commits by this committer
- Update to 5.4.33
- Move auth options into its own single group
- Clarify PASSWD and VALIAS options

Changes: (* was already applied in our 5.4.32)
    Matt Brookings
  * - Defaulted to Server::Disable=True in vusagec.conf
  * - Fixed bug that didn't install vusagec.conf
    - Changed relevant quota code to use storage_t 64bit type
    - Fixed bug where backfill code wouldn't compile when FILE_LOCKING was
      enabled
    - Updated MySQL module to support larger quota sizes
    - Fixed typo
    - Added disable_maildrop flag to MySQL limits feature
    - More changes to allow for larger quota sizes in MySQL module

    Tullio Andreatta
    - Dynamic allocation of valias data
    - Use of open/fchdir rather than getcwd/chdir to maintain current working
      directory
    - Fixed a broken symbolic link check

    Drew Wells
    - Modification to vdelivermail to properly handle Maildir paths that begin
with "./"

    <kenji@kens.fm>
    - Removed call to maildir_addquota inside user_over_maildirquota causing
duplicate
      maildirsize entries
Original commitRevision:350866 
Monday, 10 Jan 2011
08:30 roam search for other commits by this committer
The upstream distfile was rerolled with some fixes:
- update the patches
- remove the MD5 checksum
- bump PORTREVISION

Reported by:    "Alexander B. Zubkov" <info@zubkov.info>
Original commit
Monday, 13 Sep 2010
09:57 roam search for other commits by this committer
Update to vpopmail-5.4.32 and declare a GPL-2+ license.
Original commit
Tuesday, 5 Jan 2010
10:27 roam search for other commits by this committer
Update to vpopmail-5.4.30 which should fix the segfaults that some
users have been experiencing with 5.4.28.
Original commit
Thursday, 26 Nov 2009
19:02 roam search for other commits by this committer
Update to vpopmail-5.4.28.
From the PR - fix the creation of new domains through LDAP.

PR:             131274
Submitted by:   Suzuki <xsuzu@yokohama.riken.jp>
Original commit
Monday, 16 Mar 2009
13:51 roam search for other commits by this committer
Update to vpopmail-5.4.27.
Internally, use quilt for patch management.
Add two Makefile knobs for the locations of the Courier IMAP server's
imaplogin and imapd binaries, just in case anyone would want to test
the new authvchkpw utility :)
Original commit
Tuesday, 25 Dec 2007
06:00 roam search for other commits by this committer
Update the vpopmail port to version 5.4.26 with a lot of changes and fixes:
- add the WITH_SPAMFOLDER knob from Alex Dupre's PR;
- fix lots of bugs in the new vlist code;
- fix a couple of bugs in MySQL's "valias -n" implementation;
- actually implement "valias -n" for PostgreSQL;
- fix a couple of directory descriptor leaks and other buglets.

PR:             117321 (the WITH_SPAMFOLDER knob)
Submitted by:   ale
Original commit
Tuesday, 9 Oct 2007
13:27 roam search for other commits by this committer
Update vpopmail to 5.4.20 after a long delay, mostly due to wondering
how to handle the database upgrade and the SpamAssassin patch partial
integration.

There are several important changes that may affect your vpopmail
installation and may need you to handle manually:

- THE MYSQL CONNECTION INFORMATION IS NO LONGER DEFINED AT COMPILE-TIME!
  The WITH_MYSQL_{USER,PASSWD,SERVER,DB} variables should NOT be defined
  when you build the port; place that information in the vpopmail.mysql
  file after vpopmail has been installed!
- the default domain is also no longer defined at compile time - you need
  to place it in the defaultdomain file after the installation.
- the defaultdomain and vpopmail.mysql files are no longer blindly removed
  on deinstallation, they are only removed if they have not been modified
- in vpopmail 5.4.18, the database schema was changed - some fields were
  extended from 64 to 96 characters.  If you do not apply those changes
  to your database, as explained in the vpopmail/doc/UPGRADE file, your
  vpopmail installation may silently fail or lose the trailing portions
  of domain names and usernames.
- in vpopmail 5.4.19, the upstream authors integrated large parts of
  Alex Dupre's SpamAssassin support, without the SPAM_THRESHOLD part.
  If you use vpopmail along with the SpamAssassin FreeBSD port support,
  take extra care to ensure that your installation still processes
  e-mail messages in the same way.
- vpopmail 5.4.19 added support for maildrop as a mail delivery agent.
  This is available in the FreeBSD port if WITH_MAILDROP is defined.
  There is also a new user-limit flag for maildrop delivery.
- vpopmail 5.4.19 added support for MySQL connections via Unix sockets
  instead of TCP sockets to the server.  To do that, change the second
  value (the port number) in vpopmail.mysql to the full pathname of
  the MySQL socket (e.g. /tmp/mysql.sock).
- vpopmail 5.4.20 extended the LDAP support; please see README.ldap for
  more information, and specify the LDAP connection information in
  the vpopmail/etc/vpopmail.ldap file after the installation.
Original commit
Thursday, 5 Oct 2006
11:49 roam search for other commits by this committer
Update to vpopmail-5.4.17.  In the process:
- add a new knob, WITH_SQL_REMOVE_DELETED, for explicitly activating
  the new code for removing entries from the SQL log file when a user or
  domain is deleted;
- add real NOPORTDOCS support and install the README.* files in addition
  to the doc_html/ and man_html/ directories if NOPORTDOCS is not set;
- fix a couple of spelling and grammar errors in the new README.vpopmaild;
- add several sanity checks;
- remove the last traces of the ActiveDirectory backend;
- various other minor changes.
Original commit
Friday, 16 Jun 2006
13:00 roam search for other commits by this committer
Update to the last stable release, 5.4.13.  In the process:
- temporarily disable the SpamAssassin patch, since vdelivermail was
  reorganized a bit;
- fix a couple of potential buffer bound problems;
- remove the unconditional -fPIC; we handle this ourselves for amd64.
Original commit
Sunday, 22 Jan 2006
12:50 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Wednesday, 11 May 2005
13:32 pav search for other commits by this committer
- Update to 5.4.10
- Add support for LDAP
- Handle tcp.smtp configuration file nicely

PR:             ports/80412
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    maintainer timeout (2 weeks)
Original commit
Friday, 10 Sep 2004
06:23 roam search for other commits by this committer
Merge several security and reliability fixes from the vpopmail 5.4
CVS branch.

Prompted by:    eik (for the vsybase.c advisory and CVS fix)
Approved by:    portmgr (marcus)
Original commit
Wednesday, 25 Aug 2004
08:09 roam search for other commits by this committer
Update to vpopmail-5.4.6, which contains IMPORTANT security fixes for
people using vpopmail with SQL backends!
Original commit
Friday, 9 Apr 2004
09:38 roam search for other commits by this committer
Update vpopmail to 5.4.3.
Original commit
Thursday, 5 Feb 2004
22:10 ale search for other commits by this committer
Update to 5.4.0 stable release.

Approved by:    roam, nork (mentor/implicitly)
Original commit
Thursday, 27 Nov 2003
21:59 roam search for other commits by this committer
Update to vpopmail-5.3.30, fixing a critical update_rules bug.
Revamp a bit the creation of the MySQL credentials file.

PR:             59605
Submitted by:   Alex Dupre <sysadmin@alexdupre.com> (mostly)
Approved by:    portmgr (will)
Original commit
Monday, 3 Nov 2003
13:42 roam search for other commits by this committer
Update to 5.3.29 and add the new SpamAssassion patch from Alex Dupre,
with a configurable spam threshold value set by the SPAM_THRESHOLD knob.

PR:             58306, 58805
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Original commit
Wednesday, 8 Oct 2003
12:32 roam search for other commits by this committer
Update to vpopmail 5.3.28.  Only set vpopmail:vchkpw ownership on
the bin/ and etc/ directories.

PR:             57551
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Original commit
Wednesday, 10 Sep 2003
09:41 roam search for other commits by this committer
Update to 5.3.27, USE_MYSQL, de-quote COMMENT, update the knobs info,
and other assorted fixes, mostly from Alex's PR.

PR:             56462
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Ob-woohoo:      run-time configuration of default-domain and MySQL info;
                at last it is possible to build a single package for
                deploying on multiple servers!
Original commit
Tuesday, 29 Apr 2003
12:10 roam search for other commits by this committer
Update to vpopmail-5.3.20.
Add the WITH_VPOPMAIL_SQWEBMAIL_CREATION knob to make vadduser
(well, make_user_dir(), actually) create an sqwebmail-config file
specifying the outgoing messages' sender address.
Original commit
Monday, 17 Feb 2003
12:21 roam search for other commits by this committer
Update to vpopmail-5.3.16:
- WITH_MYSQL_LIMITS works now, move it where users can actually see it
  and remove the BROKEN mark;
- remove the vmysql.h patch that defined the 'limits' table creation -
  it was fixed in the meantime;
- remove the annoying configure script check for id == 0.
Original commit
Saturday, 2 Nov 2002
21:33 roam search for other commits by this committer
Update the checksum to match the "new" distfile.

Submitted by:   gerald <gerald@hannibal.symicon.com> - the original
                notification about the vpopmail distfile checksum change

Fix a possible buffer underflow bug in the changed code.
Add a new ENABLE_MYSQL_LIMITS knob for .qmailadmin-limits processing, and
DISABLE the new MySQL limits code - it does not even compile as shipped :(

Use the correct configure script option for specifying the path to
the tcprules program, so vpopmail works even with LOCALBASE != /usr/local.

Submitted by:    Mike Meyer <mwm@mired.org> - the tcprules patch
Original commit
Sunday, 15 Sep 2002
10:25 roam search for other commits by this committer
Update to vpopmail-5.3.9, with better processing of the exit code
of mail/autoresponder.
Original commit
Thursday, 5 Sep 2002
14:30 roam search for other commits by this committer
Update to vpopmail-5.3.8.
There are two new configuration knobs:
- WITHOUT_USERS_BIG_DIR disables the use of 'big' directories for users,
  thereby saving a little on disk space and inode usage; IMO, the
  savings are negligible;
- WITHOUT_SEEKABLE disables the newly introduced ability of vdelivermail
  to examine its input stream for seekability, and read it all into a
  file to make it seekable.  This works quite fine in the tests that I
  have done, so there seems to be no need to enable it on FreeBSD;
  however, if things should go wrong (in particular, if delivering mail
  to your virtual domains seems to fail), try rebuilding vpopmail with
  this knob.

Prompted by:    David Phillips <david@acz.org>
Original commit
Wednesday, 12 Jun 2002
10:09 roam search for other commits by this committer
Update to the vpopmail-5.3.6 development version, which adds back APOP
support (spelled WITH_CLEARTEXT_PASSWD now), along with a couple of
other tweakable knobs.  There is UNTESTED support for Sybase and Oracle
database backends; please report any successes or failures to me.

APOP support discontinuation reported by:       "A. Postle" <apostle@kolbas.it>
Original commit
Tuesday, 21 May 2002
16:26 roam search for other commits by this committer
Update to vpopmail-5.2.1.
Original commit
Tuesday, 26 Feb 2002
14:54 roam search for other commits by this committer
Update vpopmail to version 5.2.   Introduce two new build knobs:   -
WITH_CLEAR_PASSWD     actually enable the clear passwords management          
that was turned on by default in 5.2 (hello, POLA!)   - WITH_MD5_PASSWORDS   
for the encrypted passwords, use MD5 hashes.    
Original commit
Monday, 17 Dec 2001
18:52 roam search for other commits by this committer
Update to 5.0.1.   Add the WITH_QMAIL_EXT knob to enable the user-* address
extensions.    
Original commit
Tuesday, 20 Nov 2001
18:11 roam search for other commits by this committer
Update to 5.0.  This should enable the sqwebmail and courier-imap   ports to
work once again.    
Original commit
Thursday, 24 May 2001
14:15 nbm search for other commits by this committer
Update to 4.9.10    
Original commit
Monday, 29 Jan 2001
12:01 nbm search for other commits by this committer
Update to vpopmail 4.9.8.    
Original commit
Wednesday, 3 Jan 2001
14:28 nbm search for other commits by this committer
Upgrade to 4.9.6-1    
Original commit
Saturday, 14 Oct 2000
02:29 nbm search for other commits by this committer
Upgrade to 4.9.4.    
Original commit

Number of commits found: 34