aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Provide Security Alerts as a list, add intro, update solution.Matthias Andree2008-11-271-11/+18
* Add a new version of the Italian translation, courtesy of Vincenzo Campanella.Matthias Andree2008-11-231-22/+25
* Add Italian translation, courtesy of Vincenzo Campanella.Matthias Andree2008-11-213-1/+3231
* Since BerliOS's SSL setup is b0rked, use http:// rather than https://Matthias Andree2008-11-161-1/+1
* Update Berli
#! /bin/sh
# Script to build archives with
#

echo "Version number?"
read version

# get current dir
dir=`pwd`

# Get basename
orig=`basename $dir`

# Get the left part of the dash (-)
new=`echo $orig | cut -d- -f1`

# Build new directory name
n=$new-$version;

# Tell the world what we're doing
echo "creates $n.tar.gz";

if [ -r $n ]; then
  echo "Directory already exists!"
  exit
fi

# Create the new dir
mkdir $n

# Copy all relevant files, with path and permissions!
tar -cf - `cat FILES` | (cd $n; tar -xBpf -) || exit 1

(cd $n && sh autogen.sh) || exit 1

# Make a tar archive of it all
tar -cvf $n.tar $n

# gzip the archive
gzip $n.tar

# Make it world readable
chmod a+r $n.tar.gz ;

# Delete the temp dir
rm -rf $n
mp;id=9ebfa320b724b6e745d768a003ef7086f091565e'>Documentation and program output now /consistently/ claim that theMatthias Andree2008-06-3021-45/+52 * Change CRLF to LF in contrib/delete-later. Reported by Petr Uzel.Matthias Andree2008-06-282-56/+57 * Update timestamp.Matthias Andree2008-06-241-1/+1 * Mark CVE-2008-2711/fetchmail-SA-2008-01 revised 2008-06-24.Matthias Andree2008-06-241-4/+8 * Record .po updates for 6.3.9-rc2.Matthias Andree2008-06-2411-3889/+4047 * Fix one more CVE-2008-2711 va_start() messup. Found by Petr Uzel.Matthias Andree2008-06-244-16/+54 * Merge security/critical sections, fix grammar.Matthias Andree2008-06-241-3/+1 * Mention fetchmail-SA-2008-01.txt in DOCUMENTATION section of 6.3.9 again.Matthias Andree2008-06-241-1/+1 * fix typo.Matthias Andree2008-06-171-9/+10 * Record BerliOS patch ID for CVE-2008-2711.Matthias Andree2008-06-171-2/+2 * GnuPG-sign security announcements.Matthias Andree2008-06-179-5/+95 * Add security announcer script.Matthias Andree2008-06-171-0/+16 * Track website in separate SVN directory (mostly symlinks for now).Matthias Andree2008-06-1722-0/+505 * Add CVE Name CVE-2008-2711 for fetchmail-SA-2008-01.Matthias Andree2008-06-172-5/+8 * Add fetchmail-SA-2008-01.txt to DISTDOCS.Matthias Andree2008-06-131-0/+1 * Reword fetchmail 6.3.9 availability.Matthias Andree2008-06-131-2/+2 * Fix Novell Bug #354291, fetchmail crashes in -v -v mode when logging long To:Matthias Andree2008-06-133-2/+163 * FIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be u...Matthias Andree2008-06-131-0/+3 * Ignore fetchmail.pot and *.gmo files, too.Matthias Andree2008-06-131-0/+2 * Add ignore files.Matthias Andree2008-06-132-0/+29 * Optimize UID list handling.Matthias Andree2008-05-291-0/+2