The NetBSD Project

CVS log for pkgsrc/security/tinyca/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / tinyca

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11
Sun May 13 14:39:35 2007 UTC (18 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, 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, cube-native-xorg-base, cube-native-xorg, HEAD
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 13 00:56:54 2007 UTC (18 years, 4 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Give up maintainership as I don't use this anymore.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:22:14 2006 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:44 2006 UTC (19 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:47 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:33 2006 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 16 01:19:19 2005 UTC (19 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 17 03:50:33 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
Create directories before installing files into them.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:47:20 2005 UTC (20 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:01:22 2005 UTC (20 years, 2 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
- Update to 0.6.8
> $Id: CHANGES,v 1.25 2005/02/20 16:02:21 sm Exp $
> version 0.6.8 (beta) - Sun Feb 20 2004
>    * added detection for openssl 0.9.8
>    * removed crlDistributionPoint for Root-CA
>    * added patch for multiple OUs
>      Thanks to Uwe Arndt <arndt@uni-koblenz.de>
>    * added patch for multiple subjectAltName extensions
>      Thanks to Peter Marschall <peter@adpm.de>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jan 22 18:11:56 2005 UTC (20 years, 3 months ago) by adrianp
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
TinyCA is a simple graphical userinterface written in Perl/Gtk to manage a 
small CA (Certification Authority). TinyCA works as a frontend for openssl.

This is tinyca-0.6.7

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 22 18:11:56 2005 UTC (20 years, 3 months ago) by adrianp
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>