Displaying 0 — 50 of 120 commits
Pages [1 2 3 ]
openbsd/OpenBSD: www donations.html
Dalco AG Switzerland has donated a nice ports building machine. Thank you very much!
openbsd/OpenBSD: src/sys/scsi Tag: OPENBSD_4_7
MFC, original commit from dlg:
--------------------------------------------------------------------------
if we're going to set ITSDONE when an xfer is done cos the adapter expects
it, we should clear it before we issue it to the adapter too. retried
commands would have ITSDONE still set otherwise.
--------------------------------------------------------------------------
ok krw@
openbsd/OpenBSD: ports/www/drupal6/printer-friendly Makefile distinfo, ports/www/drupal6/printer-friendly/pkg DESCR PLIST
- update to print-6.x-1.11
- adresses SA-CONTRIB-2010-082, details at http://drupal.org/node/880392
- anticipatory symlinking of tcpdf so the print_pdf module 'just works'.
ok espie@
openbsd/OpenBSD: ports/www/drupal6/cck Makefile distinfo
update to drupal6-cck-2.8, adresses SA-CONTRIB-2010-088 (access bypass),
full details at http://drupal.org/node/880736 - no DB update required.
openbsd/OpenBSD: ports/www/drupal6/date Makefile distinfo, ports/www/drupal6/date/pkg PLIST
update to date-6.x-2.6
NOTE: The included copy of the jQuery UI datepicker in the Date Popups
module has been removed. It is now necessary to install the jQuery UI
module for the Date Popups datepicker to work.
Full list of changes at http://drupal.org/node/70963/release
openbsd/OpenBSD: src/sys/dev/ic Tag: OPENBSD_4_7
MFC, original commits from a) krw@:
----------------------------------------------------------------------
Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free
of xs for xs->flags. Avoid calling scsi_done() twice when sync'ing
disks during shut down.
scsi_done() problem found by Federico Giannici. Feedback and fixes
from matthew@ and dlg@. Testing of various versions by Federico and
sthen@ via Pierre Berthier.
ok matthew@ deraadt@
----------------------------------------------------------------------
.. and b) matthew@:
----------------------------------------------------------------------
Initialize xs to NULL in gdt_intr() since it now might be used before
otherwise assigned.
ok krw@
----------------------------------------------------------------------
ok matthew@ and krw@, re-tested by me.
openbsd/OpenBSD: ports/www/drupal6/link Makefile distinfo, ports/www/drupal6/link/pkg PLIST
update to link-6.x-2.9
openbsd/OpenBSD: ports/www/drupal6/imagefield Makefile distinfo, ports/www/drupal6/imagefield/pkg PLIST
update to imagefield-6.x-3.7
openbsd/OpenBSD: ports/www/drupal6/filefield Makefile distinfo, ports/www/drupal6/filefield/pkg PLIST
update to filefield-6.x-3.7
openbsd/OpenBSD: ports/www/drupal6/devel Makefile distinfo
update to devel-6.x-1.22
openbsd/OpenBSD: ports/www/drupal6/bueditor Makefile distinfo
update to bueditor-6.x-2.1
openbsd/OpenBSD: ports/www/drupal6/devel Makefile distinfo
update to 1.21, addresses SA-CONTRIB-2010-079.
ok espie@ and landry@
openbsd/OpenBSD: ports/security/gnutls Makefile
revert to 1.24, prodded by espie@ - we are in lock.
openbsd/OpenBSD: ports/www/drupal6/bueditor Makefile distinfo
revert, we're in lock. And I should read my emails. Sorry guys!
openbsd/OpenBSD: ports/www/drupal6/bueditor Makefile distinfo
update to 2.1
openbsd/OpenBSD: ports/mail/p5-Email-Valid Makefile distinfo
update to 0.184, ok kevlo@
openbsd/OpenBSD: ports/www/drupal6/masquerade Makefile distinfo, ports/www/drupal6/masquerade/patches patch-masquerade_install
update to masquerade-6.x-1.4. Addresses SA-CONTRIB-2010-068 (CSRF).
removing a local patch that is now included in upstream.
Please note some users have reported vage 'issues' with this update,
see http://drupal.org/node/695952 - Make sure you clear your cache and
reset switch back navigation menu item to defaults after this update.
prodded by espie@
openbsd/OpenBSD: ports/www/drupal6 Makefile
+pngfix
openbsd/OpenBSD:
import drupal6/pngfix-1.0
Includes a jQuery PNG Fix to correctly handle PNG transparency in Windows
Internet Explorer 5.5 and 6. Transparent PNGs on IE result in killed
kittens, so this module tries to help that.
ok landry@
Status:
Vendor Tag: stephan
Release Tags: stephan_2010-07-12
N ports/www/drupal6/pngfix/Makefile
N ports/www/drupal6/pngfix/distinfo
N ports/www/drupal6/pngfix/pkg/PLIST
N ports/www/drupal6/pngfix/pkg/DESCR
No conflicts created by this import
openbsd/OpenBSD: www errata47.html
- add 006_scsi.patch
- update copyright to 2010
ok sthen@
openbsd/OpenBSD: src/sys/scsi Tag: OPENBSD_4_7
MFC, original commit from krw@:
----------------------------
Restore an unusual XS_SENSE semantic that inadvertantly got lost
in the great re-write. If the scsi device *_interpret_sense()
function returns 0 that means there was no error.
Fixes restore(8) problems seen on certain tape drives.
Found and fix tested by Percey Piper. Suggestions from Matthew
Dempsky. Thanks!
ok dlg@
----------------------------
ok krw@ and dlg@
openbsd/OpenBSD: ports/www/p5-WWW-Wikipedia Makefile distinfo
update to 1.97, ok landry@
openbsd/OpenBSD: src/etc newsyslog.conf
zap superfluous newline. ok sthen@
openbsd/OpenBSD: ports/mail Makefile
+claws-mail-attremover
openbsd/OpenBSD:
import claws-mail-attremover-1.0.11
This plugin lets you remove attachments from emails.
ok landry@
Status:
Vendor Tag: stephan
Release Tags: stephan_2010-05-25
N ports/mail/claws-mail-attremover/Makefile
N ports/mail/claws-mail-attremover/distinfo
N ports/mail/claws-mail-attremover/pkg/PLIST
N ports/mail/claws-mail-attremover/pkg/DESCR
No conflicts created by this import
openbsd/OpenBSD: ports/www/drupal6/captcha Makefile distinfo, ports/www/drupal6/captcha/pkg PLIST
update to 2.2, DRUPAL-SA-CONTRIB-2010-050 and adds French translation.
ok espie@ and landry@
openbsd/OpenBSD: src/usr.sbin/httpd/src/modules/proxy Tag: OPENBSD_4_7
MFC, original commit from halex@:
--------------------------------------------------------------------------
make ProxyPass exclude directives only exclude on match, instead of always
noted by Vasiliy Kiryanov, thanks!
ok stephan@
--------------------------------------------------------------------------
unbreak for -stable, too. ok halex@ and sthen@
openbsd/OpenBSD: www errata47.html
add recent pfsync issue.
ok jasper@
openbsd/OpenBSD: www errata46.html
add recent pfsync and trunklacp issues.
ok jasper@
openbsd/OpenBSD: src/sys/net Tag: OPENBSD_4_6
MFC, original commit from claudio@:
-----------------------------------------------------------------------
Wrap trunk_enqueue() calls in splnet() since sending out lacp packets
starts in a timeout handler which runs at a lower spl.
This fixes the problems with lacp trunks where some interfaces suddenly
fail for no obvious reason. Problem report and fix tested by Stephan A.
Rickauer. OK henning, reyk, mpf
-----------------------------------------------------------------------
ok claudio@
openbsd/OpenBSD: src/sys/net Tag: OPENBSD_4_6
MFC, original commit by claudio@:
------------------------------------------------------------------------
bzero() the full compressed update struct before setting the values.
This is needed because pf_state_peer_hton() skips some fields in certain
situations which could result in garbage beeing sent to the other peer.
This seems to fix the pfsync storms seen by stephan@ and so dlg owes me
a whiskey.
OK dlg@, stephan@
------------------------------------------------------------------------
ok claudio@ and sthen@
openbsd/OpenBSD: src/sys/net Tag: OPENBSD_4_7
MFC, original commit by claudio@:
------------------------------------------------------------------------
bzero() the full compressed update struct before setting the values.
This is needed because pf_state_peer_hton() skips some fields in certain
situations which could result in garbage beeing sent to the other peer.
This seems to fix the pfsync storms seen by stephan@ and so dlg owes me
a whiskey.
OK dlg@, stephan@
------------------------------------------------------------------------
ok claudio@ and sthen@
openbsd/OpenBSD: ports/www/drupal6/imagefield Makefile distinfo, ports/www/drupal6/imagefield/pkg PLIST
update to 6.x-3.3, addressing DRUPAL-SA-CONTRIB-2010-41,
see http://drupal.org/node/791054
ok espie@
openbsd/OpenBSD: ports/www/drupal6/filefield Makefile distinfo, ports/www/drupal6/filefield/pkg PLIST
update to 3.3, addresses DRUPAL-SA-CONTRIB-2010-40
see http://drupal.org/node/791050
ok landry@
openbsd/OpenBSD: ports/www/drupal6/nodetype Makefile
fix email of MAINTAINER, ok sthen@
openbsd/OpenBSD: ports/benchmarks Makefile
+httperf
openbsd/OpenBSD:
import httperf-0.9.0
Httperf is a tool for measuring web server performance. It provides a
flexible facility for generating various HTTP workloads and for
measuring server performance.
The focus of httperf is not on implementing one particular benchmark but
on providing a robust, high-performance tool that facilitates the
construction of both micro- and macro-level benchmarks. The three
distinguishing characteristics of httperf are its robustness, which
includes the ability to generate and sustain server overload, support
for the HTTP/1.1 and SSL protocols, and its extensibility to new
workload generators and performance measurements.
from Scott Vokes (vokes DOT s AT gmail DOT com), ok landry@ and sthen@
Status:
Vendor Tag: stephan
Release Tags: stephan_2010-05-05
N ports/benchmarks/httperf/distinfo
N ports/benchmarks/httperf/Makefile
N ports/benchmarks/httperf/pkg/PLIST
N ports/benchmarks/httperf/pkg/DESCR
[2 lines not shown]
openbsd/OpenBSD: www events.html
add missing <br>
openbsd/OpenBSD: ports/www/drupal6/cck Makefile, ports/www/drupal6/cck/patches patch-modules_userreference_userreference_install
load content module in the hook_update_N() implementation,
see http://drupal.org/node/625768. ok espie@
openbsd/OpenBSD: ports/www/drupal6 Makefile
+link
openbsd/OpenBSD:
import drupal6-link-2.8
A CCK content field which lets you add a complete link to your content
types; including URL, title, and optionally a target attribute. The
link module is a one-stop content link "field" type for CCK.
ok landry@
Status:
Vendor Tag: stephan
Release Tags: stephan_2010-04-28
N ports/www/drupal6/link/Makefile
N ports/www/drupal6/link/distinfo
N ports/www/drupal6/link/pkg/DESCR
N ports/www/drupal6/link/pkg/PLIST
No conflicts created by this import
openbsd/OpenBSD: www orders.html
update StarTek's shop URL, ok sthen@
openbsd/OpenBSD: src/share/man/man4 uvideo.4
+Logitech Webcam C500, ok sthen@
openbsd/OpenBSD: src/sys/dev/usb usbdevs.h usbdevs_data.h
sync
openbsd/OpenBSD: src/sys/dev/usb usbdevs
add Logitech Webcam C500, ok sthen@
openbsd/OpenBSD: ports/devel/fox Makefile distinfo, ports/devel/fox/patches patch-configure patch-utils_Makefile_in
update to 1.6.37, ok espie@ and landry@
openbsd/OpenBSD: ports/www/drupal6 Makefile
+rules-1.2
openbsd/OpenBSD:
import drupal6/rules-1.2
The rules module allows site administrators to define conditionally
executed actions based on occurring events (known as reactive or ECA
rules).
ok landry@
Status:
Vendor Tag: stephan
Release Tags: stephan_2010-04-22
N ports/www/drupal6/rules/Makefile
N ports/www/drupal6/rules/distinfo
N ports/www/drupal6/rules/pkg/DESCR
N ports/www/drupal6/rules/pkg/PLIST
No conflicts created by this import
openbsd/OpenBSD: ports/www/drupal6 Makefile
+jquery_ui, +modalframe, +noderelationships
Pages [1 2 3 ]