aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/qjail: upgrade 3.2 -> 3.3Kurt Jaeger2014-05-155-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fix typo in qjail.8 manual. Change "See jailip below" to "See -4 option" 2. Fix typo in qjail-howto.8 manual as per PR# 186269. Change a comma , inside of ip address to a . period. 73.x.97,51,10.0.10.126 to 73.x.97.51,10.0.10.126 3. Change qjail.portsnap.conf, remove index-6 index-7 index-8 statements replace index-9 with index-10 4. Removed rcvar=`set_rcvar` statement from qjail.bootime script. In Release 10.0 its no longer included in the rc.d scripts and was causing a non-harmful bogus boot time message. But this de-activated the ability to control the selection of boot time starting of jails using the qjail_enable="YES" statement in the hosts /etc/rc.conf. Put rcvar="qjail_enable" in qjail.bootime script and things work as exspected. 5. Correct coding bug in archive logic to archive sharedfs per zone. 6. Correct coding bug for Sanity check to see if any jails are running. 7. Changed "qjail install" logic to check that this version of qjail only runs on release-10.0. This is due to unique properties of jail(8) & rc.d that are not in 9.2 and older releases. 8. Changed "qjail create" and "qjail config" logic to check if the -4 and/or -6 IP address are prefixed with "<if_device>|" and/or suffixed with "/<netmask>" values. jail(8) says this is valid syntax, but its NOT allowed as valid syntax to qjail. 9. Changed "qjail create" logic to check if no -n value was entered. If not then populate the -n value with the interface default nic device name obtained from route command. This is now the automatic default behavior. The default interface is the one connected to the public internet. This shortens the "qjail create command" and forces the use of the automatic creation and deletation of the alias for the jails IP address on that "network interface name". Made appropriate changes to qjail.8 man page documentation. 10. Changed "qjail create" logic to target another zones archives as input source. Now you can use any zones archive file as a template to create a new jail using the existing -a option. New -A option is coded with the zone name of the target archive file name populating the -a value. Made appropriate changes to qjail.8 man page documentation. 11. Added -S option to "qjail update" This option will copy the hosts /usr/src filesystem to sharedfs/usr/src to be shared among all the jails. Made appropriate changes to qjail.8 man page documentation. 12. Add -P option to "qjail update" This option will copy the hosts /usr/ports filesystem to sharedfs/usr/ports to be shared among all the jails. Made appropriate changes to qjail.8 man page documentation. 13. The long time jail(8) bug since 9.1 that deals with the jails /dev directory which allowed the jail to access things jail should be restricted from became fixed with 10.0-RELEASE-p2. The hosts /etc/defaults/rc.conf devfs_load_rulesets="NO" changed to devfs_load_rulesets="YES" Removed the jail.conf work-a-round statments from the qjail script build_config_def routine as they are no longer needed. 14. Converted the Port's Makefile to do "stageing". PR: ports/189120 Submitted by: Joe Barbish (maintainer) Approved by: culot (mentor) Notes: svn path=/head/; revision=354105
* - Run unbound even when unbound-anchors failsSergey Matveychuk2014-05-152-2/+3
| | | | | | | | | | - Remove trailing space PR: ports/189818 Submitted by: zi Notes: svn path=/head/; revision=354104
* Fix build of xmlrpc extension.Alex Dupre2014-05-154-2/+48
| | | | Notes: svn path=/head/; revision=354103
* Bump PORTREVISION for previous change.Tijl Coosemans2014-05-152-2/+3
| | | | Notes: svn path=/head/; revision=354102
* Fix categoriesSteve Wills2014-05-151-1/+1
| | | | Notes: svn path=/head/; revision=354101
* Create new port for www/rubygem-httpiSteve Wills2014-05-154-0/+26
| | | | | | | | | | | | | Summary: PR: ports/189429 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Test Plan: Build tested in poudriere Differential Revision: https://phabric.freebsd.org/D13 Notes: svn path=/head/; revision=354100
* - Update LICENSESunpoet Po-Chuan Hsieh2014-05-151-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354099
* Add LICENSE statement.Gavin Atkinson2014-05-151-0/+2
| | | | Notes: svn path=/head/; revision=354098
* Update irc/tircd to 0.30, and remove NO_STAGEGavin Atkinson2014-05-153-18/+9
| | | | | | | Approved by: mat Notes: svn path=/head/; revision=354097
* Actually commit the removal of pkg-plist as planned (and documented).Gerald Pfeifer2014-05-151-311/+0
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=354096
* Make GOST in BIND 9.* optionalMathieu Arnold2014-05-143-6/+16
| | | | | | | | | Test Plan: Currently testing in poudriere Differential Revision: https://phabric.freebsd.org/D12 Notes: svn path=/head/; revision=354095
* - Update to 0.4.8Li-Wen Hsu2014-05-143-5/+4
| | | | | | | | | | - Pet portlint PR: ports/189763 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354094
* Update to 4.0.20Matthew Seaman2014-05-143-6/+8
| | | | | | | | | - reset @group to wheel specifically in pkg-plist Release Notes: http://bestpractical.com/release-notes/rt/4.0.20 Notes: svn path=/head/; revision=354093
* Correct error in plist -- reset to group wheel specifically ratherMatthew Seaman2014-05-142-2/+3
| | | | | | | | | | | than the default, as otherwise this can sometimes result in files being installed with the group ownership of the user running the installation. Submitted by: bapt Notes: svn path=/head/; revision=354092
* Remove redundant file.Gavin Atkinson2014-05-141-20/+0
| | | | | | | | | PR: ports/177186 (partially) Submitted by: KUROSAWA Takahiro Approved by: erwin Notes: svn path=/head/; revision=354091
* - Convert to stagingGuido Falsi2014-05-142-11/+13
| | | | | | | | | | | - Update to new LIB_DEPENDS format - Fix configuration file handling PR: ports/189814 Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) Notes: svn path=/head/; revision=354090
* - Convert to stagingGuido Falsi2014-05-141-17/+8
| | | | | | | | | | | - Update maintainer email (verified via private mail) - Convert to USES tar PR: ports/189814 Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) Notes: svn path=/head/; revision=354089
* STAGEify and generally update this port.Gavin Atkinson2014-05-142-7/+11
| | | | | | | Approved by: mat Notes: svn path=/head/; revision=354087
* Move USE_BZIP2 to USES=tar:bzip2Renato Botelho2014-05-141-1/+1
| | | | Notes: svn path=/head/; revision=354086
* Move USE_BZIP2 to USES=tar:bzip2Renato Botelho2014-05-141-2/+1
| | | | Notes: svn path=/head/; revision=354085
* . Move USE_BZIP2 to USES=tar:bzip2Renato Botelho2014-05-144-1/+66
| | | | | | | | . Fix stage with non-root . Strip binaries Notes: svn path=/head/; revision=354084
* . Fix build with recent current after removal of RTM_OLDADD and RTM_OLDDELRenato Botelho2014-05-144-3/+34
| | | | | | | | | | | | . Modernize LIB_DEPENDS syntax . Do not require root for staging . Bump PORTREVISION because of LIB_DEPENDS change PR: ports/189069 Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=354083
* Update to signing-party 1.1.7Johan van Selst2014-05-142-3/+8
| | | | Notes: svn path=/head/; revision=354082
* Add patch forgotten on last commitRenato Botelho2014-05-141-0/+19
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354081
* . Move USE_AUTOTOOLS=libtool to USES=libtoolRenato Botelho2014-05-142-20/+25
| | | | | | | | | | | | . Drop .la files . Use shebangfix for necessary files . Use @sample, @owner, @group and @mode to modernize plist . Try to remove LOG_DIR on pkg-plist Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354080
* Refresh and clean plist.Thierry Thomas2014-05-143-20/+4
| | | | Notes: svn path=/head/; revision=354079
* Refresh.Thierry Thomas2014-05-143-15/+4
| | | | Notes: svn path=/head/; revision=354078
* Refresh and add a note about Toxic.Thierry Thomas2014-05-143-5/+5
| | | | | | | | | This snapshot fixes a DOS issue. Security: Fixes a DOS issue. Notes: svn path=/head/; revision=354077
* . Use new LIB_DEPENDS syntaxRenato Botelho2014-05-144-17/+25
| | | | | | | | | | | . INSTALL_TARGET = install-strip . USES libtool and drop .la files . Let the copy of default conf to .conf to pkg-plist only and make check-plist happy Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354076
* - Create new port for the 0.1.x version of rubygem-rubyntlm for use with anSteve Wills2014-05-144-0/+23
| | | | | | | | | | | upcoming port of rubygem-winrm which is required by an upcoming update to sysutils/vagrant PR: ports/189428 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Notes: svn path=/head/; revision=354075
* Update to 4.2.4Matthew Seaman2014-05-146-354/+335
| | | | | | | | | - Rework pkg-plist based on 'make makeplist' Release notes: http://bestpractical.com/release-notes/rt/4.2.4 Notes: svn path=/head/; revision=354074
* Bump PORTREVISION forgotten on last commitRenato Botelho2014-05-141-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354073
* . Support stageRenato Botelho2014-05-143-11/+17
| | | | | | | | | | | | . Use new LIB_DEPENDS syntax . Fix shebang on necessary files . INSTALL_TARGET = install-strip . Add USES=libtool and drop .la files Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354072
* XML to Hash translator.Steve Wills2014-05-144-0/+24
| | | | | | | | | | WWW: https://rubygems.org/gems/nori PR: ports/189427 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Notes: svn path=/head/; revision=354070
* - Update to 7.28Martin Wilke2014-05-143-3/+9
| | | | | | | | | | | | Changelog: https://drupal.org/drupal-7.27-release-notes https://drupal.org/drupal-7.28-release-notes PR: 189707 Submitted by: Simon Wright <simon.wright@gmx.net> Notes: svn path=/head/; revision=354069
* . Support stageRenato Botelho2014-05-141-4/+5
| | | | | | | | | | . Add shebangfix . Bump portrevision Approved by: portmgr (blanket) Notes: svn path=/head/; revision=354068
* Update to 34.0.1847.137Rene Ladan2014-05-142-5/+5
| | | | | | | | MFH: 2014Q2 Security: cdf450fc-db52-11e3-a9fc-00262d5ed8ee Notes: svn path=/head/; revision=354065
* - Update to 1.4.12Li-Wen Hsu2014-05-143-4/+4
| | | | | | | | | | - Pet portlint PR: ports/189761 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354064
* - Update to 1.5.7Li-Wen Hsu2014-05-143-4/+4
| | | | | | | | | | - Pet portlint PR: ports/189760 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354063
* - Update to 1.6.4Li-Wen Hsu2014-05-143-4/+4
| | | | | | | | | | - Pet portlint PR: ports/189759 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354062
* Make sure to remove all orphaned doc dirs.Koop Mast2014-05-141-1/+1
| | | | | | | Submitted by: port jenkins via swills@ Notes: svn path=/head/; revision=354061
* - Update to 1.2Li-Wen Hsu2014-05-143-5/+4
| | | | | | | | | | - Pet portlint PR: ports/189755 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354060
* - Update to 5.18Li-Wen Hsu2014-05-143-4/+5
| | | | | | | | | | - Added WWW to pkg-descr PR: ports/189754 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354059
* - Update to 0.6.5Li-Wen Hsu2014-05-142-4/+4
| | | | | | | | | | - Drop easy_install PR: ports/189750 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354058
* - Update to 0.6.2Li-Wen Hsu2014-05-143-5/+4
| | | | | | | | | | | - Remove obsolete PYDISTUTILS_PKGNAME - Pet portlint PR: ports/189752 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354056
* - Support stagingDmitry Marakasov2014-05-142-30/+15
| | | | | | | | | | | - Pet portlint - Add LICENSE PR: 189659 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=354055
* - Fix plist issueDmitry Marakasov2014-05-141-3/+2
| | | | | | | | | | - Add LICENSE PR: 189660 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=354054
* Deprecate clojure-contrib. It was replaced upstream by the newJimmy Olgeni2014-05-141-0/+3
| | | | | | | modular contrib libraries. Notes: svn path=/head/; revision=354053
* - Update to 2014.2Li-Wen Hsu2014-05-142-3/+3
| | | | | | | | PR: ports/189756 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354052
* - Support stagingDmitry Marakasov2014-05-142-30/+20
| | | | | | | | | | | | - Add LICENSE - Fix build on 10+ - Add OPTIONS PR: 189789 Submitted by: Tony Morlan <tony@scroner.com> Notes: svn path=/head/; revision=354051