non port: security/samhain/Makefile |
SVNWeb
|
Number of commits found: 122 (showing only 100 on this page) |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Jan 2021
|
[ 23:51 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket)
|
Tue, 15 Dec 2020
|
[ 17:47 fernape ]
security/samhain: Update to 4.4.3
ChangeLog: https://www.la-samhna.de/samhain/index.html
PR: 251735
Submitted by: freebsd@gregv.net (maintainer)
|
Sat, 26 Sep 2020
|
[ 09:02 pi ]
security/samhain: housekeeping
- The port comes in three flavors, standalone, -server, and -client.
All three use one or more files under /var/lib. Remove the logic
that only includes that dir in plist for some of those flavors,
and include it for all.
- Get rid of .sh extensions on rc scripts.
- Use INSTALL_SCRIPT instead of CP to ensure the rc scripts have
useful permissions.
- Patch the rc script source so they properly respect settings in rc.conf.
- Use @postunexec in plist instead of the deprecated @unexec.
PR: 249433
Submitted by: Greg Veldman <freebsd@gregv.net> (maintainer)
|
Fri, 4 Sep 2020
|
[ 17:23 swills ]
security/samhain: update to 4.4.2
PR: 249113
Submitted by: Greg Veldman <freebsd@gregv.net> (maintainer)
|
Tue, 21 Jul 2020
|
[ 16:35 lwhsu ]
Update to 4.4.1
PR: 244648
Submitted by: Greg Veldman <freebsd@gregv.net> (maintainer)
Reported by: Nikola Kolev <koue@chaosophia.net>
|
[ 14:38 lwhsu ]
Pass maintainership to the submitter
PR: 248143
Submitted by: Greg Veldman <freebsd@gregv.net>
|
Sat, 11 Jul 2020
|
[ 21:09 dbaio ]
Drop MAINTAINER'ship per maintainer request
PR: 247919, 247920, 247921, 247922, 247923, 247924, 247916
Submitted by: Nikola Kolev <koue@chaosophia.net>
Event: July 2020 Bugathon
|
Thu, 21 Nov 2019
|
[ 10:49 tobik ]
security/samhain: Fix PRELUDE_LIB_DEPENDS
|
Mon, 7 Oct 2019
|
[ 15:25 swills ]
security/samhain: update to 4.3.3
PR: 241044
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Thu, 19 Sep 2019
|
[ 15:57 tobik ]
security/samhain: Spell *_CONFIGURE_ON correctly
While here
- Put database options in a radio group since only one can be on
at a time
- Move implied options to *_IMPLIES
- ODBC implies XML_LOGS too
|
Thu, 17 Jan 2019
|
[ 12:30 joneum ]
Update to 4.3.2
Changelog:
* fix compile failure on OpenBSD (reported by Mithrond)
PR: 234933
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
Sponsored by: Netzkommune GmbH
|
Sun, 7 Oct 2018
|
[ 04:57 swills ]
security/samhain: update to 4.3.1
PR: 231941
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Wed, 10 Jan 2018
|
[ 15:08 danfe ] (Only the first 10 of 22 ports in this commit are shown above. )
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
|
Tue, 9 Jan 2018
|
[ 07:40 mat ] (Only the first 10 of 46 ports in this commit are shown above. )
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
|
Mon, 8 Jan 2018
|
[ 13:56 wen ]
- Update to 4.2.4
PR: 224991
Submitted by: koue@chaosophia.net(maintainer)
|
Thu, 9 Nov 2017
|
[ 14:32 robak ]
security/samhain: update 4.2.1 -> 4.2.3
PR: 223444
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
Sat, 5 Aug 2017
|
[ 23:13 sunpoet ]
Remove post-stage: and merge into existing post-install:
- Add missing OPTIONS_DEFINE=DOCS
- Convert to options target helper
Approved by: portmgr (blanket)
|
Mon, 29 May 2017
|
[ 15:28 sunpoet ]
Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
Approved by: portmgr (blanket)
|
Wed, 3 May 2017
|
[ 13:55 miwi ]
- Update to 4.2.1
PR: 218537
Submitted by: Nikola Kolev
Approved by: maintainer timeout
|
[ 01:14 linimon ] (Only the first 10 of 11 ports in this commit are shown above. )
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Mon, 20 Mar 2017
|
[ 16:17 mat ]
Regular ${PORTSDIR}/ removal from dependencies.
Sponsored by: Absolight
|
Sun, 12 Mar 2017
|
[ 17:07 lifanov ] (Only the first 10 of 17 ports in this commit are shown above. )
add ports for Samhain Intrusion Detection System
Samhain is an open source file integrity and host-based intrusion
detection system for Linux and Unix. It can run as a daemon process,
and and thus can remember file changes - contrary to a tool that runs
from cron, if a file is modified you will get only one report, while
subsequent checks of that file will ignore the modification as it is
already reported (unless the file is modified again).
Samhain can optionally be used as client/server system to provide
centralized monitoring for multiple host. Logging to a (MySQL or
PostgreSQL) database is supported.
PR: 214623
Submitted by: Nikola Kolev <koue@chaosophia.net>
|
Thu, 21 Aug 2014
|
[ 14:58 koobs ]
security/libprelude: Take MAINTAINER'ship, STAGE & Modernize
- Take Maintainership
- Enable STAGE support
- Tweak MASTER_SITES https -> http (portlint)
- Add LICENSE and LICENSE_FILE
- Deprecate USE_AUTOTOOLS for libtool (-> USES)
- Sort USES and OPTIONS
- Use OPTIONS helpers as much as possible for now [1]
- Add --enable-static to CONFIGURE_ARGS to retain the static lib
- Assign and Use ETCDIR rather than hardcoding
- Use the install-strip install target
- Update pkg-plist, use @sample and other goodies
While I'm here, bump dependent ports since our SHLIB major version has
changed
[1] https://reviews.freebsd.org/D665
Approved by: portmgr (implicit, bump unstaged port)
|
Wed, 16 Jul 2014
|
[ 08:44 bapt ] (Only the first 10 of 38 ports in this commit are shown above. )
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Fri, 4 Jul 2014
|
[ 12:46 bapt ] (Only the first 10 of 67 ports in this commit are shown above. )
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Tue, 25 Jun 2013
|
[ 19:04 lx ]
Update to 3.0.13. Fixes a regression in the GrowingLogFiles policy.
|
Wed, 5 Jun 2013
|
[ 10:21 bapt ]
Convert to new options framework
|
Tue, 21 May 2013
|
[ 18:36 lx ]
Update to 3.0.12. Changes:
- A bug has been fixed that could cause a slow and steady increase of memory
usage
- Negated conditionals in the config file are handled correctly now
|
Wed, 17 Apr 2013
|
[ 23:52 lx ]
Update to 3.0.11. Changes:
- Log rotation is handled more gracefully now under favourable
conditions (logfile is moved so inode is kept, and it does not get
compressed immediately).
- An option IgnoreModified has been added to cover transient files that
not only get added/deleted but also modified during their lifetime.
- An option KernelCheckProc has been added to suppress the kernel /proc test.
- Large groups are handled better now.
- Reconnecting to a temporarily unavailable Oracle database has been fixed.
Feature safe: yes
|
Mon, 7 Jan 2013
|
[ 21:14 lx ]
Update to 3.0.9.
|
Sat, 15 Dec 2012
|
[ 23:52 pawel ]
Bump ports affected by security/libprelude update
|
Wed, 21 Nov 2012
|
[ 20:36 lx ]
Update to 3.0.8, unbreak with utmpx.
Feature safe: Yes
|
Fri, 30 Mar 2012
|
[ 20:34 lx ]
Update to 3.0.3, a bugfix release.
Feature safe: yes
|
Thu, 16 Feb 2012
|
[ 22:05 lx ]
Update to 3.0.2 - minor bugfixes.
|
Tue, 20 Dec 2011
|
[ 18:58 lx ]
Update to 3.0.1.
Feature safe: yes
|
Thu, 10 Nov 2011
|
[ 04:46 lx ]
Update to 3.0.0a.
|
Wed, 5 Oct 2011
|
[ 00:17 lx ]
Update to 2.8.6.
|
Thu, 16 Jun 2011
|
[ 20:56 lx ]
Update to 2.8.5.
|
Thu, 5 May 2011
|
[ 20:05 lx ]
Update to 2.8.4.
|
Wed, 23 Mar 2011
|
[ 02:01 lx ]
Update to 2.8.3a.
|
Wed, 17 Nov 2010
|
[ 23:24 lx ]
Update to 2.8.1. Bugfixes, IPv6.
|
Tue, 24 Aug 2010
|
[ 20:17 lx ]
Update to 2.7.2.
|
Wed, 11 Aug 2010
|
[ 21:34 pav ]
- Exclude from amd64/8 builds on pointyhat, where it mysteriously fails to link
|
Wed, 28 Jul 2010
|
[ 17:21 lx ]
Unbreak on 8.x, it builds just fine on amd64 here. If someone has a
specific OS version on which it will not, please let me know.
|
Wed, 7 Jul 2010
|
[ 23:49 lx ]
Update to 2.7.1.
Feature safe: yes
|
Tue, 1 Jun 2010
|
[ 18:16 lx ]
Update to 2.7.0.
|
Mon, 22 Mar 2010
|
[ 20:55 lx ]
Update to 2.6.4.
|
Sat, 20 Mar 2010
|
[ 15:55 miwi ]
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
|
Wed, 30 Dec 2009
|
[ 05:13 lx ]
Update to 2.6.1. From changelog:
- Logfile monitoring has been enhanced with three new features:
(1) reporting on bursts of very similar/repeated messages
(2) reporting on expected yet missing messages (e.g. heartbeat messages)
(3) reporting on correlated events (e.g. event A is followed by event B
within X seconds)
- Better caching of UIDs/GIDs to reduce lookups
- Hostnames of clients are matched case-insensitively now
|
Mon, 2 Nov 2009
|
[ 09:41 lx ]
Update to 2.6.0.
|
Tue, 13 Oct 2009
|
[ 23:41 lx ]
Update to 2.5.10, a bugfix release.
Feature safe: yes
|
Tue, 22 Sep 2009
|
[ 21:21 lx ]
Update to 2.5.9.
Feature safe: yes
|
Sat, 19 Sep 2009
|
[ 21:12 pav ]
- Chase libprelude update
Feature safe: yes
|
Sun, 26 Jul 2009
|
[ 12:16 pav ]
- Mark BROKEN on amd64/8
Reported by: pointyhat
|
Fri, 24 Jul 2009
|
[ 02:47 lx ]
Update to 2.5.7, a bugfix release.
|
Wed, 4 Mar 2009
|
[ 22:47 lx ]
Update to 2.5.4, a security bugfix release. This resolves a problem
where an unauthorized client could download configuration and database
files from the server.
Full changes since 2.5.2:
- email logging has been rewritten for enhanced functionality. It's
now possible to filter messages different for each recipient, and
regular expressions can be used now for filtering
- new option SetMailPort allows to set a custom SMTP port
- in the configuration file, option values can now be set by evaluating
shell commands: Key = $( command )
- PortCheckInterface now allows a list as value
- new option SetConnectionTimeout allows to configure the client/server
connection timeout
- new option SetThrottle allows to configure throughput throttling for
the database download to the client
|
Wed, 18 Feb 2009
|
[ 23:39 amdmi3 ]
- Chase security/libprelude shlib version bump
PR: 131286, 131585 (partial)
Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru>
|
Mon, 9 Feb 2009
|
[ 01:52 lx ]
Update to 2.5.2.
Changes:
- On request, there is now a global option LooseDirCheck ([false]/true) to
drop reports on directories with changes of size/mtime/ctime (resulting
from changes within the directory)
- An option to improve hidden process detection from within an OpenVZ
container has been added
- Port check now reports process pid, reporting to prelude is more
complete now
- A bug has been fixed whereby for files larger than 2GB, a filesize of
exactly 2GB could be inserted into the RDBMS (if logging to one)
|
Mon, 8 Dec 2008
|
[ 04:38 lx ]
Update to 2.5.1, which should really fix the amd64 build problems.
|
Sat, 29 Nov 2008
|
[ 23:21 pav ]
- Chase libprelude update
Forgotten by: beech
Reported by: pointyhat
|
Wed, 5 Nov 2008
|
[ 00:20 lx ]
Update to 2.5.0. Includes a new module for log file analysis, and should fix
build issues on 64 bit platforms.
|
Mon, 1 Sep 2008
|
[ 19:27 pav ]
- Mark BROKEN on amd64
|
Thu, 14 Aug 2008
|
[ 01:13 lx ]
Use -fPIC on amd64.
Submitted by: QA Tindy
|
Sun, 10 Aug 2008
|
[ 21:55 lx ]
Update to 2.4.5. Only notable change on fbsd is the introduction of
the dnmalloc allocator.
|
Wed, 14 May 2008
|
[ 17:39 lx ]
Update dependency on libprelude.
PR: 123660
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
|
Thu, 1 May 2008
|
[ 00:00 lx ]
Update to 2.4.4. Fixes some bugs, and adds the ability to store full
file content for small files in the signature database itself.
|
Thu, 17 Jan 2008
|
[ 01:45 lx ]
Update to 2.4.2. This fixes a security issue where checksumming of the gpg
binary before execution did not function correctly.
|
Tue, 11 Dec 2007
|
[ 20:10 lx ]
Update to 2.4.1. Also fix a rather silly uninstall message, reported
by brd@.
|
Thu, 13 Sep 2007
|
[ 21:29 lx ]
Upgrade to 2.3.7, which fixes a Prelude integration bug.
|
Thu, 6 Sep 2007
|
[ 20:24 lx ]
Update to 2.3.6.
|
Wed, 5 Sep 2007
|
[ 16:39 lx ]
Chase libprelude version bump.
PR: ports/116112
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Approved by: lx
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Wed, 20 Jun 2007
|
[ 21:27 lx ]
Update to 2.3.5.
|
Wed, 6 Jun 2007
|
[ 12:50 araujo ]
- Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.
PR: ports/112703
Submitted by: Marcelo Araujo <araujo@FreeBSD.org>
Approved by: stas (mentor)
|
Wed, 2 May 2007
|
[ 23:04 lx ]
Update to 2.3.4. This fixes a reliablility problem in the process check
module. If you are a user of this module, upgrading is recommended.
Approved by: edwin (mentor)
|
Wed, 28 Mar 2007
|
[ 12:33 lx ]
Updating to 2.3.3.
Approved by: edwin (mentor)
|
Mon, 29 Jan 2007
|
[ 21:03 lx ]
Update to 2.3.2, which fixes a regression in "stealth mode".
Approved by: edwin (mentor)
|
Sun, 21 Jan 2007
|
[ 02:30 lx ]
Updating to 2.3.1.
Approved by: edwin (mentor)
|
Tue, 16 Jan 2007
|
[ 18:11 lx ]
- update Prelude version
- bump PORTREVISION
PR: ports/107985
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl>
Approved by: edwin (mentor)
|
Mon, 27 Nov 2006
|
[ 01:16 clsung ]
- Update to 0.9.11
- library version update of related ports
Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
considered public and might be used by external application. Rename
error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
number as the position of the element from the low level API now allow
to position the element at the specified (reversed) index. Using the
high level API a negative index permit to address a list of element
backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
(do it for both val1 and val2. Remove assertion, and let
idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.
PR: ports/104328
Submitted by: maintainer (Robin Gruyters)
Approved by: portmgr (pav)
|
Sun, 5 Nov 2006
|
[ 10:11 rafan ]
- Update to 2.3.0
PR: ports/105159
Submitted by: David Thiel (maintainer)
|
Wed, 6 Sep 2006
|
[ 07:03 rafan ]
- Update to 2.2.4
PR: ports/102915
Submitted by: David Thiel <lx at redundancy.redundancy.org> (maintainer)
|
Sun, 18 Jun 2006
|
[ 20:14 itetcu ]
Updating the Samhain HIDS to 2.2.1. This is a minor release which fixes
some issues with the Prelude IDS system and compilation on x86_64.
PR: ports/99114
Submitted by: maintainer
|
Fri, 5 May 2006
|
[ 11:24 garga ]
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer
|
Tue, 2 May 2006
|
[ 07:58 clsung ]
Updating the Samhain HIDS to 2.2.0. Changes since last version:
- For files under the 'GrowingLogfiles' policy, the checksum is now
verified up to the previous size.
- Server-to-server relay is possible.
- More user policies are available now.
PR: ports/96643
Submitted by: maintainer (David Thiel)
|
Sun, 9 Apr 2006
|
[ 02:40 lawrance ]
When yule is installed, add the yule user and group as well. This is
especially useful for package users since they couldn't run the install-user
target.
PR: ports/90305 (based on)
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Approved by: maintainer timeout on feedback (3 months)
Committed from: Sydney Linux User Group codefest at UTS
|
Sat, 18 Mar 2006
|
[ 19:17 mnag ]
- Update to 2.1.2
- Add PRELUDE option
PR: 94406
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Approved by: maintainer
|
Sat, 7 Jan 2006
|
[ 07:56 edwin ]
Update: security/samhain 2.0.10 -> 2.1.0
Updating the Samhain integrity checking system to 2.1.0, a
bugfix release.
It's been requested by several people to break Samhain out
into separate client and server ports. This PR does that,
with a samhain-client and samhain-server port, as slave
ports off of samhain. I'm not sure the best way to submit
a PR to do this kind of action, but here is a shar of all
three ports. If another format is desired, please let me
know. I'm also interested in feedback on the approach used
for splitting these out.
PR: ports/90305
Submitted by: David Thiel <lx@redundancy.redundancy.org>
|
Thu, 22 Sep 2005
|
[ 07:15 vsevolod ]
Fix DISTNAME variable.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Pointy hat to: vsevolod
|
Wed, 21 Sep 2005
|
[ 22:56 vsevolod ]
Update to 2.0.10 [1]
Feed portlint
PR: 86426 [1]
Submitted by: David Thiel (maintainer) [1]
|
Sat, 10 Sep 2005
|
[ 20:32 pav ]
- Replace .error with IGNORE to prevent INDEX build failures
|
Tue, 30 Aug 2005
|
[ 22:04 pav ]
- Update to 2.0.9
- samhainrc.sample file is chgrp'd to wheel
- RUNAS_USER now defaults to "yule" properly
- XML logging is now on by default and tunable
PR: ports/85448
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
Sun, 31 Jul 2005
|
[ 19:53 thierry ]
Update to 2.0.8.
PR: 83960
Submitted by: Babak Farrokhi <babak (at) farrokhi.net>
Approved by: maintainer
|
Thu, 5 May 2005
|
[ 09:21 pav ]
- Update to 2.0.6
PR: ports/80622
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
Tue, 9 Nov 2004
|
[ 22:20 pav ]
- Update to 2.0.2
PR: ports/73699
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
Thu, 4 Nov 2004
|
[ 12:36 pav ]
- Update to 2.0.1
PR: ports/73501
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
Number of commits found: 122 (showing only 100 on this page) |