summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'topic--man-fixes'Manoj Srivastava2009-10-30
|\
| * Merge branch 'upstream' into topic--man-fixesManoj Srivastava2009-10-30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/manicheck.man bin/manilist.man bin/packinit.man dist.man jmake/jmake.man jmake/jmkmf.man kit/kitpost.man kit/kitsend.man kit/makeSH.man kit/makedist.man kit/manifake.man mcon/man/mconfig.SH mcon/man/mlint.SH mcon/man/mxref.SH pat/pat.man Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| | * Imported dist_3.5-30.orig.tar.gzManoj Srivastava2009-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Summary: Imported dist_3.5-30.orig.tar.gz Keywords: Imported dist_3.5-30.orig.tar.gz into Git repository
* | | Merge branch 'topic--man-fixes'Manoj Srivastava2009-10-30
|\| |
| * | [topic--man-fixes]: Fix man page comment schemaManoj Srivastava2009-10-30
| |/ | | | | | | | | | | | | | | | | | | | | | | | | The commenting scheme used in the man pages was three consecutive single quotes (`'''') at the beginning of a line. his works, but `gtroff' gives a warning about an undefined macro (namely `'''), which is harmless, but irritating. To avoid this, this commit changes the schema to start the line with `.\"' which causes the line to be treated as an undefined request and thus ignored completely. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | Add optional get-orig-source targetManoj Srivastava2009-10-15
| | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | Fix race conditions in debian/rules, and allow overrides to the parallel builds.Manoj Srivastava2009-04-16
| | | | | | | | | | | | Also, link to the proper GPL-2 file in debian/copyright. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | New upstream release.Manoj Srivastava2008-11-25
| | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| |
| \
*-. \ Merge branches 'topic--unsafe-symlink' and 'topic--debian'Manoj Srivastava2008-11-25
|\ \ \ | | | | | | | | | | | | Also, update the revision to match the actual svn revision.
| | * | Merge branch 'upstream' into topic--debianManoj Srivastava2008-11-25
| | |\|
| * | | Merge branch 'upstream' into topic--unsafe-symlinkManoj Srivastava2008-11-25
| |\ \ \ | | | |/ | | |/|
| | * | * Append $ccflags so that it can override the defaults assuming the compilercbiere2008-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | picks the last choice as GCC does. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@29 190e5f8e-a817-0410-acf6-e9863daed9af
| | * | * Use the preprocessor output to detect the GCC version instead of executingcbiere2008-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the compiled binary which is unsuitable for cross-compiling. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@28 190e5f8e-a817-0410-acf6-e9863daed9af
| | * | Make sure Instruct depends on Begin to move Begin ahead of anyrmanfredi2008-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | question asked by Configure. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@27 190e5f8e-a817-0410-acf6-e9863daed9af
| | * | Panic if a routine is defined more than once.rmanfredi2008-06-14
| | | | | | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@26 190e5f8e-a817-0410-acf6-e9863daed9af
* | | | Minor lintian fix.Manoj Srivastava2008-10-06
| | | | | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | | | New release fixing an RC bug.Manoj Srivastava2008-08-29
| | | | | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | | | Merge branch 'topic--unsafe-symlink'Manoj Srivastava2008-08-29
|\| | |
| * | | Fix unsafe use of symbolic links in /tmpManoj Srivastava2008-08-29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a script uses a temp file which is created in /tmp, then an attacker can create symlink with the same name in this directory in order to destroy or rewrite some system or user files. Symlink attack may also lead not only to the data desctruction but to denial of service as well. Creating files with rand or pid to randomize the file names is not adequate to protect the system. We now use File::Temp to safely create the temporary files as needed. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | | Added the debian submodule.Manoj Srivastava2008-05-30
| | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | | Merge branch 'topic--debian'Manoj Srivastava2008-05-30
|\ \ \ | | |/ | |/|
| * | Merge branch 'upstream' into topic--debianManoj Srivastava2008-05-30
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: jmake/files/Jmake.rules mcon/U/Chk_MANI.U Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* | | Merge branch 'upstream'Manoj Srivastava2008-05-30
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: jmake/files/Jmake.rules mcon/U/Chk_MANI.U Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * | SVN revision number is now automatically generated in "revision.h".rmanfredi2008-05-28
| | | | | | | | | | | | | | | | | | | | | | | | The old patchlevel information is no longer used, and <PATCHLEVEL> is deprecated in unit files, replaced by <REVISION>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@25 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Added automatic SVN revision computation in "revision.h".rmanfredi2008-05-28
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@24 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Removed last instance of $*, no longer supported in Perl 5.10.rmanfredi2008-05-28
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@23 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Perl 5.10 no longer supports "$*" anywhere... even in the initial exec linermanfredi2008-05-28
| | | | | | | | | | | | | | | | | | | | | meant to be parsed by the shell... git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@22 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Reset CDPATH to avoid pdksh's emission of the chosen dir on "cd".rmanfredi2008-05-28
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@21 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Applied diff from H.Merijn Brand to keep it working with perl 5.10, whichrmanfredi2008-01-04
| | | | | | | | | | | | | | | | | | | | | no longer supports the old $* perl4 variable to request multiline matching. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@20 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Linux does not like ^M as line endings: cpp 4.1.x complains. Try with ^A,rmanfredi2007-08-13
| | | | | | | | | | | | | | | | | | | | | hoping it will continue to work on HP-UX. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@19 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Added InstallProgramNoStrip() to request installation of a program withoutrmanfredi2006-12-27
| | | | | | | | | | | | | | | | | | | | | stripping the debugging symbols. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@18 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Applied patch from Christian Biere, which adds "-Wshadow" to gcc 3.x flags.rmanfredi2006-11-04
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@17 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Taught metaxref to use MANIFEST if MANIFEST.new is missing.rmanfredi2006-11-04
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@16 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Added I_SYS_POLL and I_POLL since we cannot rely on HAS_POLL being enoughrmanfredi2006-08-30
| | | | | | | | | | | | | | | | | | | | | to include <poll.h>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@15 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Do not list special unit "Mcc" as being made.rmanfredi2006-08-28
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@14 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Removed stale Mcc dependency.rmanfredi2006-08-28
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@13 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Default to "-O2 -g" when using gcc.rmanfredi2006-08-28
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@12 190e5f8e-a817-0410-acf6-e9863daed9af
| * | This starts the dist-3.5 baseline.rmanfredi2006-08-25
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@11 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Regenerated all Makefile.SH files.rmanfredi2006-08-25
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@10 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Removed obsoleted ">VAR" lines requesting that the symbol be included.rmanfredi2006-08-25
| | | | | | | | | | | | | | | | | | | | | Jmake from 3.5 is now smart enough to figure this out by itself. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@9 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Added keyword expansion.rmanfredi2006-08-25
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@8 190e5f8e-a817-0410-acf6-e9863daed9af
| * | InstallTarget() now uses :: targets.rmanfredi2006-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Default empty rule for all makefiles is now called "all" instead of "emptyrule" because if there is nothing to be done, GNU make prints the target name and "emptyrule" is not pretty. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@7 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Advertise SVN's repository for dist in every generated Configure script.rmanfredi2006-08-25
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@6 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Fixed Jmakefile: there's no need to request manual inclusion of symbols.rmanfredi2006-08-25
| | | | | | | | | | | | | | | | | | | | | | | | The MakeDirectories() target was using @! instead of proper @@ terminator to introduce the commands. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@5 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Let metaconfig use the MANIFEST file if there is no MANIFEST.new.rmanfredi2006-08-25
| | | | | | | | | | | | | | | | | | | | | | | | The MANIFEST.new file is necessary when using the "pat" tools, but not when running metaconfig by itself. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@4 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Added keyword substitution property.rmanfredi2006-08-25
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@3 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Updated copyright date.rmanfredi2006-08-24
| | | | | | | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@2 190e5f8e-a817-0410-acf6-e9863daed9af
| * | Moving project to sourceforge.rmanfredi2006-08-24
| / | | | | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@1 190e5f8e-a817-0410-acf6-e9863daed9af
* | Fix buggy split invocation.Manoj Srivastava2007-04-17
|\| | | | | | | | | | | | | | | | | | | | | | | Fix buggy split invocation. Patches applied: * srivasta@debian.org--lenny/dist--debian--3.70--patch-2 Fix the buggy invocation of split git-archimport-id: srivasta@debian.org--lenny/dist--devo--3.70--patch-3
| * Fix the buggy invocation of splitManoj Srivastava2007-04-17
| | | | | | | | | | | | | | * mcon/U/Chk_MANI.U: Fix the buggy invocation of split git-archimport-id: srivasta@debian.org--lenny/dist--debian--3.70--patch-2