aboutsummaryrefslogtreecommitdiffstats
path: root/configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update configure to indicate dnspython<2.0 is required.Mark Sapiro2020-09-131-3/+4
|
* Configured source to put mailman-config in bin rather than contrib. ChangedLindsay2018-01-061-2/+14
| | | | the name from mailman-config.py to mailman-config.
* Added contrib/mailman-config.py and changes to configure.in andLindsay2018-01-061-0/+19
| | | | | | | | | | | configure to support it. mailman-config.py is added to the build/contrib directory when configure is run, and when executed, emits, to stdout, a number of useful configuration options, including the option string provided to configure at build time. This is useful when updating Mailman 2, or when trying to synchronize a manual install of Mailman with a distribution's FHS.
* Made configure check for dnspython.Mark Sapiro2014-04-251-1976/+1545
|
* Changed configure's method for getting Python's include directory fromMark Sapiro2013-01-101-1/+1
| | | | | distutils.sysconfig.get_config_var('CONFINCLUDEPY') to distutils.sysconfig.get_python_inc(). (LP: 1098162)
* A configured version of contrib/courier-to-mailman.py is now created inMark Sapiro2012-03-121-0/+1
| | | | build/contrib/courier-to-mailman.py.
* Configure/make no longer builds Japanese and Korean codecs inMark Sapiro2009-09-131-961/+1254
| | | | pythonlib if Python already has them.
* Python 2.4 is a minimum. Also, fix some autoconf complaints and removeBarry Warsaw2008-11-301-1094/+882
| | | | deprecation warnings regarding string exceptions.
* Try to guess whether the email package is actually needed or not.Barry Warsaw2008-11-031-2143/+2913
|
* Added new cron/cull_bad_shunt and supporting Defaults.py.in settings.Mark Sapiro2008-04-271-0/+1
|
* It is reported that some RedHat packages (for at least FC5 and FC6, but notMark Sapiro2007-09-211-7/+17
| | | | | | | | FC7) contain a full working distutils in the 'python' package, but only contain the Python header files in the 'python-devel' package. This allows configure to succeed, but make install fails to setup the japanese and korean codecs. This change adds a specific test for Python.h to the distutils test.
* Port the Mailman trunk's export.py script to Mailman 2.1. Anyone wanting tobwarsaw2006-12-291-1104/+4025
| | | | | | | | | upgrade from Mailman 2.1 to the trunk -- after the merge of the SQLAlchemy code -- will need this. Note that I don't intend to implement import in MM2.1. This script is a little diffferent than what's on the trunk, but functionally (and schema-wise) equivalent.
* Renamed reset_pw to reset_pw.py so that the file looks like a Python module.bwarsaw2004-12-301-2/+2
| | | | | | | | | This goes hand-in-hand with one of two changes to withlist. Now, withlist puts the directory it's found in on the end of sys.path. This way it's much easier to run withlist scripts that live in bin. The other change allows running withlist w/o a list name, but only if -i is given. Makes it easier to debug various non-list related parts of Mailman.
* From the NEWS file:bwarsaw2004-12-301-3775/+1111
| | | | | | | | | | - Added the ability for Mailman generated passwords (both member and list admin) to be more cryptographically secure. See new configuration variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called reset_pw which can be used to reset all member passwords. Passwords generated by Mailman are now 8 characters by default for members, and 10 characters for list administrators.
* Added Richard Barrett's bin/rb-archfix script to reduce Pipermailbwarsaw2003-12-241-1/+2
| | | | archive bloat. Closes SF bug #835332.
* Backporting from the HEAD -- top level filesbwarsaw2003-09-221-1110/+3777
|
* Backporting once again from the trunk.bwarsaw2003-04-221-3/+4
| | | | | I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right.
* Backport from the trunk, and catalog regeneration.bwarsaw2003-04-191-41/+44
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+2415
'Release_2_1-maint'.