Commit graph

760 commits

Author SHA1 Message Date
manu
65a3a8d5ef Bugfixes from upstream
- Properly screen the .attribute directory where NetBSD UFS1 stores
  extended attributes.
- Fix NULL pointer usage.
- Make FUSE notification optional at configure time since NetBSD does not
  implement them.

And update comment in patches with references to commits upstream
2020-07-27 16:06:08 +00:00
manu
71f3221eb6 Update filesystems/glusterfs to 8.0 2020-07-07 01:01:27 +00:00
scole
bccd99809a fix comment 2020-06-19 23:11:37 +00:00
scole
6c175efd9f Welcome to Squashfs 4.4. This is the first release in over 5 years, and
there are substantial improvements: reproducible builds, new compressors,
CVE fixes, security hardening and new options for Mksquashfs/Unsquashfs.

Please see the INSTALL file for instructions on installing the tools,
and the USAGE file for documentation on how to use the tools.

Summary of changes
---------------------------------------

1. Mksquashfs now generates reproducible images by default.  Mkfs time and
   file timestamps can also be specified.

2. Support for the Zstandard (ZSTD) compression algorithm has been added.

3. Pseudo files now support symbolic links.

4. CVE-2015-4645 and CVE-2015-4646 have been fixed.

5. Unsquashfs has been further hardened against corrupted filestems.

6. Unsquashfs is now more strict about error handling.

7. Miscellaneous new options and major bug fixes for Mksquashfs.

8. Miscellaneous new options and major bug fixes for Unsquashfs.

9. Squashfs-tools 4.4 is compatible with all earlier 4.x filesystems
   and releases.

For pkgsrc changes, now GitHub is now the main repository and using libtool
2020-06-19 21:17:46 +00:00
gdt
a9eb1682d2 filesystems/glusterfs: Drop hint about NetBSD 5
NetBSD 5 has been out of pkgsrc support for many years, and it feels
like the noise harm outweights the positives.
2020-06-14 23:55:09 +00:00
gdt
c92c1ac8ed filesystems/glusterfs: Drop unchanged file from SUBST_SED
It appears upstream now has the change we were trying to make.
2020-06-14 23:52:32 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
joerg
2228eec943 Use unversioned icu namespace. 2020-05-26 11:29:17 +00:00
rillig
7931f036d3 filesystems/fuse-ext2: allow bashisms for macOS 2020-05-23 10:33:16 +00:00
rillig
51589dc452 filesystems/tahoe-lafs: clean up REPLACE_PYTHON 2020-05-23 09:19:46 +00:00
adam
d62c903eea revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
rillig
4f4f64fdce mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
2020-05-20 06:09:03 +00:00
adam
53a4133545 pytest from versioned depends 2020-05-16 17:42:41 +00:00
joerg
ff2f0b01f7 Replace internal .libs copy of the static archive after modification.
Still not MAKE_JOBS_SAFE, but at least it finally builds consistently.
2020-05-14 20:08:30 +00:00
adam
7d4b705c63 revbump after boost update 2020-05-06 14:04:05 +00:00
nia
08b5517a20 fuse-curlftpfs: Update to 0.9.2
- new helper function cancel_previous_multi() which checks for errors.
- patch by Miklos Szeredi: fixes 'du' for files >= 4GB.
- remove buffered writes completely and handle O_RDWR
- Fix "hang" when curl_easy_perform(fh->write_conn) in the write thread fails; Detect write errors in the write thread; Synchronize writing with the new semaphore "data_written" to be able to report write errors earlier; Fix that ftpfs_truncate created empty files with no permissions set (caused problems with gedit and others)
- Patch from Miklos Szeredi to support streaming writes (includes changes from Robson Braga Araujo)
- Added option to use a custom command to list files.
- Add ftp_method option to make it faster to browse directories.
- Fix broken header dependencies.
- Put the FTP server name in fsname by default. Upgraded FUSE_USE_VERSION to 26.
- Disable EPSV by default because it can cause the program to hang.
2020-04-21 13:56:25 +00:00
adam
24daafa112 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
joerg
260d13d7c9 Resolve fallout from ICU changes 2020-03-26 02:34:51 +00:00
gdt
8e69691a46 glusterfs: Add patch missing in previous commit 2020-03-23 23:21:17 +00:00
gdt
1d2704c30e glusterfs: Add bashism remediation patch 2020-03-23 23:01:48 +00:00
tnn
fba84dd6dd perfuse: mark as only for NetBSD 2020-03-22 13:04:11 +00:00
nia
eadd216a68 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
gdt
941c2c69d6 filesystems/glusterfs: Exempt bash script from bashisms check 2020-03-12 23:52:37 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
leot
83a29cfa1d fuse: Update HOMEPAGE
There is no https homepage and the http one just redirect to
<https://github.com/libfuse/libfuse>.
2020-01-27 20:42:55 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
nia
b56fba9c48 fuse-gstfs-ng: Add SUPERSEDES 2020-01-07 16:16:51 +00:00
nia
4dfdc5c767 filesystems: Add fuse-gstfs-ng. Replaces fuse-gstfs.
gstfs-ng is a FUSE-based file system that works as a dynamic
gstreamer-based transcoder over an existing directory.

