The NetBSD Project

CVS log for pkgsrc/databases/gnats/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / databases / gnats

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 14 17:43:15 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, HEAD
Changes since 1.11: +1 -5 lines
Diff to previous 1.11 (colored)

Remove @dirrm entries from PLISTs

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 16 09:32:33 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Fixed pkglint warnings.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:41 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

* Honor PKGINFODIR.
* List the info files directly in the PLIST.

Revision 1.8.6.1 / (download) - annotate - [select for diffs], Mon Aug 29 13:41:42 2005 UTC (6 years, 8 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.8: +20 -21 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pullup ticket 720 - requested by Adrian Portelli
update and security fix for gnats

Revisions pulled up:
- pkgsrc/databases/gnats/Makefile		1.20 (partially), 1.21
- pkgsrc/databases/gnats/MESSAGE		1.7
- pkgsrc/databases/gnats/PLIST			1.9
- pkgsrc/databases/gnats/distinfo		1.7, 1.8
- pkgsrc/databases/gnats/patches/patch-aa	1.3, 1.4
- pkgsrc/databases/gnats/patches/patch-ab	1.4
- pkgsrc/databases/gnats/patches/patch-ac	1.4
- pkgsrc/databases/gnats/patches/patch-ad	1.3
- pkgsrc/databases/gnats/patches/patch-ae	1.3

   Module Name:		pkgsrc
   Committed By:	recht
   Date:		Sat Aug 27 22:24:02 UTC 2005

   Modified Files:
   	pkgsrc/databases/gnats: MESSAGE Makefile PLIST distinfo
   	pkgsrc/databases/gnats/patches: patch-aa patch-ab
   Added Files:
   	pkgsrc/databases/gnats/patches: patch-ac patch-ad patch-ae

   Log Message:
   Update to gnats 4.1.0.
   Make a overhaul of the package and bring it closer to pkgsrc standards.
   Addresses PR 26174 by Hauke Fath.

   changes:

   This is GNATS 4.1.0, a release that incorporates multiple bug fixes
   and enhancements that have been committed to CVS since the release of
   GNATS 4.0.  Notable enhancements include:

   - Upgrade to autoconf 2.59 generated configure scripts.
   - New PR numbers are reported to the client upon new submissions
   - Rewrite of install-sid.  Now, rather than editing send-pr, which can
     be installed on a read-only partition, install-sid creates or edits
     user or site configuration files ~/.send-pr.conf or
     /etc/gnats/send-pr.conf.
   - Removal of libiberty, old manpages, and old build framework cruft
   - Performance enhancements to indexing code
   - Various cleanups and bugfixes.  See the ChangeLog files for details.
---
   Module Name:		pkgsrc
   Committed By:	recht
   Date:		Sun Aug 28 12:36:42 UTC 2005

   Modified Files:
   	pkgsrc/databases/gnats: Makefile distinfo
   	pkgsrc/databases/gnats/patches: patch-aa

   Log Message:
   Add a patch from gnats CSV to fix the security problem noted in:
   http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2180

   Patch by adrianp@.

   ChangeLog from gnats CSV:
   * Makefile.in (install-gnats-tools, install-gnats-bin): Removed chown
   and chmod entries for setting binaries suid.  CAN-2005-2180 advisory.
   gen-index as setuid root can overwrite any system file.

   Bump PKGREVISION to 1.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 27 22:24:02 2005 UTC (6 years, 8 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.8: +20 -21 lines
Diff to previous 1.8 (colored)

Update to gnats 4.1.0.
Make a overhaul of the package and bring it closer to pkgsrc standards.
Addresses PR 26174 by Hauke Fath.

changes:

This is GNATS 4.1.0, a release that incorporates multiple bug fixes
and enhancements that have been committed to CVS since the release of
GNATS 4.0.  Notable enhancements include:

- Upgrade to autoconf 2.59 generated configure scripts.
- New PR numbers are reported to the client upon new submissions
- Rewrite of install-sid.  Now, rather than editing send-pr, which can
  be installed on a read-only partition, install-sid creates or edits
  user or site configuration files ~/.send-pr.conf or
  /etc/gnats/send-pr.conf.
- Removal of libiberty, old manpages, and old build framework cruft
- Performance enhancements to indexing code
- Various cleanups and bugfixes.  See the ChangeLog files for details.

Revision 1.6.6.1 / (download) - annotate - [select for diffs], Sun Nov 28 00:33:50 2004 UTC (7 years, 5 months ago) by snj
Branch: pkgsrc-2004Q3
Changes since 1.6: +33 -42 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Pullup ticket 155 - requested by Havard Eidnes
security fix for gnats

Module Name:    pkgsrc
Committed By:   soren
Date:           Wed Nov 10 21:34:46 UTC 2004

Modified Files:
        pkgsrc/databases/gnats: DESCR MESSAGE Makefile PLIST distinfo
        pkgsrc/databases/gnats/patches: patch-aa patch-ab
Removed Files:
        pkgsrc/databases/gnats/patches: patch-ac patch-ad patch-ae patch-af
            patch-ag

Log Message:
Update using the databases/gnats4 package. gnats3 has numerous security
problems and is no longer supported.
---
Module Name:    pkgsrc
Committed By:   soren
Date:           Sun Nov 14 10:59:58 UTC 2004

Modified Files:
        pkgsrc/databases/gnats: Makefile PLIST distinfo

Log Message:
Update to gnats 4.0.1.
Fixes vulnerabilities described in
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0623 .

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 14 10:59:58 2004 UTC (7 years, 6 months ago) by soren
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Branch point for: pkgsrc-2005Q2
Changes since 1.7: +9 -1 lines
Diff to previous 1.7 (colored)

Update to gnats 4.0.1.
Fixes vulnerabilities described in
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0623 .

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 10 21:34:46 2004 UTC (7 years, 6 months ago) by soren
Branch: MAIN
Changes since 1.6: +25 -42 lines
Diff to previous 1.6 (colored)

Update using the databases/gnats4 package. gnats3 has numerous security
problems and is no longer supported.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 20 18:05:35 2004 UTC (8 years, 4 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Branch point for: pkgsrc-2004Q3
Changes since 1.5: +1 -8 lines
Diff to previous 1.5 (colored)

Remove info files entries from PLIST file.
Also dynamically handle the send-pr.info* files in ${PREFIX}/share/gnats/dist

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 29 12:54:57 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.4: +1 -5 lines
Diff to previous 1.4 (colored)

Convert to USE_NEW_TEXINFO.

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 30 22:14:29 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.3: +1 -8 lines
Diff to previous 1.3 (colored)

Use bsd.pkg.install.mk infrastructure to create the `gnats' user and
some directories. In the process kill PLIST @exec -except for those related
to install-info.
While here substitute some leftover `/usr/pkg' in MESSAGE.

XXX Marking this package as USE_BUILDLINK2 will make my life easier
for forthcoming changes but as it is not really necessary for the build
it self I guess it is not a good option?

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:06 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Introduce new framework for handling info files generation and installation.

Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 15 10:12:33 2002 UTC (10 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 1 00:11:42 2001 UTC (10 years, 6 months ago) by zuntum
Branch: MAIN

Move pkg/ files into package's toplevel directory

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>