OpenBSD CVS

CVS log for ports/security/arirang/Makefile


[BACK] Up to [local] / ports / security / arirang

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.47 / (download) - annotate - [select for diffs], Wed Sep 27 16:34:30 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (unified)

MASTER_SITES -> SITES

Revision 1.46 / (download) - annotate - [select for diffs], Sat Jun 17 02:24:13 2023 UTC (11 months, 3 weeks ago) by kmos
Branch: MAIN
Changes since 1.45: +3 -0 lines
Diff to previous 1.45 (unified)

ruby 3.2 requires ports-gcc to compile, so the switch to 3.2 by default
means it must be used for things uses ruby libraries

Fixes build on sparc64

Revision 1.45 / (download) - annotate - [select for diffs], Wed May 31 15:21:52 2023 UTC (12 months, 1 week ago) by jeremy
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44 (unified)

Bump ports after switching the default ruby version in ports to Ruby 3.2

OK sthen@

Revision 1.44 / (download) - annotate - [select for diffs], Thu May 5 15:41:57 2022 UTC (2 years, 1 month ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.43: +1 -1 lines
Diff to previous 1.43 (unified)

Bump ports after switching default ruby version to 3.1

OK sthen@, tb@

Revision 1.43 / (download) - annotate - [select for diffs], Fri Mar 11 19:53:17 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.42: +0 -2 lines
Diff to previous 1.42 (unified)

drop RCS Ids

Revision 1.42 / (download) - annotate - [select for diffs], Fri Feb 18 22:45:39 2022 UTC (2 years, 3 months ago) by kmos
Branch: MAIN
Changes since 1.41: +6 -1 lines
Diff to previous 1.41 (unified)

Pull addition of "-fdeclspec" to CFLAGS out of a patch and into the Makefile
but only for clang architectures. (ports-gcc doesn't have that options so
errors out).

Fixes the build on sparc64

ok kn

Revision 1.41 / (download) - annotate - [select for diffs], Thu Sep 2 14:59:45 2021 UTC (2 years, 9 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (unified)

Switch default ruby version to 3.0

Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to
CFLAGS or CXXFLAGS.

Bump ports where the default version change causes a package change.

OK kmos@

Revision 1.40 / (download) - annotate - [select for diffs], Tue Nov 17 03:19:37 2020 UTC (3 years, 6 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (unified)

Bump related ports after default Ruby version switch

OK gkoehler@

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 17 14:39:42 2019 UTC (4 years, 10 months ago) by danj
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.38: +2 -4 lines
Diff to previous 1.38 (unified)

Remove unresponsive maintainers

If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jul 12 20:49:00 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 29 00:42:09 2019 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified)

Bump after default ruby version change to ruby 2.6

Revision 1.36 / (download) - annotate - [select for diffs], Fri Oct 26 16:16:24 2018 UTC (5 years, 7 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (unified)

Bump related ports after default ruby version switch.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Dec 4 17:56:27 2017 UTC (6 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (unified)

a few more FIX_EXTRACT_PERMISSIONS

Revision 1.34 / (download) - annotate - [select for diffs], Wed Nov 1 19:16:05 2017 UTC (6 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (unified)

Missed bump after default ruby version change

Noticed by naddy@

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 11 23:27:38 2017 UTC (6 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.32: +5 -6 lines
Diff to previous 1.32 (unified)

Change PKGNAME from ruby-arirang to arirang, since this is a
program, not a library.

Switch CONFIGURE_STYLE from ruby extconf to simple, since
the extconf style will be removed from ruby.port.mk soon.
Update WANTLIB accordingly.

OK Jung Lee, maintainer

Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 28 00:46:07 2017 UTC (6 years, 9 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (unified)

Make arirang use default ruby version instead of ruby 1.8

OK Jung Lee (MAINTAINER)

Revision 1.31 / (download) - annotate - [select for diffs], Tue Aug 25 00:50:39 2015 UTC (8 years, 9 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (unified)

Switch from using ruby 1.9 to ruby 1.8, as 1.9 will probably be going
away before 1.8.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Oct 3 07:25:06 2014 UTC (9 years, 8 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (unified)

- update to arirang-2.03 (adds support for ruby 1.9)

ok MAINTAINER

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 15 02:03:53 2014 UTC (10 years, 4 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (unified)

Remove MODRUBY_WANTLIB_m use.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 4 13:16:21 2013 UTC (11 years ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (unified)

update maintainer's email address

Revision 1.27 / (download) - annotate - [select for diffs], Wed Mar 20 19:13:50 2013 UTC (11 years, 2 months ago) by jeremy
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (unified)

Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.

Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.

OK ajacoutot@

Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 11 11:41:24 2013 UTC (11 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.25: +2 -5 lines
Diff to previous 1.25 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 23 10:59:11 2012 UTC (11 years, 6 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (unified)

update maintainer's email address.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 16 11:41:38 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (unified)

normalize pkgpath

Revision 1.23 / (download) - annotate - [select for diffs], Thu Apr 28 16:17:21 2011 UTC (13 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (unified)

- update to 2.02, from jung (maintainer).
- add a patch to fix a user-after-free, maintainer ok

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 29 18:18:12 2011 UTC (13 years, 2 months ago) by rpointel
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (unified)

Update arirang to 2.01, from Jung (MAINTAINER).

Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 24 21:48:54 2011 UTC (13 years, 2 months ago) by jeremy
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (unified)

Fix PKGNAME, changed accidently by previous commit

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 24 21:45:45 2011 UTC (13 years, 2 months ago) by jeremy
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified)

Add MODRUBY_HANDLE_FLAVORS = No so that FLAVORs are not added by the
lang/ruby module.

OK landry@

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 24 21:35:15 2010 UTC (13 years, 6 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (unified)

REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 26 21:42:14 2010 UTC (13 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (unified)

Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 07:12:18 2010 UTC (13 years, 8 months ago) by landry
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (unified)

Update to arirang 2.00, from MAINTAINER Jung.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 23 22:30:28 2010 UTC (13 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (unified)

Bump all ruby ports not already handled.

In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 16 08:42:56 2010 UTC (13 years, 8 months ago) by landry
Branch: MAIN
Changes since 1.14: +14 -10 lines
Diff to previous 1.14 (unified)

Update to arirang 1.95, from MAINTAINER Jung with spacing style tweaks
from me.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 6 09:49:23 2010 UTC (13 years, 9 months ago) by landry
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (unified)

Update to arirang 1.90 from MAINTAINER jung.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 2 08:31:09 2010 UTC (13 years, 9 months ago) by landry
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (unified)

Update to arirang 1.77, from MAINTAINER Jung.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 30 20:46:29 2010 UTC (13 years, 9 months ago) by landry
Branch: MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (unified)

Update to arirang 1.7, diff from Remi Pointel.
Looks ok to MAINTAINER.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 31 10:16:16 2008 UTC (15 years, 7 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (unified)

changing the maintainer address requires a package bump

Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 31 02:22:16 2008 UTC (15 years, 7 months ago) by kevlo
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

update maintainer's email address.
requested by maintainer.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 15 23:29:57 2007 UTC (16 years, 8 months ago) by merdely
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Remove surrounding quotes in NO_REGRESS/COMMENT*/PERMIT_*

From Darrin Chandler

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 27 13:28:33 2004 UTC (19 years, 5 months ago) by alek
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (unified)

Add WANTLIB markers

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 5 00:49:51 2002 UTC (21 years, 9 months ago) by jsyn
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (unified)

primary distsite was failing due to redirect (www.monkey.org -> monkey.org),
secondary distsite has gone away, and tertiary distsites haven't caught up
yet; caught by lebel@'s elf package building, ok pilot@monkey.org (maint.)

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 29 08:26:32 2002 UTC (21 years, 10 months ago) by jsyn
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (unified)

update to arirang-1.6; from pilot@monkey.org, with minor changes

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 13 09:06:08 2002 UTC (22 years, 1 month ago) by jsyn
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (unified)

get rid of MASTER_SITE_SUBDIR in ports I've added
MASTER_SITE_PACKETSTORM to

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 25 21:14:59 2002 UTC (22 years, 4 months ago) by jsyn
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.3: +7 -3 lines
Diff to previous 1.3 (unified)

+ add patch to fix a few issues (from author/maintainer)
+ use MASTER_SITE_PACKETSTORM as a backup
+ add NO_REGRESS
ok pilot@monkey.org

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 11 04:59:43 2002 UTC (22 years, 5 months ago) by mark
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2 (unified)

o wow this never had a CVS tag... added
o fix checksum

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 16 04:47:43 2001 UTC (22 years, 9 months ago) by obecian
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_TRACKING_SWITCH
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (unified)

arirang-1.6beta update
fixes and code red support

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jun 6 07:56:05 2001 UTC (23 years ago) by obecian
Branch: obecian
CVS Tags: obecian_2001-Jun-06
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

arirang 1.5 import

powerful webserver security scanner from <pilot@monkey.org>


Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 6 07:56:05 2001 UTC (23 years ago) by obecian
Branch: MAIN

Initial revision

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.