1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

1514 Commits

Author SHA1 Message Date
John Marino
bfd01c3c2a shells/lshell: fix syslog file location (/dev/log => /var/run/log)
PR:		195245
Submitted by:	dam (my.gd)
Approved by:	n/a (unmaintained)
2015-02-06 10:07:19 +00:00
Baptiste Daroussin
033b54e3df Cleanup plist 2015-02-05 15:55:53 +00:00
Adam Weinberger
a7507f6544 Add completions for portsnap and freebsd-update. Both were obtained from upstream git.
Given the infrequency with which new versions of bash-completion are released, it
seems appropriate to just add them in here.

Submitted by:	Peter Dave Hello (author of the two completions)

While here, add in LICENSE.
2015-01-27 16:45:57 +00:00
Johan van Selst
b4bcfafe3b Update osh to latest release (bugfix release) 2015-01-24 17:49:36 +00:00
Adam Weinberger
db418ff164 Add a patch to fix tab on an empty line producing:
$ bash: words: bad array subscript

PR:		196713
Submitted by:	gnudalf@yandex.com
Obtained from:	upstream bug #1289597
2015-01-20 16:22:17 +00:00
Emanuel Haupt
f10f721657 Update to 4.3.33 2015-01-15 19:10:54 +00:00
Baptiste Daroussin
1d15d261ee Correct time report after r367805
PR:		367805
Submitted by:	peterj
2015-01-01 14:35:03 +00:00
Jason Helfman
626019d5ef - drop redundant and erroneous cleanup of shell listing in /etc/shells
PR:		195487
Submitted by:	braakvaak@aol.com
Approved by:	freebsd.users@gmail.com (maintainer)
2014-12-09 21:30:14 +00:00
Tijl Coosemans
43271b33ff Bump PORTREVISION on shells that use gettext to force a package rebuild
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.
2014-12-02 17:42:22 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Johan van Selst
ac588045c6 - Update to 20141024
- Adopt port
2014-11-26 11:06:24 +00:00
Baptiste Daroussin
a0288a089c Let the ports tree determine the DISTFILES name 2014-11-22 02:18:12 +00:00
Baptiste Daroussin
74ef2e887d Fix manpage
Spotted by:	make check-man
2014-11-22 02:10:21 +00:00
Baptiste Daroussin
fc76172951 Add a patch the kld* completion to find modules in /boot/modules [1]
While here, fix manpages so they render correctly with mandoc

PR:		194621 [1]
Submitted by:	clutton@zoho.com [1]
2014-11-22 01:44:09 +00:00
Olivier Duchateau
831d2c104b - Fix pkg version
- Bump PORTREVISION

Pointed by:	bapt@
2014-11-21 16:35:45 +00:00
Olivier Duchateau
5c987af00f Take maintainership 2014-11-18 16:42:47 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Antoine Brodin
6a08177202 Cleanup plist 2014-11-12 15:18:31 +00:00
Baptiste Daroussin
d32c5f70c9 Simplify plist 2014-10-31 15:36:13 +00:00
Baptiste Daroussin
7dbb3359c1 Modernize plist 2014-10-31 15:11:29 +00:00
Olivier Duchateau
b697391e51 - Update to R50d
- Drop @dirrm in pkg-plist

PR:	194232
Submitted by:	myself
Approved by:	@miwi (maintainer, timeout)
2014-10-29 19:49:00 +00:00
Marcus von Appen
a5f9cc91c2 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python

Approved by:	portmgr (implicit)
2014-10-19 18:16:15 +00:00
Baptiste Daroussin
1a3853cac2 Update to 5.0.7
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.
2014-10-09 06:28:14 +00:00
Emanuel Haupt
718c6f6753 Update to 4.3.30 2014-10-06 09:12:33 +00:00
Bryan Drewery
83874e3067 - 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
2014-10-03 17:57:32 +00:00
Bryan Drewery
1c64f9a524 Take maintainership 2014-10-02 18:48:38 +00:00
Bryan Drewery
e603aaff02 - Update to patchlevel 28 which fixes issues that were mostly addressed
already in r369684.
2014-10-02 00:22:12 +00:00
Bryan Drewery
207cf37bd3 Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow,
which has not been shown to be as critical as "shellshock" currently.

