aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1;Chris Rees2013-02-034-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added logic to interrogate the content of flavors for correctness before allowing them to be merged into the newjail being created. Only paths targeting directories holding configuration files are allowed now. The jail create process is terminated and the offending paths are listed in error messages. 2. Changed the /root/.cshrc file in both flavors default and ssh-default to now contain setenv PACKAGESITE to point to packages-current so login users of any jail will have the most current package version available. 4. In the qjail install logic added code to create these additional paths in basejail, /usr/ports/packages, /usr/home and /home link. 5. The create -D -I options have been combined to just -d. 6. The create -i -s options have been combined to just -i. 7. The create -c & -C options have been reduced to just -c. 8. The create options -c and -f ssh-default now force the first time login user to enter a new password. 9. Added logic to create, that rolls through the ip addresses of the existing jails to verify the ip address/addresses on the create command are not all ready used. 10. Corrected the list command display format when jail has more than a single ip address. 11. Changed the order jails are started, stopped, restarted, and listed from <z to a> to <a to z>. Also for boot starts. 12. Added system wide logging. Every qjail subcommand and error message is logged to /var/log/qjail.log. Rotating of the log is enabled. 13. The install subcommand has new -l option to activate system wide logging. 14. The update subcommand has [-l on|off] option to turn logging on and off. 15. Added new subcommand logmsg. This posts comments to the log file. 16. Changed update option to use its own /usr/local/etc/qjail.portsnap.conf file instead of the hosts /etc/portsnap.conf. Enabled REFUSE statements in /usr/local/etc/qjail.portsnap.conf to drop categories most likely to never be used to compile ports inside of a jail. 17. As sparse image allocations get larger 1G -> 5G creating jails from archives was taking very long times to complete, 20 minutes or more. Archives of sparse images larger that 7G caused terminations. All these things have one thing in common. They all used the pax and cpio utilities. Turns out these utilities are not sparse file aware. Had to completely change the way sparse image jails moved through the qjail system. Now the archive process opens the sparse image and really archives it as a directory tree jail. This required restore and create options to change also. PR: ports/175771 Submitted by: Joe Barbish (maintainer) Notes: svn path=/head/; revision=311478
* Update to version 1.2.4Pawel Pekala2013-02-022-8/+4
| | | | | | | | PR: ports/175439 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=311423
* - Update to 20121019Dmitry Marakasov2013-02-013-34/+65
| | | | | | | | PR: 175761 Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) Notes: svn path=/head/; revision=311382
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-015-5/+5
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Update to 2.04.02Philippe Audeoud2013-02-012-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/KROMG/Tie-Syslog-2.04.02/Changes Notes: svn path=/head/; revision=311362
* - update to 1.0.0Ruslan Makhmatkhanov2013-01-312-4/+4
| | | | | | | | PR: 175729 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=311326
* - update to 1.0.0Ruslan Makhmatkhanov2013-01-312-3/+3
| | | | | | | | PR: 175728 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=311325
* Chase boost updateBaptiste Daroussin2013-01-311-7/+3
| | | | Notes: svn path=/head/; revision=311310
* - Update to version 2.7.0Alexey Dokuchaev2013-01-313-20/+21
| | | | | | | | | | | | - Define LICENSE (GPLv2) - Fix PORT_OPTIONS:MDOCS check - Clean up Makefile while here PR: ports/175726 Submitted by: maintainer Notes: svn path=/head/; revision=311302
* - Update to 1.2.4Sunpoet Po-Chuan Hsieh2013-01-302-5/+4
| | | | | | | | | - Update MASTER_SITES: remove LOCAL/sunpoet Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7478 Notes: svn path=/head/; revision=311271
* Update 3.4.1 --> 3.4.2Cy Schubert2013-01-306-66/+11
| | | | | | | | Suggested by: Loic Pefferkorn <loic-freebsd@loicp.eu> Closes PR: 175693 (PR patch was not used) Notes: svn path=/head/; revision=311268
* - Update to 2.4.0Sunpoet Po-Chuan Hsieh2013-01-302-3/+3
| | | | | | | Changes: https://github.com/guard/guard-rspec/commits/master Notes: svn path=/head/; revision=311261
* - Update to 1.6.2Sunpoet Po-Chuan Hsieh2013-01-302-3/+4
| | | | | | | Changes: https://github.com/guard/guard/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=311260
* - Fix build on sparc64Philippe Audeoud2013-01-303-6/+22
| | | | | | | | | PR: ports/172707 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Approved by: maintainer timed-out Notes: svn path=/head/; revision=311235
* - Update to 20130129Ryan Steinmetz2013-01-292-3/+3
| | | | Notes: svn path=/head/; revision=311173
* Upgrade to version 3.98.Jimmy Olgeni2013-01-293-4/+13
| | | | Notes: svn path=/head/; revision=311167
* - Convert to optionsNGRene Ladan2013-01-281-19/+16
| | | | | | | | - Use new Makefile header - Pet portlint Notes: svn path=/head/; revision=311130
* - Convert to optionsNGRene Ladan2013-01-281-16/+17
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=311129
* Convert to optionsNGRene Ladan2013-01-281-15/+16
| | | | Notes: svn path=/head/; revision=311128
* Add fuse-zip, a FUSE file system to navigate, extract, create, and modify ZIPAlexey Dokuchaev2013-01-284-0/+50
| | | | | | | | | archives. PR: ports/159242 Notes: svn path=/head/; revision=311113
* Ensure that OSVERSION is defined.Alexey Dokuchaev2013-01-281-1/+3
| | | | Notes: svn path=/head/; revision=311105
* New port: sysutils/procenv, utility to show process environment.Alexey Dokuchaev2013-01-284-0/+33
| | | | | | | | PR: ports/175333 Submitted by: James Hunt Notes: svn path=/head/; revision=311104
* - Revert previous change to patch file. The goal was to prevent a warning withSteve Wills2013-01-282-3/+3
| | | | | | | | | Ruby 1.9, but this just caused problems with Ruby 1.8. PR: ports/175558 Notes: svn path=/head/; revision=311088
* - add new port: sysutils/py-salt-apiJason Helfman2013-01-276-0/+85
| | | | | | | | | | | | | | | | Salt API : Expose the fundamental aspects of Salt control to external sources ============================================================================= Salt API is a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. WWW: http://saltstack.org PR: 175512 Submitted by: christer.edwards@gmail.com Notes: svn path=/head/; revision=311080
* - chase 311078, adjust dependencies and set python_pkgnameprefixJason Helfman2013-01-272-1/+3
| | | | Notes: svn path=/head/; revision=311079
* - shift origins for consistentcy with other Python portsJason Helfman2013-01-2715-2/+2
| | | | | | | | Submitted by: jgh@ Approved by: maintainer, christer.edwards@gmail.com Notes: svn path=/head/; revision=311078
* - Update to 1.0.9.Raphael Kubo da Costa2013-01-274-50/+76
| | | | | | | | | | | | | - Add clang support. - Add LICENSE. - Update MASTER_SITE. - Trim old Makefile header. PR: ports/175322 Submitted by: Mykola Marzhan <delgod@portaone.com> (maintainer) Notes: svn path=/head/; revision=311065
* Deprecate a bunch of ports with no more upstream and/or no more public distfilesBaptiste Daroussin2013-01-273-0/+9
| | | | Notes: svn path=/head/; revision=311056
* - Reset ports due to mail bouncesThomas Abthorpe2013-01-273-18/+6
| | | | | | | | | - Update headers while I am here With hat: portmgr Notes: svn path=/head/; revision=311050
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* Update to 1.30.MANTANI Nobutaka2013-01-265-33/+22
| | | | Notes: svn path=/head/; revision=311038
* - fix docs installationRuslan Makhmatkhanov2013-01-261-4/+2
| | | | | | | | | | - define PORTDOCS list uncoditionally, while here PR: ports/175610 Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer) Notes: svn path=/head/; revision=311033
* - cleanup headerDirk Meyer2013-01-261-5/+1
| | | | Notes: svn path=/head/; revision=311027
* Convert Makefile headers to the new format in my ports.Jimmy Olgeni2013-01-262-10/+0
| | | | Notes: svn path=/head/; revision=311016
* - Add pacman, Arch linux package manager.Dmitry Marakasov2013-01-257-0/+260
| | | | | | | | | | | | | | | | | | pacman is a utility which manages software packages in Linux. It uses simple compressed files as a package format, and maintains a text-based package database (more of a hierarchy), just in case some hand tweaking is necessary. pacman does not strive to "do everything." It will add, remove and upgrade packages in the system, and it will allow you to query the package database for installed packages, files and owners. It also attempts to handle dependencies automatically and can download packages from a remote server. WWW: https://www.archlinux.org/pacman/ Notes: svn path=/head/; revision=310955
* Update to new upstream release 1.42.7.Matthias Andree2013-01-242-8/+4
| | | | | | | Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.7 Notes: svn path=/head/; revision=310945
* Update to 1.7.8.Adam Weinberger2013-01-232-12/+5
| | | | Notes: svn path=/head/; revision=310905
* - Update to 0.6.21Jase Thew2013-01-234-14/+6
| | | | | | | Changes: http://duplicity.nongnu.org/CHANGELOG Notes: svn path=/head/; revision=310883
* - Update to 0.12.1Frederic Culot2013-01-233-3/+6
| | | | | | | | | PR: ports/175511 Submitted by: Denis Generalov <gd@rambler-co.ru> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) Notes: svn path=/head/; revision=310874
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-236-4/+6
| | | | Notes: svn path=/head/; revision=310871
* Reset rflynn@acsalaska.net: mailbox is full.Mark Linimon2013-01-231-6/+2
| | | | Notes: svn path=/head/; revision=310860
* Update to 0.42.Anton Berezin2013-01-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Sysadm-Install/Changes Notes: svn path=/head/; revision=310858
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-221-4/+4
| | | | | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days) Notes: svn path=/head/; revision=310845
* Remove the sysutils/diskprep port. It was marked DEPRECATED last AugustBrooks Davis2013-01-226-89/+0
| | | | | | | when the last known system using it was decomissioned. Notes: svn path=/head/; revision=310842
* All three Sun Grid Engine ports are of ancient and supported releases.Brooks Davis2013-01-223-3/+12
| | | | | | | Drop MAINTINERship, mark DEPRECATED, and set a March 1 EXPIRATION_DATE. Notes: svn path=/head/; revision=310841
* - update to 1.1.14Ruslan Makhmatkhanov2013-01-223-21/+6
| | | | | | | | | - trim Makefile header - remove indefinite article from COMMENT - remove unneeded patch Notes: svn path=/head/; revision=310806
* - update to 0.8.4Jason Helfman2013-01-224-10/+24
| | | | | | | | | | - while here fix formatting of pkg-descr, and trim historical header PR: 175493 Submitted by: maintainer, christer.edwards@gmail.com Notes: svn path=/head/; revision=310804
* - update to 20130122Jason Helfman2013-01-222-3/+3
| | | | | | | | | PR: 175499 Submitted by: maintainer, howeyc@gmail.com Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7488 Notes: svn path=/head/; revision=310803
* - Update to 1.2.3Steve Wills2013-01-222-3/+3
| | | | | | | | PR: ports/174462 Submitted by: Robert Gogolok <gogolok+freebsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=310798
* Add PORTSCOUT variables.Matthias Andree2013-01-222-0/+4
| | | | Notes: svn path=/head/; revision=310790