For example, this can make your FLAC music archive appear as an
MP3 or OGG archive.

Transcodings can be cached in memory and persisted to disk.
2020-01-07 16:15:25 +00:00
adam
da1faf3de3 py-fs: updated to 2.4.11
[2.4.11]:
Added
Added geturl for TarFS and ZipFS for 'fs' purpose. NoURL for 'download' purpose.
Added helpful root path in CreateFailed exception
Added Python 3.8 support

Fixed
Fixed tests leaving tmp files
Fixed typing issues
Fixed link namespace returning bytes
Fixed broken FSURL in windows
Fixed hidden exception at fs.close() when opening an absent zip/tar file URL
Fixed abstract class import from collections which would break on Python 3.8
Fixed incorrect imports of mock on Python 3
Removed some unused imports and unused requirements.txt file
Added mypy checks to Travis.
Fixed missing errno.ENOTSUP on PyPy.
Fixed bug in a decorator that would trigger an AttributeError when a class was created that implemented a deprecated method and had no docstring of its own.

Changed
Entire test suite has been migrated to pytest.
Style checking is now enforced using flake8; this involved some code cleanup such as removing unused imports.

[2.4.10]:
Fixed
Fixed broken WrapFS.movedir

[2.4.9]:
Fixed
Restored fs.path import
Fixed potential race condition in makedirs.
Added missing methods to WrapFS.

Changed
MemFS now immediately releases all memory it holds when close() is called, rather than when it gets garbage collected.
FTPFS now translates EOFError into RemoteConnectionError.
Added automatic close for filesystems that go out of scope.

[2.4.8]:
Changed
geturl will return URL with user/password if needed @zmej-serow

[2.4.7]:
Added
Flag to OSFS to disable env var expansion

[2.4.6]:
Added
Implemented geturl in FTPFS @zmej-serow

Fixed
Fixed FTP test suite when time is not UTC-0 @mrg0029
Fixed issues with paths in tarfs https://github.com/PyFilesystem/pyfilesystem2/issues/284

Changed
Dropped Python3.3 support

[2.4.5]:
Fixed
Restored deprecated setfile method with deprecation warning to change to writefile
Fixed exception when a tarfile contains a path called '.' https://github.com/PyFilesystem/pyfilesystem2/issues/275
Made TarFS directory loading lazy

Changed
Detect case insensitivity using by writing temp file

[2.4.4]:
Fixed
OSFS fail in nfs mounts

[2.4.3]:
Fixed
Fixed broken "case_insensitive" check
Fixed Windows test fails

[2.4.2]:
Fixed
Fixed exception when Python runs with -OO

[2.4.1]:
Fixed
Fixed hash method missing from WrapFS

[2.4.0]:
Added
Added exclude and filter_dirs arguments to walk

Micro-optimizations to walk
[2.3.1]:
Fixed
Add encoding check in OSFS.validatepath

[2.3.0]:
Fixed
IllegalBackReference had mangled error message

