aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r370147Bryan Drewery2014-10-132-1/+3
| | | | | | | Update to 4.3.30 Notes: svn path=/branches/2014Q4/; revision=370803
* MFH: r369921Bryan Drewery2014-10-032-1/+3
| | | | | | | | | | | | | | | | - Update to patchlevel 4.3.29. This addresses the local crash from CVE-2014-6277. Note that the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made this non-exploitable remotely. This makes 'bashcheck' [1] fully green now. It had a soft warning before for CVE-2014-6277. [1] https://github.com/hannob/bashcheck Notes: svn path=/branches/2014Q4/; revision=369922
* MFH: r369784Bryan Drewery2014-10-023-88/+4
| | | | | | | | - Update to patchlevel 28 which fixes issues that were mostly addressed already in r369684. Notes: svn path=/branches/2014Q4/; revision=369785
* Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow,Bryan Drewery2014-10-012-1/+87
| | | | | | | | | which has not been shown to be as critical as "shellshock" currently. Security: CVE-2014-7186 Notes: svn path=/head/; revision=369684
* - Update to 2.1.1Bryan Drewery2014-09-293-10/+3
| | | | | | | | | | | Security: CVE-2014-2905 Security: CVE-2014-2906 Security: CVE-2014-3856 Security: CVE-2014-2914 Security: CVE-2014-3219 Notes: svn path=/head/; revision=369563
* shells/dash: update 0.5.7 -> 0.5.8Bartek Rutkowski2014-09-292-3/+3
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=369515
* - Update to patchlevel 27 which changes how functions are exported.Bryan Drewery2014-09-283-12/+37
| | | | | | | | | | | This should eliminate the recent vulnerabilities, but keep the requirement for --import-functions/IMPORTFUNCTIONS option for now. - Loosen the --import-functions requirement so it is not needed when running an interactive shell. It is already disallowed for privileged/setuid mode. - Show an error on stderr when an imported function is ignored. Notes: svn path=/head/; revision=369467
* Make zsh look at its config files in localbase in priorityBaptiste Daroussin2014-09-272-7/+3
| | | | | | | | | Cleanup a bit more the plist Submitted by: Rolf Nielsen <rmg1970swe@gmail.com> Notes: svn path=/head/; revision=369375
* Update to patchlevel 26. This is a NOP as r369261 already covered it.Bryan Drewery2014-09-263-15/+4
| | | | Notes: svn path=/head/; revision=369347
* Disable function importing from the environment by default. This can beBryan Drewery2014-09-262-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | enabled by using --import-functions or enabling the IMPORTFUNCTIONS option. This removes the risk of further parser bugs leading to code execution, as well as the risk to setuid scripts and poorly written applications that do not cleanse their environment [1][2]. Also note that there is an unofficial 4.3.26 floating around that has not yet been officially released. r369261 covers the change in 4.3.26. See also: http://seclists.org/oss-sec/2014/q3/747 [1] http://seclists.org/oss-sec/2014/q3/746 [2] http://seclists.org/oss-sec/2014/q3/755 [3] Obtained from: NetBSD (based on) [3] PR: 193932 Reviewed by: Eric Vangyzen With hat: portmgr Notes: svn path=/head/; revision=369341
* Convert to USES=pearBaptiste Daroussin2014-09-261-7/+2
| | | | Notes: svn path=/head/; revision=369311
* Fix CVE-2014-3659. The original fix in 25 was not enough.Bryan Drewery2014-09-252-1/+17
| | | | | | | | Obtained from: http://seclists.org/oss-sec/2014/q3/690 (bash developer) Security: CVE-2014-3659 Notes: svn path=/head/; revision=369261
* - Update to patch level 25 (4.3.25)Emanuel Haupt2014-09-242-2/+5
| | | | | | | | | | - Provide CPE information [1] Provided by: des Notified by: Chet Ramey <chet.ramey@case.edu> Notes: svn path=/head/; revision=369185
* Fix stage violation/allow staging as a regular userAntoine Brodin2014-09-231-1/+1
| | | | Notes: svn path=/head/; revision=369108
* Simplify plistBaptiste Daroussin2014-09-231-4/+2
| | | | Notes: svn path=/head/; revision=369018
* Clean up directory handlingBaptiste Daroussin2014-09-221-34/+1
| | | | Notes: svn path=/head/; revision=368806
* Regenerate the patch that corrects memory report for builtin time commandBaptiste Daroussin2014-09-102-0/+31
| | | | Notes: svn path=/head/; revision=367805
* Update to 5.0.6Baptiste Daroussin2014-08-284-56/+23
| | | | | | | | | Only build with multibyte (disabling leads to weird bugs) [1] Reported by: adamw [1] Notes: svn path=/head/; revision=366450
* shells/mksh: R49 -> R50Kurt Jaeger2014-08-272-4/+3
| | | | | | | | | PR: 191582 Submitted by: olivierd Approved by: miwi (maintainer) Notes: svn path=/head/; revision=366291
* - Update to 4.3.24Emanuel Haupt2014-08-193-5/+5
| | | | | | | - Don't attempt to remove directories owned by a dependency Notes: svn path=/head/; revision=365422
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,Marcus von Appen2014-08-171-1/+0
| | | | | | | | | there is no need to touch the plist. With hat: python@ Notes: svn path=/head/; revision=365179
* Fix build on -current.Adam Weinberger2014-08-162-1/+12
| | | | Notes: svn path=/head/; revision=365102
* shells/lshell: Upgrade version 0.9.15.1 => 0.9.16John Marino2014-08-094-23/+36
| | | | | | | | PR: 191828 Submitted by: Ports Fury Notes: svn path=/head/; revision=364477
* Update to 4.3.22Emanuel Haupt2014-08-012-2/+10
| | | | Notes: svn path=/head/; revision=363715
* Rename shells/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2913-0/+0
| | | | Notes: svn path=/head/; revision=363330
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-172-2/+2
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* - Fix PLISTSunpoet Po-Chuan Hsieh2014-07-152-3/+1
| | | | | | | | | - Bump PORTREVISION for package change Reported by: swills Notes: svn path=/head/; revision=361976
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-122-1/+3
| | | | | | | - Use single space after WWW: Notes: svn path=/head/; revision=361641
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-122-14/+16
| | | | | | | | | | - Remove unnecessary SHELLS - Use ETCDIR - Fix and sort PLIST - Bump PORTREVISION for package change Notes: svn path=/head/; revision=361640
* multiple: avoid RUN_DEPENDS=${BUILD_DEPENDS} anti-patternEitan Adler2014-07-011-1/+1
| | | | | | | | | | The ports infrastructure may insert additional content into the BUILD_DEPENDS variable which is not supposed to be a run depend. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359963
* Fix build with texinfo from portsBaptiste Daroussin2014-06-251-0/+1
| | | | Notes: svn path=/head/; revision=359290
* Fix build without texinfo in baseBaptiste Daroussin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359233
* Fix building zsh on a FreeBSD which is a NIS client [1]Baptiste Daroussin2014-06-221-1/+3
| | | | | | | | | | | Fix hangs upon '>(command)' redirections (enforce always using pipes) [2] PR: 183253 [1], 180178 [2] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1], danielsh@apache.org [2] With help of: jilles [2] Notes: svn path=/head/; revision=358869
* Package somethingAntoine Brodin2014-06-212-0/+4
| | | | Notes: svn path=/head/; revision=358751
* Correct typo... it's tar:bzip2, not tar:bz2.Adam Weinberger2014-06-204-4/+4
| | | | Notes: svn path=/head/; revision=358516
* Use the @shell helper instead of custom pkg-install/deinstall scripts.Adam Weinberger2014-06-203-45/+0
| | | | Notes: svn path=/head/; revision=358480
* Use the USES=tar:... variants.Adam Weinberger2014-06-208-15/+11
| | | | Notes: svn path=/head/; revision=358479
* USES, and remove unnecessary +='s from OPTIONS helpers.Adam Weinberger2014-06-191-4/+4
| | | | Notes: svn path=/head/; revision=358478
* NOPORTEXAMPLES :(Adam Weinberger2014-06-191-3/+2
| | | | Notes: svn path=/head/; revision=358477
* No need to include bsd.options.mk here. While here, sort plist.Adam Weinberger2014-06-192-5/+1
| | | | Notes: svn path=/head/; revision=358476
* Test ICONV_LIB instead of being dependant on an OSVERSIONBaptiste Daroussin2014-06-181-5/+3
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=358233
* Only pickup iconv from base even if libiconv is installed [1]Baptiste Daroussin2014-06-151-1/+6
| | | | | | | | | While here do not leak stage path info zwc bytecode Reported & tested by: dim [1] Notes: svn path=/head/; revision=357933
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2014-06-131-1/+1
| | | | | | | | PR: ports/190692 Submitted by: Mat <mathieu.sim@gmail.com> Notes: svn path=/head/; revision=357687
* Reset the 99 ports still listed under sylvio@John Marino2014-06-112-2/+2
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-1124-69/+28
| | | | | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr Notes: svn path=/head/; revision=357511
* Use @sampleBaptiste Daroussin2014-06-111-3/+1
| | | | Notes: svn path=/head/; revision=357505
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - Update to 20140410Martin Wilke2014-06-033-5/+5
| | | | Notes: svn path=/head/; revision=356322
* This port are no longer used or cared for.Rusmir Dusko2014-05-281-1/+1
| | | | | | | | | | Justhin Smith <freebsd.users at gmail.com> wishes to maintain this port with my help. - Pass maintainership to freebsd.users at gmail.com Notes: svn path=/head/; revision=355652