aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ipa
Commit message (Collapse)AuthorAgeFilesLines
* - Fix maintainerDmitry Marakasov2019-04-101-38/+20
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=498581
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | | | | | | <simon@comsys.ntu-kpi.kiev.ua>: host mx.kpi.ua[77.47.128.136] said: 550-Verification failed for <indexbuild@FreeBSD.org> 550-Called: 8.8.178.115 550-Sent: RCPT TO:<indexbuild@FreeBSD.org> 550-Response: 554 5.7.1 Service unavailable; Unverified Client host [mail1.kpi.ua] blocked using dbl.spamhaus.org; http://www.spamhaus.org/query/dbl?domain=kpi.ua 550 From email address must be valid (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394757
* Update "BSD" license in sysutils categoryMark Felder2014-12-111-1/+1
| | | | Notes: svn path=/head/; revision=374505
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* - Stage supportMartin Wilke2014-02-051-11/+12
| | | | Notes: svn path=/head/; revision=342764
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update to 2.1.2Frederic Culot2012-07-172-3/+3
| | | | | | | | PR: ports/169938 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=301024
* - Update to new options framework.Sylvio Cesar Teixeira2012-06-071-12/+15
| | | | | | | | PR: ports/168712 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=298655
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 2.1.1Martin Wilke2011-11-192-3/+5
| | | | | | | | | PR: 162640 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286076
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 2.1Martin Wilke2011-02-123-13/+8
| | | | | | | | | | - Pet portlint PR: 154615 Submitted by: maintainer Notes: svn path=/head/; revision=269003
* Update to 2.0.9Max Brazhnikov2011-01-022-3/+3
| | | | | | | | PR: ports/153576 Submitted by: Andrey Simonenko (maintainer) Notes: svn path=/head/; revision=267281
* - Update to 2.0.8.Alberto Villa2010-12-162-25/+7
| | | | | | | | | | - Use bsd.port.options.mk. PR: ports/153176 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=266418
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 2.0.7Dmitry Marakasov2010-03-152-5/+5
| | | | | | | | PR: 144574 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=251087
* - Update to 2.0.6Alexander Logvinov2009-07-112-8/+5
| | | | | | | | | | | - Remove bad sites from MASTER_SITES PR: ports/136650 Submitted by: Andrey Simonenko <simon AT comsys.ntu-kpi.kiev.ua> (maintainer) Approved by: tabthorpe, glarkin (mentors, implicit) Notes: svn path=/head/; revision=237600
* - Update to 2.0.5Martin Wilke2007-12-272-4/+4
| | | | | | | | PR: 119007 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=204635
* - Update to 2.0.4Rong-En Fan2007-07-272-4/+4
| | | | | | | | PR: ports/114930 Submitted by: Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=196409
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Update to 2.0.3Martin Wilke2007-02-262-4/+4
| | | | | | | | PR: 109551 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=185971
* Update to 2.0.2Erwin Lansing2006-12-252-4/+6
| | | | | | | | PR: 107193 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=180716
* - Update to 2.0.1.Jean Milanez Melo2006-04-126-94/+29
| | | | | | | | | | | | | - Remove patchs, now it's build on 64bits without them. - Port reorganize. PR: ports/95581 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Reworked by: jmelo Approved by: maintainer via email, mnag (mentor) Notes: svn path=/head/; revision=159385
* Fix build on sparc64Emanuel Haupt2006-01-033-0/+58
| | | | | | | | | Notified by: pointyhat via kris Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer by mail) Notes: svn path=/head/; revision=152656
* Update to 2.0Emanuel Haupt2005-12-246-95/+105
| | | | | | | | PR: 90017 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=151965
* Fix build on FreeBSD >=6:Tilman Keskinoz2005-11-081-0/+10
| | | | | | | | | | | * Disable IPFilter, because IPA does not support ipf 4.x * Enable IPFW2 PR: 88656 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=147623
* - Remove dependencies on security/pf, it was removed. pf is in base sincePav Lucistnik2005-09-141-2/+1
| | | | | | | | | 502106 Pointy hat to: pav Notes: svn path=/head/; revision=142767
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update to version 1.3.6Kirill Ponomarev2003-11-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Fixed bug: ipa incorrectly worked when some IPFW/IP6FW/IPF/PF rule overflowed and this rule is not the first by order in the corresponding parameter (in "ipa -t" output), it calculated more bytes than actually should be calculated - Fixed two bugs: ipa sometime incorrectly did accounting for limits if statistics was subtracted in some rule - Fixed bug: limit's start_time could be yyyy.mm.dd/24:00:00 in the database, mktime(3) on tested systems understands such local time and transforms it to next_day/00:00:00, now start_time can't be 24:00:00 any more and always is next_day/00:00:00. - Fixed bug: if new_local_time - old_local_time > one_day (for example as the result of date of ntpdate commands usage), then ipa thought that a new day came, now it tries to find out if local time is changed too quickly PR: 59209 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=93806
* update sysutils/ipa: 1.3.4 -> 1.3.5Daichi GOTO2003-07-103-5/+14
| | | | | | | | PR: 54253 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer) Notes: svn path=/head/; revision=84579
* Please update port sysutils/ipa 1.3.3 -> 1.3.4.Yen-Ming Lee2003-06-012-2/+2
| | | | | | | | | | | | Changes (from the HISTORY file): - Added support for PF from OpenBSD 3.3 - Minor changes PR: 52806 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=81878
* update port sysutils/ipa 1.3.2 -> 1.3.3Yen-Ming Lee2003-04-192-2/+2
| | | | | | | | | | | | | | | | | | Changes in ipa, from the ipa-1.3.3/HISTORY file: - Fixed two bugs in ipa(8), which caused core dumps: if there were one or some `\t' characters after the "rule" or "limit" keyword in ipa.conf(5), then ipa(8) wasn't able to parse such configuration file - File /var/ipa/## lock ## was renamed to /var/ipa/lock db, because BSD daily script deletes files with `#' characters. All should remove the /var/ipa/## lock ## file - Minor improvements and changes PR: 51127 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=79306
* Update to version 1.3.2Kevin Lo2003-03-282-2/+2
| | | | | | | | PR: 50386 Submitted by: MAINTAINER Notes: svn path=/head/; revision=77596
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* Update to 1.3.1. Changes in this release:Christian Weisgerber2003-02-284-19/+16
| | | | | | | | | | | | | | | 1. Some improvements for ipa(8) were implemented, as a result ipa(8) now uses less CPU time when works with many rules and with many limits. 2. Fixed incorrectly rounded Kbytes, Mbytes, Gbytes and Tbytes in output of ipastat(8). 3. Fixed some minor bugs in ipa(8). PR: 48668 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=76635
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to 1.3.Oliver Braun2003-01-092-2/+3
| | | | | | | | PR: ports/46891 Submitted by: maintainer Notes: svn path=/head/; revision=72802
* Update to 1.2.9Patrick Li2002-10-304-9/+32
| | | | | | | | PR: ports/44743 Submitted by: maintainer Notes: svn path=/head/; revision=69176
* Update to 1.2.8Mario Sergio Fujikawa Ferreira2002-10-145-12/+15
| | | | | | | | PR: 43465 Submitted by: maintainer Notes: svn path=/head/; revision=68067
* Update to version 1.2.7 (fixes security problem).Dmitry Sivachenko2002-06-302-2/+2
| | | | | | | | PR: 40020 Submitted by: Andrey Simonenko <simon@simon.org.ua> (maintainer) Notes: svn path=/head/; revision=62201
* Update to 1.2.6Patrick Li2002-06-202-3/+3
| | | | | | | | PR: 39539 Submitted by: maintainer Notes: svn path=/head/; revision=61612
* add new mirror siteYing-Chieh Liao2002-05-201-0/+1
| | | | | | | | PR: 38345 Submitted by: maintainer Notes: svn path=/head/; revision=59535
* upgrade to 1.2.5Ying-Chieh Liao2002-04-042-2/+2
| | | | | | | | PR: 36741 Submitted by: maintainer Notes: svn path=/head/; revision=57318
* Update to 1.2.4Patrick Li2002-03-122-2/+2
| | | | | | | | PR: 35829 Submitted by: maintainer Notes: svn path=/head/; revision=55955
* Update to 1.2.3Patrick Li2002-02-022-3/+4
| | | | | | | | PR: 34555, 33854 Submitted by: maintainer, gary@outloud.org Notes: svn path=/head/; revision=54139
* - update to 1.2.2Pete Fritchman2001-12-294-15/+18
| | | | | | | | | | - reword pkg-descr PR: 33163 Submitted by: maintainer Notes: svn path=/head/; revision=52341
* Update to version 1.2.Steve Price2001-12-033-71/+28
| | | | | | | | PR: 31928 Submitted by: maintainer Notes: svn path=/head/; revision=50932
* Update to 1.1.6Pete Fritchman2001-10-053-7/+7
| | | | | | | | PR: 31030 Submitted by: maintainer Notes: svn path=/head/; revision=48438
* Update to 1.1.5Mario Sergio Fujikawa Ferreira2001-09-042-2/+2
| | | | | | | | PR: 30313 Submitted by: MAINTAINER Notes: svn path=/head/; revision=47427
* o Add NOPORTDOCS supportMario Sergio Fujikawa Ferreira2001-07-313-18/+33
| | | | | | | | | | | | | | o Be more graceful with install/deinstall: handle situation where man/ru_RU.KOI8-R exists prior to installation of this port, i.e., it cannot be a symlink o Protect configuration file with perms 0400 This is a followup commit to the following PR PR: 29024 Notes: svn path=/head/; revision=45674