1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Dmitry Marakasov
379598ef7b - Trim Makefile header 2013-06-17 15:27:58 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Dmitry Marakasov
9422374584 - Update to 0.96 (rc script improvements, documentation fixes) 2011-10-01 00:02:07 +00:00
Dmitry Marakasov
6385e04a57 - Add dependency on iconv 2011-09-07 23:49:14 +00:00
Dmitry Marakasov
bdc3603428 - Update to 0.95
- Now properly works on >=8.x
2011-09-07 23:46:24 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
4745bf8510 - Update URL of my distfile mirror in 87 ports
Approved by:	portmgr (erwin)
2009-07-28 16:34:36 +00:00
Dmitry Marakasov
5ae24e3e68 - Update to 0.93 (now it's possible to list currenly loaded charsets) 2009-04-25 13:00:35 +00:00
Dmitry Marakasov
fd202c7a5e - Update address of my distfile mirror 2009-01-05 16:14:51 +00:00
Dmitry Marakasov
dbe6cf80f4 - Update to 0.92 featuring filesystem iconv modules loading and minor bug/typo fixes 2008-10-28 21:55:00 +00:00
Dmitry Marakasov
542a52fa30 - Update to 0.91 (add manpage, fix error handling)
Approved by:	miwi (mentor)
2008-07-07 19:17:24 +00:00
Dmitry Marakasov
57b0634015 On FreeBSD, it's possible to allow plain users to mount filesystems
without using su or sudo. This is enabled via vfs.usermount sysctl.
However, if file name conversion is used when mounting a filesystem,
in most cases mount will fail with `mount_XXX: XXX_iconv: Operation
not permitted denied' error. This is caused by the fact that character
set conversion tables need to be loaded into kernel, but, apart
from mounting, that's not allowed to plain users, because charset
tables are large enough to initiate a denial of service by filling
kernel memory with many tables.

This utility allows you to load only specific charset tables into
kernel, so usermounts with file name conversions won't fail and in
the same time it's not possible to bring the system down by filling
kernel memory.

WWW: http://wiki.freebsd.org/DmitryMarakasov/kiconvtool

Approved by:	miwi (mentor)
2008-06-26 11:02:14 +00:00