aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* - drop redundant and erroneous cleanup of shell listing in /etc/shellsJason Helfman2014-12-092-8/+1
| | | | | | | | | PR: 195487 Submitted by: braakvaak@aol.com Approved by: freebsd.users@gmail.com (maintainer) Notes: svn path=/head/; revision=374430
* Bump PORTREVISION on shells that use gettext to force a package rebuildTijl Coosemans2014-12-022-1/+2
| | | | | | | | | and reinstall. This should make the shells link with libintl.so.8 instead of libintl.so.9 and should give package users a better chance of having a working shell when something went wrong with the gettext update. Notes: svn path=/head/; revision=373773
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2610-31/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 20141024Johan van Selst2014-11-263-11/+12
| | | | | | | - Adopt port Notes: svn path=/head/; revision=373445
* Let the ports tree determine the DISTFILES nameBaptiste Daroussin2014-11-221-2/+1
| | | | Notes: svn path=/head/; revision=373030
* Fix manpageBaptiste Daroussin2014-11-221-0/+13
| | | | | | | Spotted by: make check-man Notes: svn path=/head/; revision=373029
* Add a patch the kld* completion to find modules in /boot/modules [1]Baptiste Daroussin2014-11-223-1/+23
| | | | | | | | | | While here, fix manpages so they render correctly with mandoc PR: 194621 [1] Submitted by: clutton@zoho.com [1] Notes: svn path=/head/; revision=373026
* - Fix pkg versionOlivier Duchateau2014-11-211-1/+4
| | | | | | | | | - Bump PORTREVISION Pointed by: bapt@ Notes: svn path=/head/; revision=373002
* Take maintainershipOlivier Duchateau2014-11-181-1/+1
| | | | Notes: svn path=/head/; revision=372732
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-184-4/+4
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Cleanup plistAntoine Brodin2014-11-129-21/+1
| | | | Notes: svn path=/head/; revision=372496
* Simplify plistBaptiste Daroussin2014-10-311-5/+2
| | | | Notes: svn path=/head/; revision=371854
* Modernize plistBaptiste Daroussin2014-10-311-2/+1
| | | | Notes: svn path=/head/; revision=371845
* - Update to R50dOlivier Duchateau2014-10-293-4/+3
| | | | | | | | | | | - Drop @dirrm in pkg-plist PR: 194232 Submitted by: myself Approved by: @miwi (maintainer, timeout) Notes: svn path=/head/; revision=371699
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-192-3/+3
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Update to 5.0.7Baptiste Daroussin2014-10-094-12/+11
| | | | | | | | | | | | | | | Note from upstream release note: Note in particular there is a security fix to disallow evaluation of the initial values of integer variables imported from the environment (they are instead treated as literal numbers). That could allow local privilege escalation, under some specific and atypical conditions where zsh is being invoked in privilege elevation contexts when the environment has not been properly sanitized, such as when zsh is invoked by sudo on systems where "env_reset" has been disabled. Notes: svn path=/head/; revision=370504
* Update to 4.3.30Emanuel Haupt2014-10-062-1/+3
| | | | Notes: svn path=/head/; revision=370147
* - Update to patchlevel 4.3.29.Bryan Drewery2014-10-032-1/+3
| | | | | | | | | | | | | | 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=/head/; revision=369921
* Take maintainershipBryan Drewery2014-10-021-1/+1
| | | | Notes: svn path=/head/; revision=369849
* - Update to patchlevel 28 which fixes issues that were mostly addressedBryan Drewery2014-10-023-88/+4
| | | | | | | already in r369684. Notes: svn path=/head/; revision=369784
* 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