* Use strncpy for COMM_LEN and make it 18 characters to cover brackets
in name.
* don't change COMM_LEN, it breaks matching long commands
Debian #661145
* Enable some harden AM_CFLAGS by default, use configure option
--disable-harden-flags to not use it.
PR: ports/165607
Submitted by: maintainer, douglas@douglasthrift.net
- while here loop on install of man pages
Changed qjail to work with new path and single base
file install format now used in 9.0.
PR: ports/165603
Submitted by: maintainer, qjail@a1poweruser.com
- Adjust COMMENT, sort knobs in a more natural order
- Incorporate post-patch sed(1) patching into existing patch-Makefile
- Reindent Makefile header while I am here
Changes since 2.0 include:
o Fix segfault with net io engine and no file/hostname given.
o Fix net engine client read server write bug.
o Fix early termination of runs caused by ramp_time > runtime
o Implement zoned random I/O testing support
o Fix thread hang when using async engines (libaio,etc.) when too low of a iops rate...
o Make random map allocation more resilient
o Fail if we can't satisfy the minimum block size
o Enable completion latency stat collection on verify
o Fix bandwidth logging for mixed read/write workloads.
o Token-based flow control
o Fix IOPS logging for mixed read/write workloads
o Use crc32c for the verify_header checksum
o client: exit if no jobs were sent and client is idle
Changes in 22.15
================
* Really apply patch for SF#31110178 RH#651794, SF#3317431
* Conditionally use fork before stat calls SF#3427522
* Patch from Corrina Vinschen for compiling on cygwin
* Use ENOENT not EBADE for FreeBSD Debian #631566
* Fix prstat typos
* Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674
* Fixed minor older/younger typo in killall.1 thanks to Maikel Linke
* Remove doubled content in src/lists.h
* Add another 2 for thread brackets in pstree.c
* Correct defines for timeout in configure.ac
PR: ports/165336
Submitted by: maintainer, douglas@douglasthrift.net
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
News is used to read and maintain news relevant to a local system.
Typically it is run from the .login script so it can automatically
check for any new news items. If it finds any, it will report,
"You have news: item1 item2 etc..."
No website for software
PR: ports/164456
Submitted by: Hokan <hokan at me.umn.edu>
the port. Most importantly, it's currently installing the rc.d
script from the source, rather than the fixed one in files/.
1. Remove 6.x compatibility hack
2. Use the PORTDOCS macro
3. Actually install the rc.d script in files/
4. Simplify pkg-plist
5. For the rc.d script:
a. Move it to the standard location, after LOGIN
b. Add KEYWORD nojail per the script in the distfiles
c. Put the standard arguments in their usual order/formats
d. Simplify the assignments of pidfile and required_files
e. Use command_args for required arguments, don't abuse _flags
f. The test for -p in smartd_flags should be a start_precmd,
we frown on running any code unconditionally.
Also, improve this check if -p is first.
g. Bring the reload and report options from the distfile version,
and simplify them.
PR: ports/165167
Submitted by: me
Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
- This patch fixed mount_fusefs to use new path.
- Bump PORTREVISION
PR: ports/164218
Submitted by: jh@
Approved by: Edward Sanford Sutton, III <mirror176@cox.net> (maintainer), gabor (mentor)
smartdimmer will fail with "init_nvclock() failed!" message; bump port
revision due to importance of this change (fixing a run-time crash)
- Define LICENSE (GPLv2) and cleanup Makefile a bit while I am here
Reported by: Lucas Hosseini
I committed a6a2ed3 to k3b's git tree some time ago. It is a patch by
avg@ improving the file and preventing some bugs from occurring. In
his own words in KDE git review request 103293:
Main idea of the change is to improve the case where SCSI sense data
is not automatically provided and has to be explicitly requested.
Current code essentially duplicates main transport code for this
task. The proposed code recursively calls into the transport code
with MMC_REQUEST_SENSE command. This also fixes a problem with the
existing code where it re-uses a CCB of the original command for sense
fetching but doesn't ensure that all the previously used bytes are
reset to proper values. This can result in a malformed
MMC_REQUEST_SENSE CCB which can confuse certain hardware (e.g. it
hangs Optiarc DVD RW AD-7191S 1.02). Also the style of the code is
cleaned up. Because of the code re-use the code is now more compact.
Additionally some historic and useless code was dropped - the code for
setting errno. errno value is not used by the calling code and this
is an artifact of the FreeBSD-specific code having been borrowed from
a different project (as attested by Heiner Eichmann
<h.eichmann@gmx.de>).
The current patch in the port now contains both commits 4ffc589 and
a6a2ed3 squashed together.
Bump PORTREVISION accordingly.
Submitted by: avg
Major versions of synergy are protocol incompatible so tracking
both development and stable branches, with one port for each,
gives us the most flexibility.
Approved by: skreuzer@
- No longer need CONFLICTS with non-existent puppet-devel port
- patch-fix_password_provider is integrated upstream in 2.7.10 release
PR: ports/164634
Submitted by: tdb
in the next uhidd release. However it seems that the next release will take some time and some people want/need this patch so temporarily add it.
PR: ports/159313
Submitted by: Test Rat <ttsestt@gmail.com>
Reviewed by: Kai Wang <kaiwang27@gmail.com>
Requested by: Jan Beich jbeich@tormail.net
Approved by: maintainer
exFAT is a simple file system created by Microsoft. It is intended to
replace FAT32 removing some of it's limitations. exFAT is a standard FS for
SDXC memory cards.
WWW: http://code.google.com/p/exfat/
PR: ports/164473
Submitted by: Alex Samorukov <samm at os2.kiev.ua>
Changes:
Avoid using undefined behavior for int decrement to insure that forever really does mean forever.
fix signed/unsigned errors
PR: ports/164615
Submitted by: Sterling Camden <sterling@camdensoftware.com> (maintainer)
used to add or modify entries in an LDAP server. The ldapedit utility does
the same, but also invokes an editor and submits the changes back to that
server.
WWW: http://ldapenter.googlecode.com/
PR: ports/164100
Submitted by: rflynn@acsalaska.net
Puppet-lint checks your Puppet manifests against the Puppet Labs style
guide and alerts you to any discrepancies.
You can test a single manifest file by running:
puppet-lint <path to file>
If you want to test your entire Puppet manifest directory, you can add
require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
rake lint
WWW: https://github.com/rodjek/puppet-lint
new version 0.9.5.
The upgrade to 0.9.5 includes a change from pickle to msgpack for
request serialization. If you update the master and all the minions at
the same time there is no problem. Otherwise follow the instructions
in the release notes at:
http://saltstack.org/topics/releases/0.9.5/
Submitted by: christer.edwards@gmail.com (maintainer) via private mail