Added
FS.hash method
2019-12-13 11:22:51 +00:00
rillig
116d562364 filesystems: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:26:20 +00:00
bouyer
3bd390a693 Add mkspiffs 0.2.3
Tool to build and unpack SPIFFS images.
This package provides binaries built with the following configuration:
mkspiffs-arduino-esp32: configuration compatible with the Espressif ESP32
    arduino developpement environnement
mkspiffs-arduino-esp8266: configuration compatible with the Espressif ESP8266
    arduino developpement environnement
mkspiffs-esp-idf: configuration compatible with the Espressif IoT Development
    Framework
mkspiffs-generic: configuration using the default SPIFFS parameters
2019-10-07 10:13:16 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
nia
c66ee34855 Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
ryoon
57d0806c39 Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
nia
38ae6917f0 Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
maya
7820bc7a2f fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
2019-04-26 14:12:31 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
gdt
391db60bf2 filesystems/fuse-ntfs-3g: Use libfuse on NetBSD
Due to not fully understood reasons, perhaps use of the low-level FUSE
API, or perhaps using a different FUSE high-level API version, this
package fails to build with NetBSD's librefuse.  It does build when
linked against filesystems/fuse, so do that.

Not tested, but building is an improvement over not building.
(This commit only changes the build on NetBSD.)
2019-04-16 19:30:55 +00:00
maya
74fa5c68c1 fuse-ext2: do a configure check for fuse_version, because netbsd's about to
provide it. bump pkgrevision
2019-04-10 21:37:51 +00:00
gdt
529a2b4d93 filesystems/fuse-encfs: Fix man page location, and pkglint cleanup
encfs has open-coded per-OS man page locations, and doesn't have the
equivalent of autoconf's --mandir.  Mostly remediate the
cmake-inspired open coding by using PKGMANDIR.

Add patch comment.

Add comment about making TEST_TARGET work.
2019-04-10 12:33:01 +00:00
maya
bbbc7501a2 fuse-encfs: update comment.
It's unclear what is happening here, but apparently netbsd knew future FUSE
API before upstream FUSE did. And it didn't do the in-between version
used here.
2019-04-09 16:43:10 +00:00
maya
c603d01648 fuse-encfs: workaround netbsd being wrong about which version of FUSE
changed the arguments of fuse_unmount. Fix build.

I get the impression this update was done by someone on NetBSD, so I speculate
the build succeeded to some people. In that cae, bump PKGREVISION, so the
right arguments will be passed!
2019-04-09 16:32:28 +00:00
maya
0e719279f7 +fuse-exfat 2019-04-05 19:33:53 +00:00
maya
a0335b0128 Add fuse-exfat version 1.3.0
This project aims to provide a full-featured exFAT file system
implementation for Unix-like systems. It consists of a FUSE module
(fuse-exfat) and a set of utilities (exfat-utils).
2019-04-05 19:32:55 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
manu
a4dd963cef Link with stock libfuse, not with librefuse 2019-03-20 00:48:35 +00:00
manu
f70e85dcc6 Updated filesystems/ltfs-ltotape to 0.2
This release makes the ltotape driver thread-safe, as libltfs expects
it to be. This fixes a lot of problems because of race conditions on
SCSI I/O structures.
2019-03-16 00:44:22 +00:00
jnemeth
8494ea4e23 add and enable ltfs and ltfs-ltotape 2019-02-28 06:55:51 +00:00
manu
44f615cb70 Added filesytems/ltfs version 2.4.2.0.0, filesytems/ltfs-ltotape version 0.1
Linear Tape File System (LTFS) is a filesystem to mount a LTFS
formatted tape in a tape drive. Once LTFS mounts a LTFS formatted
tape as filesystem, user can access to the tape via filesystem API.

