7c38 FreshPorts -- security/ruby-acl
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ruby-acl 1.0.1 security on this many watch lists=1 search for ports that depend on this port
Deprecated DEPRECATED: Does not work with Ruby 1.9
Expiration Date EXPIRATION DATE: 2013-05-02
Ruby module to provide Access Control List checks
Maintained by: ufo@februality.com search for ports maintained by this maintainer
Port Added: 07 Sep 2000 12:38:42
Also Listed In: ipv6 ruby
License: not specified in port


Ruby-acl provides Access Control List checks.

	list = %w(
	  deny all
	  allow 192.168.1.*
	  allow 127.0.0.1
	)
	acl = ACL.new(list, ACL::DENY_ALLOW)
	...
	ns = soc.accept
	unless acl.allow_socket?(ns)
	  # forbidden
	end

Author:	Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
WWW:	http://www.ruby-lang.org/raa/list.rhtml?name=acl
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/ruby18
Required To Run:
  1. lang/ruby18
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/ruby-acl/ && make install clean
To add the package: pkg_add -r ruby18-acl


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/
  2. http://www2a.biglobe.ne.jp/~seki/ruby/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 Mar 2013 01:43:03
Original commit files touched by this commit  1.0.1
swills search for other commits by this committer
- Fix EXPIRATION date, we are in 2013, not 2012

Pointyhat to:	swills
Reported by:	bapt
02 Mar 2013 21:01:59
Original commit files touched by this commit  1.0.1
swills search for other commits by this committer
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.0.1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
04 Jul 2011 17:46:12
Original commit files touched by this commit  1.0.1
swills search for other commits by this committer
- Mark as broken with Ruby 1.9

Approved by:    portmgr
03 Jul 2011 14:03:52
Original commit files touched by this commit  1.0.1
ohauer search for other commits by this committer
-remove MD5
16 May 2009 19:26:54
Original commit files touched by this commit  1.0.1
miwi search for other commits by this committer
- Pass maintainership to Valeri Vassiliev  (ufo (at) februality.com)
25 Nov 2005 18:01:16
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Add SHA256
20 Jul 2005 12:28:42
Original commit files touched by this commit  1.0.1
pav search for other commits by this committer
- Revive security/ruby-acl port and unbreak it
- Reset maintainership

PR:             ports/76917
Submitted by:   IWATSUKI Hiroyuki <don@na.rim.or.jp>
18 Feb 2005 23:44:49
Original commit files touched by this commit  1.0.1
kris search for other commits by this committer
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
18 Dec 2004 23:02:35
Original commit files touched by this commit  1.0.1
kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
26 Sep 2004 02:51:51
Original commit files touched by this commit  1.0.1
kris search for other commits by this committer
BROKEN: Does not build

Approved by:    portmgr (self)
22 Mar 2004 15:05:32
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
18 Feb 2003 05:33:50
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
De-pkg-comment.
07 Dec 2002 17:41:58
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
Catch up with the Ruby Application Archive's URL scheme change.
06 Dec 2002 17:17:38
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha.  This
replaces the non-working NOPORTDOCS workaround and fixes build on the alpha,
where rd2 coredumps.

Tested on:      the axp cluster
Approved by:    kris
06 Oct 2002 21:36:31
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
Use RUBY_MOD*.
06 Oct 2002 19:50:45
Original commit files touched by this commit  1.0.1
knu search for other commits by this committer
Reflect *_RD renaming.
10 Feb 2001 12:39:32
files touched by this commit
knu search for other commits by this committer
Add %%PORTDOCS%%.    
26 Dec 2000 04:13:29
files touched by this commit
knu search for other commits by this committer
Update to 1.0.1.  The author has accepted the fix I submitted and   released a
new version.    
25 Dec 2000 14:28:59
files touched by this commit
knu search for other commits by this committer
Follow Ruby 1.6.2's change of the behavior of Array#- operator.  
08 Oct 2000 07:30:58
files touched by this commit
asami search for other commits by this committer
Convert category security to new layout.  
26 Sep 2000 09:02:17
files touched by this commit
knu search for other commits by this committer
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY   or
USE_LIBRUBY is defined, individual ruby ports no longer need to   include it
explicitly.    
19 Sep 2000 17:08:19
files touched by this commit
knu search for other commits by this committer
Add MASTER_SITE_RUBY to MASTER_SITES.    
07 Sep 2000 16:38:42
files touched by this commit
knu search for other commits by this committer
Add ruby-acl, Ruby module to provide Access Control List checks.    

Number of commits found: 24

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0