./devel/syncdir, Synchronous open, link, rename, and unlink

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1, Package name: syncdir-1.1, Maintainer: schmonz

syncdir is a small library that makes the link() system call
synchronous. This is necessary when using qmail with the queue on
a filesystem that doesn't perform link() synchronously, such as
Linux's ext2fs, Reiserfs, SGI's XFS, and BSD FFS with softupdates.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2.692 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-01 18:49:46 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 1.1. From the changelog:

- Adjust the open() wrapper from (O_WRONLY | O_RDWR) to O_CREAT.
  syncdir only needs to take action when a file is created (or removed,
  but that doesn't happen at open time). It doesn't matter what the
  write status of the open mode is. As such, the old behavior was a bug
  that just happened to work most of the time.
- Relicense from gnu-gpl-v2 to unlicense.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
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.
   2018-12-03 22:21:50 by Amitai Schleier | Files touched by this commit (2)
Log message:
Make sure patch(1) will create syscall.c.
   2018-12-03 20:45:22 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to latest dlsym patch. Changes:

- Better detect syscall(), the preferred implementation
- Avoid a new function call in that implementation
- When we need dlsym(), see whether we also need _GNU_SOURCE
- Detect SYS_fsync (absent on Solaris)

Bump PKGREVISION.
   2018-12-02 13:40:01 by Amitai Schleier | Files touched by this commit (2)
Log message:
Avoid $< outside suffix rules for compatibility with BSD make. Fixes
syscall() autodetection. Bump PKGREVISION.
   2018-12-02 00:36:15 by Amitai Schleier | Files touched by this commit (2)
Log message:
Use latest dlsym patch to express explicit dependency on wrappers.h.