Objective of this project is being the reference implementation of
the LTFS format Specifications in SNIA
(https://www.snia.org/tech_activities/standards/curr_standards/ltfs).

At this time, the LTFS format specifications 2.4 is the target
2019-02-25 01:00:38 +00:00
manu
3061ca91af Update perfuse package. Change log since previous version:
Use reclaim2 to fix reclaim/lookup race conditions

The PUFFS reclaim operation had a race condition with lookups: we could
be asked to lookup a node, then to reclaim it before lookup completion.

At lookup completion, we would then create a leaked node.

Enter the PUFFS reclaim2 operation, which features a nlookup argument.

That let us count how many lookups are pending and avoid the above
described scenario. It also makes the codes simplier.

 -

Fix directory filehandle usage with libufse. Fix lookup count
libfuse does not use filehandle the same way for directories and other
objects. As a result, filehandles obtained by OPENDIR should not be
sent on non-directory related operations like READ/WRITE/GETATTR...

While there, fix the lookup count sent to the FORGET operation, which
led to leaked nodes.
2019-02-25 00:52:07 +00:00
adam
d785d1665b py-filesystem: removed; successor py-fs 2019-01-16 08:57:17 +00:00
adam
104f23981f py-fs: added version 2.2.1
PyFilesystem is a Python module that provides a common interface to any
filesystem.

Think of PyFilesystem FS objects as the next logical step to Python's file
objects. In the same way that file objects abstract a single file, FS objects
abstract an entire filesystem.
2019-01-16 08:34:53 +00:00
tnn
b06072968d ori: catch up with scons update
Untested because the package is broken due to dependency on legacy
boost::tr1 APIs.
2019-01-02 20:36:07 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
ryoon
fb00ba572a Remove CVS tag from DESCR 2018-11-30 03:19:57 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
leot
909349bc1d fuse-unionfs: Simplify the package a bit
- MASTER_SITE_GITHUB only needs the repository owner username, adjust it in
  DISTNAME in order to avoid DIST_SUBDIR and WRKSRC redefinition
- Add LICENSE
- Append to USE_TOOLS
- Both INSTALLATION_DIRS and pre-install target are not needed because it is
  done via Makefile (needed a little adjustements of patch-Makefile
  `install -d' of ${MANDIR})

Last item discussed with <maya> (any possible regression is mine though!)
2018-09-17 14:33:35 +00:00
maya
cd258eeea0 fuse-unionfs: update to 2.0
- fixed NEWS file ;-)
- reverted meta directory name back to .unionfs (from .unionfs-fuse)
  this was never meant to be changed and slipped in in 1.0 release
- fixes and speed improvements

from dziltener in PR pkg/52866 with some changes from myself
(I did not test functionality following the changes)
2018-09-17 14:03:08 +00:00
gdt
f970582201 glusterfs: fix checksum of newly-added patch
ok manu@
2018-09-03 00:06:35 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen
283988a2e1 Update to 0.108
Upstream changes:

0.108     2018-07-30 15:35:23-04:00 America/New_York

    - No changes from 0.107-TRIAL.

0.107     2018-07-24 15:10:36-04:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - Fixed a bug where failure to load optional modules would trigger
      an external $SIG{__DIE__} handler.

0.106     2018-07-14 09:37:00-04:00 America/New_York

    [Tests]

    - Protected t/locking.t from PERL_PATH_TINY_NO_FLOCK already
      in the environment.

0.105     2018-07-07 10:09:04-04:00 America/New_York (TRIAL RELEASE)

    [Additions]

    - The PERL_PATH_TINY_NO_FLOCK environment variable has been added to
      allow users to disable file locking (and any associated warnings).

    [Changes]

    - Detection of unsupported 'flock' is no longer BSD-specific.  This
      allows detecting and warning, for example, with the Luster filesystem
      on Linux.

    [Tests]

    - Improve reliability and diagnostics of tests run via 'do'.
2018-08-20 02:13:07 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
manu
be27634b71 Add missing RCS tag 2018-08-06 02:22:31 +00:00
manu
b2ebd2fe31 Make NetBSD memory reading routine 64-bit aware 2018-08-06 02:17:04 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
joerg
a19083df44 Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
2018-07-18 00:06:10 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
manu
187866a34d Updated filesystems/glusterfs to 3.12.8
This is a maintenance release
2018-04-19 02:49:04 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
adam
54042b41b6 fuse-ntfs-3g: added missing commit 2018-04-07 19:46:21 +00:00
wiz
d6c38126f6 libgphoto2: update bl3.mk for dependency change
Bump PKGREVISIONs of packages using it.

Noted by John D. Baker on pkgsrc-users.
2018-04-03 06:14:54 +00:00
adam
7e6e1ebd79 filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: updated to 2017.3.23
STABLE Version 2017.3.2:
Delegated processing of special reparse points to external plugins
Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs
Enabled fallback to read-only mount when the volume is hibernated
Made a full check for whether an extended attribute is allowed
Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap)
Enabled encoding broken UTF-16 into broken UTF-8
Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev>
Allowed using the full library API on systems without extended attributes support
Fixed DISABLE_PLUGINS as the condition for not using plugins
Corrected validation of multi sector transfer protected records
Denied creating/removing files from $Extend
Returned the size of locale encoded target as the size of symlinks
2018-04-02 13:14:08 +00:00
gdt
d480d294de encfs: Update to 1.9.4
Upstream changes:

v1.9.4 / 2018-01-28
===================
	* Fix packaging error leading to wrong version output
	* Fix shared lib compilation (cmake -DBUILD_SHARED_LIBS=ON ..)

v1.9.3 / 2018-01-28
===================
	* Fix compilation with "-std=c++11"
	* Fix a gid permission issue with allow_other
	* Fix operations on symlinks
	* Fix a race in idle unmount
	* Add `--reversewrite` cli option
	* Add PID to syslog logging
	* Deep code sanity check
	* Modernize coding style
	* Make codebase warnings & clang-tidy clean
	* Bump FUSE_USE_VERSION to 29
	* Ensure compatibility with LibreSSL
	* Switch to vendored lib tinyxml2 & easylogging
	* Reorganize man page and add missing options
	* Add gtest and micro benchmarks
2018-03-21 22:38:57 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
7e7ebc5986 glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
wiz
b17f0fac37 p5-Path-Tiny: remove unneeded build dependencies 2018-01-19 11:24:11 +00:00
wiz
8c58efa925 p5-Path-Tiny: remove unused build dependency
Marked as 'recommended' in META.json, but not used AFAICT.
At least tests still run successfully.
2018-01-19 09:27:48 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
rillig
982cef7323 Cleaned up PLIST files.
The actual cleanup has been done by pkglint:
* Added missing identifier comments
* Replaced ${PKGMANDIR} with a simple man, since the infrastructure does
  all the magic for PLISTs
2018-01-01 18:33:32 +00:00
wiz
5c55e98b6c fuse-bindfs: follow redirect 2017-12-24 09:49:30 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
manu
970768df39 Update to glusterfs 3.12.3
There is an important performance bug fix specific to NetBSD here,
which disable gfid2path by default. This features causes a huge
amount of different extended attributes to be created, and the
NetBSD implementation does not scale well with it.

In order to recover a server after the feature is disabled, stop
glusterfs daemones, disable extended attributes using extattrctl,
remove ${BRICK_ROOT}/.attribute/system/trusted.gfid2path.*
re-enable extended attributes and restart glusterfs.
2017-11-15 03:31:56 +00:00
gdt
b2c96c97bc Update to 1.9.2:
- fix a use-after-free bug that was introduced in v1.9-rc1 (#214)
  - cast booleans to int before writing the XML config (#343)
  - support reading the config file from pipes (#253)
  - add "-t" option to set syslog tag
  - allow read/write in standard reverse mode (#301)
  - reject empty passwords
  - support building with openssl 1.1
2017-11-11 03:18:16 +00:00
manu
f67e90743f Update to glusterfs 3.12.2
There have been a lot of changes since previous package version (3.8.9)
See http://docs.gluster.org/en/latest/release-notes/ for an overview
2017-11-04 03:46:56 +00:00
sevan
dfd892c876 Add support for NetBSD/evbarm on ARMv7.
Tested with BeagleBone Black.
2017-10-08 07:53:05 +00:00
sevan
ea26d1a6d7 - Add support for running as a server on NetBSD/evbarm, currently confined to
ARMv6 (Pi). Support for further family revisions in NetBSD is controlled
by the presence of src/config/param.armv$_nbsd$$.h to set the CPU family version
and major OS version number.

- Add description to most patches
2017-10-08 02:41:39 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
3cf311dad6 p5-MooseX-Types-Path-Tiny: update to 0.012.
0.012     2017-04-05 23:17:14Z
    - repository migrated to the github moose organization
    - switch from Test::Requires to Test::Needs in tests
    - add MooseX::Getopt option type maps when MooseX::Getopt is installed
      (thanks, Gregory Oschwald!)
2017-09-17 15:35:46 +00:00
wiz
1f6ab240e9 Update HOMEPAGE. 2017-09-11 07:51:44 +00:00
wiz
17819f5747 Point to existing, if outdated, HOMEPAGE. 2017-09-08 06:23:13 +00:00
wiz
5e92c60642 Update HOMEPAGE. 2017-09-08 06:07:46 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
303dc564fb Update some URLs. 2017-09-04 18:55:07 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
jlam
8fcc3ff37e filesystems/fsx: Properly quote CFLAGS when set via MAKE_FLAGS. 2017-08-23 17:54:05 +00:00
jlam
e164080ba3 filesystems/fuse-unionfs: Install manpages into ${PKGMANDIR}.
This package uses a custom "do-install" target to install all of
the package's files.  Change the command to install the manpage to
put it under ${PKGMANDIR}.
2017-08-19 00:20:50 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
97752a9802 Update HOMEPAGE. Set LICENSE. 2017-08-01 17:02:55 +00:00
wiz
96c5b4b0a5 Update HOMEPAGE. 2017-08-01 16:57:47 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
sevan
acae5b9953 Update to 1.6.21
User-Visible OpenAFS Changes

OpenAFS 1.6.21

  All platforms

    * Avoid a possible 100ms transmit delay in the RX protocol when a peer's
      receive window transitions from closed to open (12627)

    * Documentation improvements (12476 12477 12559[RT #133339])

  All server platforms

    * When bosserver is started with an unknown option, print an error message
      and exit with a non-zero value rather than failing silently (12631)

  All DB server platforms

    * Hold the DB lock while checking for an aborted write transaction (12516)

  All file server platforms

    * On demand attach fileservers, don't save or restore a client's host
      state if CPS ("Current Protection Subdomain") recalculation for it is
      in progress, to avoid fileserver thread exhaustion (12568)

    * On demand attach fileservers, avoid flooding the log with error messages,
      which could happen when the fileserver was restarted while a volume was
      offline (12569)

    * Update a volume's "Last Update" time when its content is modified by
      the salvager, to make the change visible in the output of "vos examine"
      and to backup services (12633)

  All client platforms

    * Corrected the DCentries bucket counts for very large and zero length
      files in the output of "fs getcacheparms -excessive" (12604 12605)

    * Fixed a bug that prevented users with GID 2748 and 2750 from executing
      the "fs sysname" command on clients running afsd with -rmtsys (12607)

    * Provide a new -inumcalc switch for afsd to allow enabling the alternative
      MD5 method of inode number calculation, which was previously only
      possible on Linux and through the sysctl interface (12608 12632)

  Linux clients

    * Support for mainline kernel 4.12 and distribution kernels with backports
      from it (12624 12626)

    * Re-added the improved algorithm for freeing unused vcaches to reduce
      memory consumption first introduced with the 1.6.18 release, together
      with a fix for the issue leading to its removal in 1.6.18.2 (12448..12451)

  macOS clients

    * Fixed a crash while stopping the client on macOS 10.12 "Sierra" (12602)
2017-07-21 01:39:33 +00:00
maya
4fddeb2583 fuse-encfs: update to 1.9.1
A decade of changes, please refer to the following link for changes:
bf2cee54f5/ChangeLog
2017-06-19 18:41:39 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
jperkin
cce8ad93ef Recursive revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
mef
3455fcc546 Add BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make test 2017-04-18 14:00:57 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
kamil
ea7d38fc4d Fix build of squashfs on CentOS 7.x
Fix usage of do-build, don't reinvent it without missing parameters passed
to gmake(1).

Include required lzo, xz, zlib.

Bump PKGREVISION to 2.
2017-03-09 16:31:50 +00:00
manu
85becb56ed Updated filesystems/glusterfs to 3.8.9 2017-03-07 08:39:39 +00:00
wen
a54e986034 Update to 0.104
Upstream changes:
0.104     2017-02-17 07:17:00-05:00 America/New_York

    - No changes from 0.103-TRIAL.

0.103     2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE)

    [Bug fixes]

    - Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an
      absolute path starting with 'C:/foo', which was an unintentional
      behavior change.  This release now uses any absolute base without
      further normalization.

0.101     2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE)

    [Changes]

    - The 'absolute' method now always returns an absolute path, even if a
      user provided a relative path for the base path.  The old, odd
      behavior was documented, but people often don't read docs.  The new
      behavior avoids suprises.

    [Additions]

    - Added 'cached_temp' method.

0.100     2017-01-14 22:47:55-05:00 America/New_York

    - No changes from 0.099-TRIAL.

0.099     2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE)

    [Tests]

    - Fixed tests for eventual removal of '.' from `@INC` in Perl.

    [Documentation]

    - Fixed filehandle mode typo.

    - Fixed typo in relative() that mentioned rel2abs instead of abs2rel.
2017-02-18 07:25:56 +00:00
wiz
e8e50143b3 Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
scole
b2bcb27409 new patch, fixes FreeBSD build 2017-02-09 18:24:32 +00:00
scole
d0106223bf Fix xattr and other options, "simplify" PLIST and other build files to make changing versions easier 2017-02-09 18:16:07 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
riastradh
a9d32ffb17 Update filesystems/tahoe-lafs to 1.12.1. 2017-01-28 09:09:50 +00:00
manu
07751678da Update glusterfs to 3.8.8
This is a maintenance release.
python-2.x requirement has been verified once again.
2017-01-18 13:52:44 +00:00
wen
1de1ea78e6 Update to 0.098
Upstream changes:
0.098     2016-10-09 23:25:11-04:00 America/New_York

    - No changes from 0.097-TRIAL.

0.097     2016-09-30 22:03:10-04:00 America/New_York (TRIAL RELEASE)

    [Additions]

    - Added 'realpath' option for 'tempfile' and 'tempdir' for situations
      where an absolute temporary path just isn't enough.
2017-01-02 07:14:20 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
wiz
bc89a54193 + fsx. 2016-11-06 16:12:30 +00:00
wiz
c4e2ab8d39 Import fsx-2009 as filesystems/fsx.
File system exerciser.
2016-11-06 16:12:08 +00:00
manu
7037561ee9 Update glusterfs to 3.8.5
This is a maintenance release
2016-10-19 12:25:41 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
wiz
36bc401606 Try listing all relevant licenses. 2016-10-03 08:30:13 +00:00
bouyer
37831fdb6a Add fuse-sparsebundlefs and fuse-darling-dmg 2016-10-02 16:36:13 +00:00
bouyer
9babef345c Add fuse-darling-dmg version 20160310:
This project allows ordinary users to directly mount OS X disk images under
Linux via FUSE. darling-dmg is part of Darling - http://www.darlinghq.org

Without darling-dmg, the only way to do this would be to manually extract
the DMG file, become root and mount the HFS+ filesystem as root. This is slow,
wasteful and may even crash your system. The project's author has seen the
Linux HFS+ implementation cause kernel crashes.
2016-10-02 16:35:02 +00:00
bouyer
bca0c408e9 Add fuse-sparsebundlefs version 20160928:
Mac OS X v10.5 (Leopard) introduced the concept of sparse-bundle disk images,
where the data is stored as a collection of small, fixed-size band-files
instead of as a single monolithic file. This allows for more efficient
backups of the disk image, as only the changed bands need to be stored.

One common source of sparse-bundles is Mac OS' backup utility, Time Machine,
which stores the backup data within a sparse-bundle image on the chosen
backup volume.

This software package implements a FUSE virtual filesystem for read-only
access to the sparse-bundle, as if it was a single monolithic image.
2016-10-02 16:33:28 +00:00