Security:	CVE-2014-7186
2014-10-01 03:35:12 +00:00
Bryan Drewery
29eb80fc3b - Update to 2.1.1
Security:	CVE-2014-2905
Security:	CVE-2014-2906
Security:	CVE-2014-3856
Security:	CVE-2014-2914
Security:	CVE-2014-3219
2014-09-29 23:27:26 +00:00
Bartek Rutkowski
7d93407dca shells/dash: update 0.5.7 -> 0.5.8
Approved by:	mentors (implicit)
2014-09-29 12:39:34 +00:00
Bryan Drewery
62f9f87a4d - Update to patchlevel 27 which changes how functions are exported.
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.
2014-09-28 16:47:00 +00:00
Baptiste Daroussin
3676fb9f80 Make zsh look at its config files in localbase in priority
Cleanup a bit more the plist

Submitted by:	Rolf Nielsen <rmg1970swe@gmail.com>
2014-09-27 07:15:28 +00:00
Bryan Drewery
92e9f2e7d5 Update to patchlevel 26. This is a NOP as r369261 already covered it. 2014-09-26 21:29:20 +00:00
Bryan Drewery
8f93c11473 Disable function importing from the environment by default. This can be
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
2014-09-26 20:33:23 +00:00
Baptiste Daroussin
b34b625042 Convert to USES=pear 2014-09-26 09:05:59 +00:00
Bryan Drewery
627de1b0d7 Fix CVE-2014-3659. The original fix in 25 was not enough.
Obtained from:	http://seclists.org/oss-sec/2014/q3/690 (bash developer)
Security:	CVE-2014-3659
2014-09-25 15:38:56 +00:00
Emanuel Haupt
0fc68c9cab - Update to patch level 25 (4.3.25)
- Provide CPE information [1]

Provided by:    des
Notified by:	Chet Ramey <chet.ramey@case.edu>
2014-09-24 17:05:47 +00:00
Antoine Brodin
6b326fccf6 Fix stage violation/allow staging as a regular user 2014-09-23 17:57:31 +00:00
Baptiste Daroussin
d93608b8f1 Simplify plist 2014-09-23 09:53:01 +00:00
Baptiste Daroussin
41ec698b06 Clean up directory handling 2014-09-22 06:23:19 +00:00
Baptiste Daroussin
589f4f6557 Regenerate the patch that corrects memory report for builtin time command 2014-09-10 08:38:18 +00:00
Baptiste Daroussin
58d97dbf35 Update to 5.0.6
Only build with multibyte (disabling leads to weird bugs) [1]

Reported by:	adamw [1]
2014-08-28 19:44:35 +00:00
Kurt Jaeger
ffb6b0285b shells/mksh: R49 -> R50
PR:		191582
Submitted by:	olivierd
Approved by:	miwi (maintainer)
2014-08-27 05:17:52 +00:00
Emanuel Haupt
979faff7c1 - Update to 4.3.24
- Don't attempt to remove directories owned by a dependency
2014-08-19 19:31:35 +00:00
Marcus von Appen
75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +00:00
Adam Weinberger
1399aac2c1 Fix build on -current. 2014-08-16 16:45:37 +00:00
John Marino
ec27a9c399 shells/lshell: Upgrade version 0.9.15.1 => 0.9.16
PR:		191828
Submitted by:	Ports Fury
2014-08-09 21:08:53 +00:00
Emanuel Haupt
30a7459d83 Update to 4.3.22 2014-08-01 16:14:07 +00:00
Adam Weinberger
0c749620ca Rename shells/ patch-xy patches to reflect the files they modify. 2014-07-29 14:33:30 +00:00
Jimmy Olgeni
fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
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)
2014-07-17 08:57:51 +00:00