Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 15:53:31 UTC Now

2009-12-18 12:33:25 UTC MAIN commitmail json YAML

Remove removal of the hack which was needed for libtool 1.x.
>From Rumko <rumcic at gmail.com> via private mail.

(hasso)

2009-11-25 12:34:49 UTC MAIN commitmail json YAML

Updated lang/clang to 2.6nb2.

(hasso)

2009-11-25 12:32:30 UTC MAIN commitmail json YAML

Make 'clang -pthread' work on recent DragonFly versions. The patch from
upstream svn trunk. Bump PKGREVISION.

(hasso)

2009-11-07 18:43:37 UTC MAIN commitmail json YAML

2009-11-07 18:33:05 UTC MAIN commitmail json YAML

Updated security/prelude-correlator to 0.9.0beta8.

(hasso)

2009-11-07 18:30:29 UTC MAIN commitmail json YAML

Update to 0.9.0-beta8 (by Rumko via private mail).

0.9.0-beta8:
- Include spamhaus_drop.dat in the source distribution. Fix installation
  issue (closes #364).

0.9.0-beta7:
- Initial SpamhausDrop plugin implementation, by
  Wes Young <wes@barely3am.com> (closes #363)
- Do not discard --root parameters if prefix is absolute.
- Python 2.4 backward compatibility fixes.
- Handle plugin loading error gracefully.
- Improve WormPlugin accuracy, and make it carry a reference to the
  initial event. The plugin used to alert when seeing an alert to a
  given target, and this same alert going back to the source. This can
  happen in a number of case (example: Netbios alert triggered by Snort)
  As of now, the plugin will wait for the events to be repeated against
  at least 5 differents hosts.
- Dshield CorrelationAlert now handle multiples events. Previously, we
  used to generate a single Dshield CorrelationAlert for each events
  where the source address would match the Dshield database. The plugin
  now generate CorrelationAlert for multiples events received from the
  same source.

(hasso)

2009-11-07 17:27:25 UTC MAIN commitmail json YAML

2009-11-07 17:25:08 UTC MAIN commitmail json YAML

Update to 1.1. Amongst other things fixes long standing and well known bug
which broke copy&paste wrapped shell lines.

CHANGES FROM 1.0 TO 1.1, 05 November 2009

* New run-shell (alias run) command to run an external command without a
  window, capture it's stdout, and send it to output mode.
* Ability to define multiple prefix keys.
* Internal locking mechanism removed. Instead, detach each client and run the
  external command specified in the new session option lock-command (by default
  lock -np), thus allowing the system password to be used.
* set-password command, and -U command line flag removed per the above change.
* Add support for -c command line flag to execute a shell command.
* New lock-client (alias lockc), and lock-session (alias locks) commands to
  lock a particular client, or all clients attached to a session.
* Support C-n/C-p/C-v/M-v with emacs keys in choice mode.
* Use : for goto line rather than g in vi mode.
* Try to guess which client to use when no target client was specified. Finds
  the current session, and if only one client is present, use it. Otherwise,
  return the most recently used client.
* Make C-Down/C-Up in copy mode scroll the screen down/up one line without
  moving the cursor.
* Scroll mode superseded by copy mode.
* New synchronize-panes window option to send all input to all other panes in
  the same window.
* New lock-server session option to lock, when off (on by default), each
  session when it has been idle for the lock-after-time setting. When on, the
  entire server locks when all sessions have been idle for their individual
  lock-after-time setting.
* Add support for grouped sessions which have independent name, options,
  current window, but where the linked windows are synchronized (ie creating,
  killing windows are mirrored between the sessions). A grouped session may be
  created by passing -t to new-session.
* New mouse-select-pane session option to select the current pane with the
  mouse.
* Queue, and run commands in the background for if-shell, status-left,
  status-right, and #() by starting each once every status-interval. Adds the
  capability to call some programs which would previously cause the server to
  hang (eg sleep/tmux). It also avoids running commands excessively (ie if used
  multiple times, it will be run only once).
* When a window is zombified and automatic-rename is on, append [dead] to the
  name.
* Split list-panes (alias lsp) off from list-windows.
* New pipe-pane (alias pipep) to redirect a pane output to an external command.
* Support for automatic-renames for Solaris.
* Permit attributes to be turned off in #[] by prefixing with no (eg nobright).
* Add H/M/L in vi mode, and M-R/M-r in emacs to move the cursor to the top,
  middle, and bottom of the screen.
* -a option added to kill-pane to kill all except current pane.
* The -d command line flag is now gone (can be replaced by terminal-overrides).
  Just use op/AX to detect default colours.
* input/tty/utf8 improvements.
* xterm-keys rewrite.
* Additional code reduction, and bug fixes.

(hasso)

2009-10-26 07:38:21 UTC MAIN commitmail json YAML

Fix build on DragonFly (undefined MNT_LOCAL).

(hasso)

2009-10-15 12:39:42 UTC MAIN commitmail json YAML

Add buildlink3.mk. Headers from it are needed to build apps using a xsd
generated code.

(hasso)

2009-10-15 12:28:47 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 1.1.15.2.

(hasso)

2009-10-15 12:27:44 UTC MAIN commitmail json YAML

Update to 1.1.15.2. Massive amount of fixes and changes. See upstreams' git
repo for details.

(hasso)

2009-10-15 12:23:31 UTC MAIN commitmail json YAML

Updated net/libsoup24 to 2.28.0.

(hasso)

2009-10-15 12:20:05 UTC MAIN commitmail json YAML

2009-10-15 11:48:00 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.22.2.

(hasso)

2009-10-15 11:46:25 UTC MAIN commitmail json YAML

Update to 2.22.2. Changes are too numerous, but major new features
in 2.22.x include:

* GArray, GPtrArray, GByteArray, GTree and GMappedFile can be reference
  counted.
* GLib can be forced to reload the XDG user directory mapping.
* The GLib mainloop supports per-thread default contexts.
* GIO now provides types and methods for IP addresses and UNIX domain
  socket addresses.
* GResolver provides asynchronous and cancellable APIs for resolving
  hostnames, reverse lookup of IP addresses and resolving SRV records.
* Support for network IO has been added to GIO, including low-level
  socket API and high-level API for network connections and services.
* GIOStream and its subclasses have gained support for read-write
  access.
* GIO supports starting and stopping of drives, which can be used
  in connection with external hard disk enclosures, disk arrays, iSCSI
  devices, etc.
* GIO supports user interaction during unmount and eject operations.
* GIO can store and retrieve per-file metadata.

(hasso)

2009-10-14 18:53:12 UTC MAIN commitmail json YAML

Updated x11/modular-xorg-server to 1.6.5
Updated x11/xf86-video-radeonhd to 1.3.0

(hasso)

2009-10-14 18:50:20 UTC MAIN commitmail json YAML

Update to 1.3.0. Version 1.3.0 improvements:

  - Added support for RV740, M92, M93, M97.
  - Added support for HDMI audio on RS690 and R700.
  - Added support for power management.
  - Implemented almost correct analysis of PowerPlay AtomBIOS tables.
  - 2D acceleration (EXA) is enabled by default now, except on RV740.
  - Backlight handling finally fixed - compatible with xbacklight 1.1.1.
  - Overhaul of memory controller setup. Fixes many "MC not idle" issues.
  - Overhaul of cursor handling. Fixes most cursor bugs.
  - Selectable color space for XVideo on R6xx/R7xx.
  - Tons of bug fixes (DDC, EXA, LUT, RandR, AtomBIOS).
  - More quirk table entries.
  - Shave support (cleaner compilation output).
  - All warnings fixed.
  - Some start of Developer's documentation in README.coding.

(hasso)

2009-10-14 18:46:58 UTC MAIN commitmail json YAML

Update to 1.6.5. Changes since 1.6.4:

Keith Packard (1):
      Re-fix DGA removal.
Peter Hutterer (1):
      ephyr: if -parent is given, check for a trailing -screen. (#24144)

Changes since 1.6.3:

Daniel Stone (1):
      fbdevhw: Test for graphics:fb%d as well as graphics/fb%d

Keith Packard (3):
      render: return the supported version rather than just passing the
      proto's version
      xfree86/modes: Remove all framebuffer support from DGA
      Bump to version 1.6.4

Michel D舅zer (1):
      dri2: Don't crash if pPriv is NULL.

Peter Hutterer (1):
      Don't send events through the master if the device has SendCoreEvents off.

Richard Hughes (1):
      Don't reset the lastDeviceEventTime when doing DPMS actions

R駑i Cardona (1):
      dix: append "built-ins" to the font path in SetDefaultFontPath

(hasso)

2009-10-13 16:01:53 UTC MAIN commitmail json YAML

Updated x11/qt4-libs to 4.5.2nb1.

(hasso)

2009-10-13 15:59:02 UTC MAIN commitmail json YAML

Unbreak it with making it install Qt<subsystem>/<class> headers again. Bump
PKGREVISION.

(hasso)

2009-10-13 10:47:57 UTC MAIN commitmail json YAML

Fix build on DragonFly.

(hasso)

2009-10-13 10:38:31 UTC MAIN commitmail json YAML

Fix thread library detection on DragonFly. From corecode via PR 42170.

(hasso)

2009-10-02 18:52:23 UTC MAIN commitmail json YAML

Updated security/opensc-signer to 0.11.9nb1.

(hasso)

2009-10-02 18:51:20 UTC MAIN commitmail json YAML

Change install location from ${PREFIX}/lib/mozilla/plugins to
${PREFIX}/lib/xulrunner/plugins. Bump PKGREVISION.

(hasso)

2009-10-02 12:40:02 UTC MAIN commitmail json YAML

Updated security/pcsc-lite to 1.5.5nb1
Updated security/openct to 0.6.18nb1

(hasso)

2009-10-02 12:38:44 UTC MAIN commitmail json YAML

2009-10-02 12:36:14 UTC MAIN commitmail json YAML

2009-10-02 10:36:39 UTC MAIN commitmail json YAML

Updated security/libprelude to 0.9.24.1
Added security/libpreludedb-mysql version 0.9.15.3
Added security/libpreludedb-perl version 0.9.15.3
Added security/libpreludedb-pgsql version 0.9.15.3
Added security/libpreludedb-python version 0.9.15.3
Added security/libpreludedb-sqlite3 version 0.9.15.3
Updated security/prelude-correlator to 0.9.0beta6nb1
Updated security/prelude-manager to 0.9.15nb1
Updated security/py-prewikka to 0.9.17.1

(hasso)

2009-10-02 10:25:53 UTC MAIN commitmail json YAML

Update to 0.9.17.1. Fix PLIST. Fix dependency. Upstream changes since 0.9.17:

- Fix possible encoding error in the message summary view (#360).

(hasso)

2009-10-02 10:19:51 UTC MAIN commitmail json YAML

2009-10-02 10:15:10 UTC MAIN commitmail json YAML

2009-10-02 10:08:53 UTC MAIN commitmail json YAML

Add libpreludedb-mysql, libpreludedb-perl, libpreludedb-pgsql,
libpreludedb-python and libpreludedb-sqlite3.

(hasso)

2009-10-02 10:05:54 UTC MAIN commitmail json YAML

2009-10-02 10:04:48 UTC MAIN commitmail json YAML

2009-10-02 10:03:08 UTC MAIN commitmail json YAML

2009-10-02 10:02:08 UTC MAIN commitmail json YAML

2009-10-02 09:59:40 UTC MAIN commitmail json YAML

2009-10-02 09:50:38 UTC MAIN commitmail json YAML

2009-10-02 09:46:42 UTC MAIN commitmail json YAML

Update to 0.9.24.1. Upstream changes:

- Use SWIG 1.3.39 to generate bindings code, fixes Prewikka compatibility
  problem because of SWIG version mismatch between libprelude/libpreludedb
  modules.

(hasso)

2009-09-25 16:38:22 UTC MAIN commitmail json YAML

2009-09-25 08:37:43 UTC MAIN commitmail json YAML

Updated security/openct to 0.6.18.

(hasso)

2009-09-25 08:36:05 UTC MAIN commitmail json YAML

Update to 0.6.18.

* USB code for BSD fixed by Emmanuel Dreyfus
* Add support for Rutoken S by  Aktiv Co. / Aleksey Samsonov
* Plus some fixes to Info.plist (for users combining openct with pcsc-lite).

(hasso)

2009-09-24 08:07:36 UTC MAIN commitmail json YAML

Fix the crap I introduced with the last commit.

(hasso)

2009-09-22 19:19:29 UTC MAIN commitmail json YAML

Workaround for amd64 vs x86_64 mess on DragonFly as well.

(hasso)

2009-09-22 19:04:44 UTC MAIN commitmail json YAML

Make it build on 64 bit DragonFly.

(hasso)

2009-09-22 13:25:52 UTC MAIN commitmail json YAML

Updated graphics/blender to 2.49b.

(hasso)

2009-09-22 13:23:25 UTC MAIN commitmail json YAML

Update to 2.49b. Upstream changes:

Updates:
- Update for new OpenAL windows library.
- Update Japanese translation.
- Upgrade extern/xvidcore to version 1.22. This fixes Xvid crashing on linux
  64 bit.
- Updated Blender/Python API and GameEngine docs.
- http://www.blender.org/documentation/249PythonDoc
- Python Script Pack and Example Files.

Various Bugs:
- SoftBody, vertex groups were not notified on deletion & fixes for Mass and
  Spring Painting
- Softbody, non mesh objects missing initializers [bug #18982]
- Self Shadow Vertex Colors, improved blur method to give more even results.
- Converting nurbs to a mesh ignored smoothing for Alt+C and from python.
- Object Active to Other, Fix python error when running in local view.
- Ancient resource leak where checkPackedFile would open a file and never
  close it.
- Fix for uninitialized memory use with X11 keyboard and tablet events.
- Fix for building with CLang (LLVM)

Render Bugs:
- Using LightGroups override for material doesn't work for preview renders.
- Render Stamp, error in setting the alpha value when drawing text into a
  char buffer.
- Lumma Matte, Fix in low value setting. Originally checked against the wrong
  channel (chroma) instead of the luminence channel. Changed default value
  for high value to 1.0 from 0.0
- Baking selected to active with nearby dupliframes objects crashes blender
  [bug #19029]
- Fix for high energy sunlamps, turning specular black [bug #18837]

Game Engine Bugs:
- Saving runtime on Windows didn't work with python2.6
- Let IPO's animate the ref value for KX_BlenderMaterial's

Game Engine Python Bugs:
- Converting a mesh from a python argument was broken but happened to work in
  some cases.
- Memory leak fix for action.channelNames.
- Was writing to freed memory when freeing a python object in some cases.
- Removing GameLogic.EvalExpression(), was unstable.
- Crash fix when casting a ray to the same location as the object.
- Fixed KX_PolyProxy returning improper VertexIndex with mixed triangles and
  quads with using .getVertexIndex() and .v1, .v2, etc. [bug #19254]
- Fixed obj.sendMessage() with 4 arguments crashing blender [bug #18963]

Game Engine Bullet Bugs:
- Crash fix when a parent compound object didn't have a physics controller.
- Fix for the torque actuator x -& y-axis not working.

Sequencer Bugs:
- IPO curve-deletion resulted in non-working effect
- easy retiming only allowed enlarging of strips, now shrinking is alsa
  possible (easy retiming: use the right display handle of input strip and
  shrink or enlarge, will make the speed of the strip exactly fit the effect
  strip's length)
- frames after end-of-display of input strips can now be accessed.
- frame blending can now be done on more than two frames, enabling really
  fine grained motion blur if you speed up a sequence with high factors
  (bigger than two).
- Scene-Strip rendering with compositor scenes failed, if they had no camera
  attached.
- Fixed hdd-audio for sample formats other than 16 bit (8 bit eg).

Import/Export Bugs:
- FBX Export, Incorrect formatting that broke some converters.
- BVH Motion Capture Import, Did not support single rigid body objects.
  [bug #18949]
- OBJ Import, fix for importing of transparent faces from .mtl files - ZTrans
  now is set for them as well. (improves import from SketchUp)
- Collada export, Empty material slot would raise a python error.
- Collada import, fixes for increased Sketchup interoperability and more.
- Quake MAP Export, empty nodes were not exported, also noticed files were
  invalid if there were no meshes or surfaces.
- Quake MAP Export, had support for single triangular brush unnecessarily
  disabled.
- Quake MD2 Export, Fix for vertex normals [patch #19206]

Python API:
- Mathutils (quat_a*quat_b) was broken, returned (quat_a*quat_a) instead.
- Support for editing properties IpoCurve.driverBone and IpoCurve.driverBone2
  and modifies IpoCurve.driverChannel to allow OB_ROT_DIFF.
- Documentation corrections.
- Support for rendering background scenes different from the active scene.
- scene.render.render() now behaves the same in interactive and background
  mode
- scene.render.saveRenderedImage() now works correctly in background mode
- Armature active bone can be set.

New:
- 16bit SGI image loading
- When BLENDER_FORCE_SWAPBUFFERS env variable is defined, a function is
  enabled that fixes some menu drawing issues with Mesa3D DRI drivers for
  Intel and Radeon cards.
- Python API - Particles
  - Draw As variable and dict
  - Strand render toggle
  - Object, psys variable in duplicate
  - Material, Strand render variables
  - Texture, Use colorbands
  - Lamp, Spot buffer type selection
- Game Engine Physics support for reinstancePhysics mesh from Python and the
  dynamic actuator.
  - ReplaceMesh Actuator option to replace the physics mesh and display
    mesh + python api options.
  - Video and blend file demo.
  - http://www.graphicall.org/ftp/ideasman42/reinstance.ogv
  - http://www.graphicall.org/ftp/ideasman42/reinstance_demo.blend
- Mouse focus sensor "pulse" option to pulse TRUE when the object under the
  mouse changes.
- EDL importer for the sequencer. supports...
  - audio, video edits
  - fades, wipes, speed changes (video only)
  - importing from multiple reels
- Example import from final cut pro.
- http://www.graphicall.org/ftp/ideasman42/edl_in_blender_px.png
- http://www.graphicall.org/ftp/ideasman42/edl_import_ui.png

(hasso)

2009-09-21 10:56:53 UTC MAIN commitmail json YAML

Updated misc/tmux to 1.0.

(hasso)

2009-09-21 10:55:35 UTC MAIN commitmail json YAML

Update to 1.0.

CHANGES FROM 0.9 TO 1.0, 20 Sept 2009

* Option to alter the format of the window title set by tmux.
* Backoff for a while after multiple incorrect password attempts.
* Quick display of pane numbers (C-b q).
* Better choose-window, choose-session commands and a new choose-client command.
* Option to request multiple responses when using command-prompt.
* Improved environment handling.
* Combine wrapped lines when pasting.
* Option to override terminal settings (terminal-overrides).
* Use the full range of ACS characters for drawing pane separator lines.
* Customisable mode keys.
* Status line colour options, with embedded colours in status-left/right, and
  an option to centre the window list.
* Much improved layouts, including both horizontal and vertical splitting.
* Optional visual bell, activity and content indications.
* Set the utf8 and status-utf8 options when the server is started with -u.
* display-message command to show a message in the status line, by default some
  information about the current window.
* Improved current process detection on NetBSD.
* unlink-window -k is now the same as kill-window.
* attach-session now works from inside tmux.
* A system-wide configuration file, /etc/tmux.conf.
* A number of new commands in copy mode, including searching.
* Panes are now specified using the target (-t) notation.
* -t now accepts fnmatch(3) patterns and looks for prefixes.
* Translate \r into \n when pasting.
* Support for binding commands to keys without the prefix key
* Support for alternate screen (terminfo smcup/rmcup).
* Maintain data that goes off screen after reducing the window size, so it can
  be restored when the size is increased again.
* New if-shell command to test a shell command before running a tmux command.
* tmux now works as the shell.
* Man page reorganisation.
* Many minor additions, much code tidying and several bug fixes.

(hasso)

2009-09-18 16:24:10 UTC MAIN commitmail json YAML

Updated net/lftp to 4.0.1.

(hasso)

2009-09-18 16:22:18 UTC MAIN commitmail json YAML

Version 4.0.1 - 2009-09-17

* ignore `Status of' line in STAT output (ftp).
* fixed handling of files starting with a tilde in ftp.
* fixed an infinite bind-loop in ftp.
* fixed iconv translit usage for NetBSD.

(hasso)

2009-09-16 11:34:23 UTC MAIN commitmail json YAML

Sane fix from upstream to fix the problem with connecting to UTF8 capable
ftp sites.

(hasso)

2009-09-16 07:22:38 UTC MAIN commitmail json YAML

Updated net/lftp to 4.0.0.

(hasso)

2009-09-16 07:13:20 UTC MAIN commitmail json YAML

Update to 4.0.0.

Version 4.0.0 - 2009-09-11

* added torrent client.
* automatically set time precision on FAT-like FS (linux only).
* fixed timestamps in `mirror --ignore-time'.

Add patch-ai which adds a workaround for a problem preventing lftp to
connect to the UTF8 capable ftp sites.

(hasso)

2009-09-11 07:31:12 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati to 6.12.4.

(hasso)

2009-09-11 07:29:43 UTC MAIN commitmail json YAML

Update to 6.12.4.

Brown paper bag release for X.org 7.5, missed one
of the need commits in the cherry picker.

Dave Airlie (2):
      Update to xextproto 7.1 support.
      ati 6.12.4

(hasso)

2009-09-11 06:41:15 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati to 6.12.3.

(hasso)

2009-09-11 06:38:36 UTC MAIN commitmail json YAML

Update to 6.12.3.

It contains numerous fixes to 6.12.2 backported from
master over the last few months, along with PCI IDs
for some new hardware.

Adam Jackson (1):
      Fix misleading filenames in DRI setup failure messages

Alex Deucher (42):
      R6xx/R7xx: set proper 3D client driver name for r600
      radeon: chip family typo
      R6xx/R7xx: cleanup macro
      radeon: remove old crtc size heuristics
      radeon: fix tmds_pll randr property
      Revert "DCE3/3.2: cleanup dpms after previous changes"
      Remove old messages
      Endian fixes for object table
      RS690: add quirk for acer board
      AVIVO: fix for cursor corruption issue
      r2xx/r3xx/r4xx: further i2c fixups
      AVIVO: make sure cursor width isn't negative
      RV410: SE variants only have 1 quad pipe
      AVIVO: fix cursor corruption/flickering issues
      R6xx/r7xx: fix CURSOR_SWAPPING_* macros
      AVIVO: better fix for cursor flickering/corruption issues
      radeon: fix several dpms issues
      r2xx-r4xx: fix typo in last i2c fix and clarify hw i2c pin sel
      AVIVO: move cusor offscreen when disabling
      AVIVO: fix cursor corruption bands for real
      AVIVO: set default cursor mode in cursor init
      RS690/RS740: fix connector enumeration in some cases
      RS690: gpio/connector fixes
      R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNT
      r3xx-r5xx: switch to 1/12 subpixel precision
      R3xx/R4xx tex vid: increase the guardband limit for rendering with a tri
      RV770: add missing pci id
      radeon: try harder when checking if a card is posted
      r4xx: Add some missing pci ids
      Add RV740 (HD4770) support
      atom: connector quirk
      Add some missing M96 pci ids
      RV280: Add an AGP quirk
      RV280: another AGP quirk
      Add an r420 AGP quirk
      radeon: Set PCI/PCIE bus type properly per asic
      radeon: fix typo in object header to connector type conversion
      radeon: add some new r7xx pci ids
      RS880: enable accel
      RV280: add agp quirk
      RV740: disable small DFS transfers
      RV280: add agp quirk

Bryce Harrington (3):
      radeon: AGPMode quirk needed for HP Omnibook 6200
      radeon: AGPMode quirk needed for IBM Thinkpad T40 with Mobility M7 LW
      radeon: AGPMode quirk needed for SiS

Dave Airlie (13):
      radeon: fix DDC on rv410 VGA ports for non-atom use.
      radeon: tweak ddc fix for all r300s.
      radeon: fix r600 shadow fb mode with cursor allocation in wrong place
      radeon/tv: fix typo in crtc register modifications
      r100/r200: dont emit wrong clamp modes.
      atom/tvout: set the correct scaler up for tv out
      atombios: store dac detect result into save register.
      atom: recall crtc source script after tv dpms on
      radeon: move detected monitor type debugging.
      r600: fix bad unit in texture setup
      ati: update for resources/RAC API removal
      ati: change to using ABI version check
      ati 6.12.3

Fredrik H旦glund (1):
      Check if the composite op is supported in R200CheckComposite.

Markus Gapp (1):
      Add quirk for asus hd3450 board

Michel D辰nzer (2):
      Clear the framebuffer before initializing modes.
      Pre-R600 EXA: Fix coordinate limits off-by-one error.

Roland Scheidegger (1):
      R6xx/R7xx: fix pixel centers

(hasso)

2009-09-10 11:38:56 UTC MAIN commitmail json YAML

2009-09-09 07:29:02 UTC MAIN commitmail json YAML

Updated devel/ltsa to 2.2nb3.

(hasso)

2009-09-09 07:27:57 UTC MAIN commitmail json YAML

Really unbreak after unzip changes. Bump PKGREVISION.

(hasso)

2009-09-09 06:22:12 UTC MAIN commitmail json YAML

Configure needs msgfmt.

(hasso)

2009-09-06 05:15:22 UTC MAIN commitmail json YAML

Make it build on DragonFly and probably some others.

(hasso)

2009-09-03 13:39:39 UTC MAIN commitmail json YAML

2009-09-02 13:04:59 UTC MAIN commitmail json YAML

2009-09-01 18:23:28 UTC MAIN commitmail json YAML

2009-09-01 16:58:11 UTC MAIN commitmail json YAML

Updated devel/devIL to 1.7.8
Updated devel/ogre to 1.6.3

(hasso)

2009-09-01 16:53:40 UTC MAIN commitmail json YAML

2009-09-01 16:44:26 UTC MAIN commitmail json YAML

Update to 1.7.8. Not pasting the upstream changelog here, because it's a
massive (6 years of development).

(hasso)

2009-08-31 10:20:26 UTC MAIN commitmail json YAML

Updated emulators/qemu to 0.10.6.

(hasso)

2009-08-31 10:18:49 UTC MAIN commitmail json YAML

Update to 0.10.6. Tested on DragonFly only.

version 0.10.6:
  - e1000: ignore reset command (Kevin Wolf)
  - fix VNC memory allocation (Stefan Weil)
  - fix raw_pread_aligned return value (Christoph Hellwig)
  - allow monitor interaction when using -incoming exec: (Chris Lalancette)
  - fix -net socket,listen (Jan Kiszka)
  - live migration: don't send gratuitous packets all at once (Gleb Natapov)
  - serial: fix lost characters after sysrq (Jason Wessel)
  - Fix prototype of zfree (Stefan Weil)
  - Handle EINTR with exec: migration (Uri Lublin)
  - Delete io-handler before closing fd after migration (Uri Lublin)
  - Fix qemu_aio_flush (Andrea Arcangeli)
  - lsi53c895a: Implement additional registers (Sebastian Herbszt)
  - virtio-blk: fix warning (Gerd Hoffman)
  - i386: fix cpu reset (Nitin Kamble)
  - kvm: fix irq injection into full queue (Jan Kiszka)
  - Prevent CD-ROM eject while device is locked (Mark McLoughlin)
  - Fix screen dump with blank screen (Eduardo Habkost)
  - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata)
  - Fix memory leak in SDL (Jan Kiszka)
  - Fix build on OS X 10.4 (John Arbuckle)
  - Fix leak of vlan clients after hot remove (Mark McLoughlin)
  - Fix migration after hot remove with eepro100 (Mark McLoughlin)
  - Don't start a VM after failed migration if stopped (Anthony Liguori)
  - Fix live migration under heavy IO load (Glauber Costa)
  - Honor -S on incoming migration (Paolo Bonzini)
  - Reset HPET config register on reset (Beth Kon)
  - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti)

version 0.10.5:
  - kvm: trim unsupported cpu features from cpuid (Avi Kivity)
  - kvm: provide a better error message for -smp > 1 (Mark McLoughlin)
  - Remove initrd printfs (Richard Jones)
  - Initial variables found by valgrind (Jean-Christophe Dubois)
  - Fix -initrd with > 4GB guests (Glauber Costa)
  - Fix busy loop on live migration for certain platforms (Uri Lublin)
  - Remove GCC 3.x requirements from docs (Hollis Blanchard)
  - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias)
  - CRIS: Fix bmi (Edgar Iglesias)
  - Fix bounce buffer errors (Avi Kivity)
  - Fix regression in -kernel (Anthony Liguori)

version 0.10.4:
  - Improve block range checks to remove integer overflow (Kevin Wolf)
  - e1000: do not re-init PCI config space 0 (Amit Shah)
  - fix AIO deletion race (Alex Graf)
  - reset option roms on reboot (Glauber Costa)
  - fix qcow2 corruption in cluster freeing (Gleb Natapov)
  - Enable power button event generation (Gleb Natapov)

version 0.10.3:
  - fix AIO cancellations (Avi Kivity)
  - fix live migration error path on incoming
  - avoid SEGV on pci hotplug failure (Chris Wright)
  - fix serial option in -drive
  - support DDIM for option roms (Glauber Costa)
  - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka)
  - block-vpc: don't silently create smaller images than requested (Kevin Wolf)
  - Fix non-ACPI timer interrupt routing (Beth Kon)
  - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka)
  - kvm: fix cpuid initialization (Jan Kiszka)
  - qcow2: fix corruption on little endian hosts (Kevin Wolf)
  - avoid leaing memory on hot unplug (Mark McLoughlin)
  - fix savevm/migration after hot unplug (Mark McLoughlin)
  - Fix keyboard mapping on newer Xords with non-default keymaps (balrog)
  - Make PCI config status register read-only (Anthony Liguori)
  - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)

version 0.10.2:

  - fix savevm/loadvm (Anthony Liguori)
  - live migration: fix dirty tracking windows (Glauber Costa)
  - live migration: improve error propogation (Glauber Costa)
  - qcow2: fix image creation for > ~2TB images (Chris Wright)
  - hotplug: fix error handling for if= parameter (Eduardo Habkost)
  - qcow2: fix data corruption (Nolan Leake)
  - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
  - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
  - hotplug: fix closing of char devices (Jan Kiszka)
  - hotplug: remove incorrect check for device name (Eduardo Habkost)
  - enable -k on win32 (Herve Poussineau)
  - configure: use LANG=C for grep (Andreas Faerber)
  - fix VGA regression (malc)

version 0.10.1:

  - virtio-net: allow masking of notifications on empty queue (Alex Williamson)
  - e1000: fix rx descriptor low threshold logic (Alex Willaimson)
  - x86 tcg: add NULL checks to lsl instruction (Jan Kiszka)
  - kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity)
  - kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa)
  - virtio-net: check right return size on sg list (Alex Williamson)
  - Make qemu_announce_self handle holes (live migration after hotplug)
    (Marcelo Tosatti)
  - Revert r6804-r6808 (qcow2 allocation info).  This series of changes added
    a high cost to startup for large qcow2 images (Anthony Liguori)
  - qemu-img: fix help message (Aurelien Jarno)
  - Fix build for non-default installs of SDL (Anthony Liguori)
  - Fix race condition in env->interrupt_request.  When using TCG and a dynticks
    host timer, this condition could cause TCG to get stuck in an infinite
    loop (Aurelien Jarno)
  - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka)
  - Fix encrypted disk reporting in 'info block' (Jan Kiszka)
  - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
  - Improve error handling in bdrv_open2 (Jan Kiszka)
  - Avoid leaking data in mux'ed character devices (Jan Kiszka)
  - Fix initial character device reset (no banner in monitor) (Jan Kiszka)
  - Fix cpuid KVM crash on i386 host (Lubomir Rintel)
  - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation
    (Ryan Harper)

version 0.10.0:

  - TCG support (No longer requires GCC 3.x)
  - Kernel Virtual Machine acceleration support
  - BSD userspace emulation
  - Bluetooth emulation and host passthrough support
  - GDB XML register description support
  - Intel e1000 emulation
  - HPET emulation
  - VirtIO paravirtual device support
  - Marvell 88w8618 / MusicPal emulation
  - Nokia N-series tablet emulation / OMAP2 processor emulation
  - PCI hotplug support
  - Live migration and new save/restore formats
  - Curses display support
  - qemu-nbd utility to mount supported block formats
  - Altivec support in PPC emulation and new firmware (OpenBIOS)
  - Multiple VNC clients are now supported
  - TLS encryption is now supported in VNC
  - MIPS Magnum R4000 machine (Herv� Poussineau)
  - Braille support (Samuel Thibault)
  - Freecom MusicPal system emulation (Jan Kiszka)
  - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
  - EsounD audio driver (Frederick Reeve)
  - Gravis Ultrasound GF1 sound card (Tibor "TS" Sch�tz)
  - Many, many, bug fixes and new features

(hasso)

2009-08-30 05:21:20 UTC MAIN commitmail json YAML

Add user-destdir support.

(hasso)

2009-08-30 05:17:44 UTC MAIN commitmail json YAML

Fix patch for case-sensitive file names.

(hasso)

2009-08-29 18:41:12 UTC MAIN commitmail json YAML

Updated misc/taskjuggler to 2.4.3.

(hasso)

2009-08-29 18:39:37 UTC MAIN commitmail json YAML

Update to 2.4.3.

Changes in 2.4.3:
=================
      Fix to build TaskJuggler without KDEPIM3.

Changes in 2.4.2:
=================

Chris Schlaeger (44):
      Added support for 'accounts' columns in reports.
      Add 'accounts' column to interactive reports as well.
      Fix crash on template dialog with some older Qt versions.
      Properly report summary columns in CVS account reports and use
        separators for all columns.
      Fix manual error reported by coyote_x.
      Add changes suggested by coyote_x.
      Added logical expression function 'isDependencyOf()'.
      Merge branch 'master' of
        ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
      Get rid of some empty *.cpp files.
      The sum in CSV account reports was wrong.
      Fix ICal bug with missing start times on certain tasks.
      Revert "Kill some redundant checks."
      Added some more checks to prevents crashes in the GUI.
      Merge branch 'master' of
        ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
      No need to create an empty ExpressionTree. 0 will do fine as
        well.
      Don't overwrite table frames with alternating background in
        print reports.
      Fix crash when the UI is started with a project without reports.
      Add support for misalined time zones.
      Don't use the historic time zone names. They cause problems on BSDs.
      Remove more historic time zones.
      Fixed a booking related bug.
      Correct desciption of legal ID characters.
      Mark version as snapshot release.
      Merge branch 'master' of
        ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
      Fixed problem with completion degree reporting.
      Fixed crash for vacation date outside of project.
      Add last fix to change log.
      Attempt to contain rounding errors.
      Merge branch 'master' of
        ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
      Merge branch 'master' of
        ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler
      Fix duration tasks with bookings.
      Improved version of last patch.
      More improvements for the duration + bookings code.
      Get rid of ugly DOS linebreaks.
      Another refinement of the duration-booking code.
      Make sure booking tasks align with timing resolution.
      Adapt example to new algorithm.
      There is no difference for duration task with bookings.
      Improved the description of 'isDependencyOf'.
      Eliminate compiler warning with newer GCCs.
      Set version to 2.4.2_beta2
      Vacations are now included in export reports.
      Make iCal support optional.
      Finally, getting ready to release 2.4.2

Georg Hofmann (3):
      Fixed possible values for sloppy in the reference from 0-3 to 0-2.
      Added a dash between dates to meet TJ 2.4.1 date interval syntax.
      Corrected date-tool shortcut in 'Tip of the day' message.

Jean-Yves (2):
      Fix issue on vacation resource display
      Added *~ to .gitignore

Ray Lehtiniemi (13):
      Make example installation work with --prefix.
      Dead code removal
      Use initializer list
      Fix several crashes with repeated rescheduling.
      Missed a kotrus variable
      Use local vars to reduce code clutter.
      Kill some redundant checks.
      Loosen reportDef pointer type to eliminate a static cast.
      Use Report::generate() virtual function to dispatch reports.
      Constify getTable() to eliminate some const_cast<>() calls.
      Kill a bunch of unneeded static_cast<>
      Cache return value in local var
      Dead code

Rene Kuettner (1):
      Change error for missing ICal support to warning.

Stefan Kamphausen (1):
      added a new tasjuggler emacs mode

j.taskjugg...@gindre.org (7):
      Added double and middle click facility in interactive report
      Added complements info in task and resource Details window
      Added taskbarprefix and taskbarpostfix
      Updated documentation for taskbarprefix and taskbarpostfix.
      Fixed documentation 'isDependencyOf'
      Fix issue on vacation resource display for the day of time change.
      Use TJ standart period format for vacation ressource display.

(hasso)

2009-08-29 13:53:08 UTC MAIN commitmail json YAML

Updated multimedia/vlc to 1.0.1.

(hasso)

2009-08-29 13:51:56 UTC MAIN commitmail json YAML

Update to 1.0.1. Notable fixes and improvements include:

- fix flv and mpeg2 seeking,
- fixes for wmv, wav, rtsp and ssa support,
- fixes for Qt and Mac OS X interface,
- fix an integer underflow in Real pseudo-RTSP module,
- updates of some translations,
- port of the ZVBI module to Windows for full teletext support and
- codecs updates for Windows and Mac OS X versions.

(hasso)

2009-08-29 05:42:51 UTC MAIN commitmail json YAML

Remove some historic apps. Correct bsnmp url.

(hasso)

2009-08-29 04:54:52 UTC MAIN commitmail json YAML

2009-08-28 22:07:58 UTC MAIN commitmail json YAML

Updated graphics/openexr to 1.6.1nb1.

(hasso)

2009-08-28 21:33:08 UTC MAIN commitmail json YAML

Add patches for CVE-2009-1720 (multiple integer overflows in OpenEXR) and
CVE-2009-1721 (denial of service (application crash) or possibly execute
arbitrary code in the Imf::hufUncompress function). Bump PKGREVISION.

(hasso)

2009-08-28 20:48:20 UTC MAIN commitmail json YAML

Updated graphics/blender to 2.49a.

(hasso)

2009-08-28 20:46:19 UTC MAIN commitmail json YAML

2009-08-28 05:38:55 UTC MAIN commitmail json YAML

Updated textproc/xerces-c to 2.8.0nb1.

(hasso)

2009-08-28 05:24:34 UTC MAIN commitmail json YAML

Add the fix for CVE-2009-1885 - nested DTD structure XML parsing remote denial
of service vulnerability. While there fix MASTER_SITES as recommended by
pkglint. Bump PKGREVISION.

(hasso)

2009-08-27 18:39:19 UTC MAIN commitmail json YAML

2009-08-27 15:38:40 UTC MAIN commitmail json YAML

Updated cross/avr-binutils to 2.19.1
Updated cross/avr-gcc to 4.4.1
Updated cross/avr-libc to 1.6.7
Updated cross/avrdude to 5.8

(hasso)

2009-08-27 15:34:48 UTC MAIN commitmail json YAML

2009-08-27 15:32:15 UTC MAIN commitmail json YAML

Update to 1.6.7. Upstream changelog is obviously too massive to paste it
here. All hard update work done by Simon 'corecode' Schubert and minor
modifications (DESTDIR etc) by me.

(hasso)

2009-08-27 15:29:38 UTC MAIN commitmail json YAML

Update to 4.4.1. Upstream changelog is obviously too massive to paste it
here. All hard update work done by Simon 'corecode' Schubert and minor
modifications by me.

(hasso)

2009-08-27 15:26:41 UTC MAIN commitmail json YAML

2009-08-27 13:08:54 UTC MAIN commitmail json YAML

Fix build on DragonFly.

(hasso)

2009-08-26 17:37:55 UTC MAIN commitmail json YAML

Updated games/warzone2100 to 2.2.2.

(hasso)

2009-08-26 17:36:45 UTC MAIN commitmail json YAML

Update to 2.2.2. Upstream changes:

General:
- Change: Add the ability of allied players to share sensors (ticket:636,
  r7900)
- Change: Stop rotation when "Continue" is pressed after winning a
  multiplayer/skirmish game (r7887)
- Change: Show when a game was saved in a tooltip on the loading screen.
  (r7864, ticket:682)
- Fix: Cannot display more than one game from lobby. Also fix a lobby display
  issue. (r7839, ticket:691)
- Fix: Various checks and workarounds to make game run more stable (r7836,
  r7894, r7889, r7883, r7881, r7851, r7847, r7842, r7822, r7910 / ticket:759)
- Fix: Crash due to path length overflow (r7916, ticket:738, ticket:765)
- Fix: Bug that caused some keyboard shortcuts to be unusable in multiplayer
  since they were considered cheats (r7856)
- Fix: Verify that our "target" is still around before doing fire support
  with it. (r7910, ticket:759)
- Fix: Fix crash length overflow by capping path lengths to max 255 nodes.
  (r7916, ticket:738)
- Fix: Fix a typo, we wanted to display "???" when ping is >=2000 (r7922)
- Fix: Fix camera bug in warcam code. Patch by i-NoD (r7924, ticket:757)
- Fix: General order/action code cleanup (r7926)
- Fix: Fix segfault when trying to read target of droid with no target in
  aiUpdateStructure (r7928)
- Fix: Use _NSIG in the exceptionhandler if available for *BSD compatibility.
  (r7972, ticket:818)
- Fix: Add correct linker flags for openbsd to configure. (r7974, ticket:819)
- Fix: Disable locales without translation. (r7969, ticket:813)
- Fix: NTW updated to 1.8.7 (r7998 - r8009)
- Fix: When babas are burning, we always play the scream now. (r8025,
  ticket:830)
- Fix: Make sure we have a valid color choice for our SP game, when we are
  coming from a MP game. (r8032)

Translations:
- Fix: Commit Portuguese translation. (r7943, ticket:783)
- Fix: Updated translations (r7880, r7877, r7875, r7871, r7868, r7863, r7861)

Graphics:
- Fix: Increase video buffer size from 4K to 256K. This fixes playback of
  videos with a bitrate larger than ~2000kbps. (r7981)
- Change: Add a north pointer for the rotating radar. (r8013, ticket:769)

Sound:
- Fix: Fixes the removal of unused (sound) sources. (r8012, r8026, ticket:770)

(hasso)

2009-08-26 11:25:22 UTC MAIN commitmail json YAML

Updated devel/rt-mysql to 2.0.15nb7
Updated devel/rt-pgsql to 2.0.15nb7

(hasso)

2009-08-26 11:23:46 UTC MAIN commitmail json YAML

2009-08-26 11:19:31 UTC MAIN commitmail json YAML

2009-08-26 10:58:12 UTC MAIN commitmail json YAML

Needs msgfmt and pkg-config. Add workaround for a problem which is probably
a bug in cmake.

(hasso)

2009-08-25 20:12:22 UTC MAIN commitmail json YAML

Updated devel/cflow to 1.3nb1
Updated devel/qof to 0.7.5nb3

(hasso)

2009-08-25 20:11:01 UTC MAIN commitmail json YAML

2009-08-25 20:09:18 UTC MAIN commitmail json YAML

2009-08-25 08:17:36 UTC MAIN commitmail json YAML

Remove cscope option and make it default. Via PR 40710 and discussed with
martti@.

(hasso)

2009-08-25 07:29:18 UTC MAIN commitmail json YAML

Bump PKGREVISION to fix pkg-config files as noted by obache@ in the PR 41895.

(hasso)

2009-08-25 05:27:57 UTC MAIN commitmail json YAML

- Fix MESA_TINY missed in last version bump.
- Add INSTALL_LIB_DIR and INSTALL_INC_DIR to fix *.pc files.

This should address issues mentioned in the PR 41895. While there make dri
default for DragonFly. Bump PKGREVISION.

(hasso)

2009-08-24 18:40:51 UTC MAIN commitmail json YAML

Prelude packages are updated altough need some more work.

(hasso)

2009-08-24 18:36:51 UTC MAIN commitmail json YAML

Updated security/prelude-manager to 0.9.15.

(hasso)

2009-08-24 18:32:22 UTC MAIN commitmail json YAML

Update to 0.9.15. Upstream changes:

- Make Prelude-Manager thread backend independant.
- Add missing dlpreopening support for the SMTP plugin.
- Win32 compilation fixes.
- Various fixes and update.

Also various pkgsrc related fixes including DESTDIR support.

(hasso)

2009-08-24 13:57:33 UTC MAIN commitmail json YAML

Update to 0.9.17. From Rumko via PR 41763. Upstream changes:

Changes in 0.9.17:
==================

- Do not provide an exhaustive list of unreachable linked alert, rather,
tell the user how many linked alert are not reachable any more.

- String encoding fixes, do not mix unicode and bytestring, and more
generally, use unicode for internal string storage. This fixes a lot
of possible exception with particular specific user input, or with
localization enabled.

- Inline filter didn't work as expected when viewing events starting
with a specific offset, because the offset keyword wasn't removed
from the generated link.

- Error handling improvement (back / retry button weren't always
working as expected).

- Fix exception when no protocol was available.

- Improve navigation button link (make the link cover the whole button).

Changes in 0.9.16:
==================

- Multiples advanced filter within the same column wouldn't display
correctly.

- Correctly restore input field when switching between advanced/simple
filter mode.

- Fix multiple bug that would results in inconsistant filtered "state"
and reset button.

- Using the classification simple filter now also trigger a search on
impact.completion.

- Fix multiple alert deletion checkbox, (#357).

- Various bug fixes.

Changes in 0.9.15:
==================

- Make it obvious when a column is filtered by replacing the old sober
star with a big "[filtered]" red marker. If the column filter is
saved, then the marker color will go from red to black.

- Once the user filtered a given field by clicking on it, deny further
click so that it is clear that the filter is currently active.

- Re-write the inline filter implementation using Cheetah + Jquery, in
place of generating an enormous amount of javascript code. This
drastically reduce the size of the events listing HTML page, and will
allow for much easier modification of the inline-filters.

- Only propose filter operator relevant to the selected path.

- Inline filter now present a single input field (with no path and
operator selection). Using this field, the user can filter on what is
seen in the associated column. For example, in the classification
column, the filter will trigger a search on classification.text,
classification.reference.name and classification.reference.origin.

There is also an [advanced] button allowing the user to specify both
the path and the operator.

- Implement a reset button in each inline filter column, that allow to
switch between different version of the filter: last saved filters,
default filters, or current filters.

- The user can now click an alert completion to set an inline filter on
the completion value.

- Clicking on a port / protocol now trigger a CSS menu allowing to
filter on the port and protocol information, or to get information
concerning this port / protocol.

- Clicking on a classification reference now trigger a CSS menu which
allow to filter on the reference, or to get more information
concerning it.

- Clicking on classification now add a filter on the selected
classification (previously, it would have unfolded aggregated alerts
for the selected entry, which is now done clicking the alert count).

- Until now, the default user that was automatically created by Prewikka
if there was no administrative user was "admin". As of now you can
define the initial administrative username and password from the
configuration file. (fix #289).

- Fix escaping for reference details URI parameters.

- Fix ModPython content-type handling.

- Invalid variable name, fix #339.

- Update to JQuery 1.3.2, and fit small JQuery API change.

- If the installed libprelude or libpreludedb version is too old,
Prewikka will require the user to upgrade. Currently, Prewikka depend
on libpreludedb 0.9.12, and libprelude 0.9.23.

- Fix IDMEFDatabase exception on empty criteria string (fixes #346).

- Analyzer retrieval fixes and speedup (fixes #350).

(hasso)

2009-08-24 13:50:04 UTC MAIN commitmail json YAML

2009-08-24 12:31:31 UTC MAIN commitmail json YAML

Updated security/prelude-correlator to 0.9.0beta6.

(hasso)

2009-08-24 12:30:09 UTC MAIN commitmail json YAML

2009-08-24 06:00:27 UTC MAIN commitmail json YAML

Updated devel/cppunit to 1.10.2nb10.

(hasso)

2009-08-24 05:59:24 UTC MAIN commitmail json YAML

2009-08-24 05:33:04 UTC MAIN commitmail json YAML

Workaround for the problem where the configure scripts attempts to use a
fortran compiler to test usability of the Python.h and obviously fails.
Happens on DragonFly, but doesn't NetBSD.

(hasso)

2009-08-23 20:09:22 UTC MAIN commitmail json YAML

Updated security/prelude-lml to 0.9.15.

(hasso)

2009-08-23 20:02:29 UTC MAIN commitmail json YAML

2009-08-23 19:49:28 UTC MAIN commitmail json YAML

Update to 0.9.15. Changes since 0.9.14:

- Make the Prelude-LML UDP server IPv6 compatible.
- Implement 'idmef-alter' and 'idmef-alter-force' option, alloing
  to include static values into IDMEF events generated using a given
  format.
- New PPP/PPTPD/L2TP ruleset, by Alexander Afonyashin <firm <at> iname.com>,
  with slight modification from Pierre Chifflier <p.chifflier <at> inl.fr>.
  Close #340.
- Fix CISCO VPN ruleset so that the 'Authentication rejected' rule will
  trigger even if the 'server' field does not contain a word (fix #328).
- Remove dos-style end-of-lines (Closes #338)
- Fixes possible off by one when parsing variable reference number, and
  remove un-needed check that would always evaluate to TRUE.Thanks
  Steve Grubb <sgrubb <at> redhat.com> for reporting this problem (and
  running flexelint on the Prelude sources)!
- Update for libtool 2.x compatibility.
- This simplify the whole regular expression handling a lot, making the
  code much easier to read, and fixing potential problem with ovector
  assignement. This code should also improve performance by a small
  factor.
- Change CISCO references urls to their new location, add CISCO ASA rule
  to handle discarded tcp or udp packets.
- Various fixes and update.

(hasso)

2009-08-23 19:18:08 UTC MAIN commitmail json YAML

Updated security/libprelude to 0.9.24
Added security/libprelude-lua version 0.9.24
Added security/libprelude-perl version 0.9.24
Added security/libprelude-python version 0.9.24
Added security/libprelude-ruby version 0.9.24

(hasso)

2009-08-23 19:15:54 UTC MAIN commitmail json YAML

Add libprelude bindings.

(hasso)

2009-08-23 19:07:19 UTC MAIN commitmail json YAML

2009-08-23 19:05:56 UTC MAIN commitmail json YAML

2009-08-23 19:05:00 UTC MAIN commitmail json YAML

2009-08-23 19:03:34 UTC MAIN commitmail json YAML

2009-08-23 18:56:34 UTC MAIN commitmail json YAML

2009-08-23 15:26:48 UTC MAIN commitmail json YAML

2009-08-23 14:20:16 UTC MAIN commitmail json YAML

Updated net/unbound to 1.3.3.

(hasso)

2009-08-23 14:17:39 UTC MAIN commitmail json YAML

Update to 1.3.3. Upstream changelog is too long to paste it here, you can
read it from http://www.unbound.net/download.html.

(hasso)

2009-08-23 13:15:56 UTC MAIN commitmail json YAML

Updated multimedia/libtheora-docs to 1.0nb2.

(hasso)

2009-08-23 13:13:33 UTC MAIN commitmail json YAML

2009-08-20 04:18:22 UTC MAIN commitmail json YAML

Updated graphics/sane-backends to 1.0.20nb1
Updatec devel/qof to 0.7.5nb2
Updated devel/cppunit to 1.10.2nb9

(hasso)

2009-08-20 03:56:54 UTC MAIN commitmail json YAML

2009-08-20 03:55:55 UTC MAIN commitmail json YAML

* Fix PLIST for new doxygen.
* Make doxygen dependency stricter.
* Mark as DESTDIR ready.
* Bump PKGREVISION.

(hasso)

2009-08-20 03:53:20 UTC MAIN commitmail json YAML

* Make it link on DragonFly and maybe some others (sane_find_scanner needs
  to be linked against libcam).
* Fix PLIST for platforms not building sane-pint backend.
* Bump PKGREVISION.

(hasso)

2009-08-18 19:20:00 UTC MAIN commitmail json YAML

2009-08-18 19:04:27 UTC MAIN commitmail json YAML

Updated devel/libfirm to 1.17.0
Updated lang/cparser to 0.9.9

(hasso)

2009-08-18 19:01:26 UTC MAIN commitmail json YAML

Update to 0.9.9.

Changes in 0.9.9:

* bugfixes
* extend and improve support for attributes
* adapat to latest libfirm

Changes in 0.9.8:

* several bugfixes
* add/correct semantic checks
* improve error recovery
* support more GCC extensions
* add/improve/correct warnings

(hasso)

2009-08-18 18:57:23 UTC MAIN commitmail json YAML

Update to 1.17.0.

Changes in 1.17.0:

* bugfixes
* advanced load/store optimisation which hoists loads out of loops
* Internal restruturing: Alot of node structures are automatically generated
  from a specification file now.
* Add support for multiple calling conventions
* New experimental support for reading and writing programgraphs to disk
* Support and optimisations for trampolines
* fix PIC support

Changes in 1.16.0:

* bugfixes

(hasso)

2009-08-18 18:31:18 UTC MAIN commitmail json YAML

2009-08-18 12:57:30 UTC MAIN commitmail json YAML

p5-GDGraph3d was moved to p5-GD-Graph3d.

(hasso)

2009-08-18 05:40:44 UTC MAIN commitmail json YAML

More portable fix for upper bound for signals problem pulled out from
upstream git repo. Should fix build on Solaris, FreeBSD and DragonFly.

If there is still need for Darwin specific fix with __DARWIN_NSIG (there is
no NSIG or it's semantically different like NSIG and _NSIG in Linux), please
add it back.

(hasso)

2009-08-17 18:33:22 UTC MAIN commitmail json YAML

2009-08-12 18:11:24 UTC MAIN commitmail json YAML

Include curses.buildlink3.mk on platforms which want to link against curses.
Unbreaks build on DargonFly and probably some others.

(hasso)

2009-08-11 21:03:56 UTC MAIN commitmail json YAML

It's not MAKE_JOBS safe.

(hasso)

2009-08-11 20:40:19 UTC MAIN commitmail json YAML

Updated x11/kdebase3 to 3.5.10nb4.

(hasso)

2009-08-11 20:37:55 UTC MAIN commitmail json YAML

Make ksysguardd work for FreeBSD and DragonFly users as well.
Bump PKGREVISION.

(hasso)

2009-08-11 19:48:42 UTC MAIN commitmail json YAML

Updated comms/xtel to 3.3.0nb9
Updated graphics/xfig to 3.2.5bnb1

(hasso)

2009-08-11 19:42:31 UTC MAIN commitmail json YAML

Fix PLIST for platforms !NetBSD. Bump PKGREVISION.

(hasso)

2009-08-11 19:41:43 UTC MAIN commitmail json YAML

Fix PLIST for platforms !NetBSD. Bump PKGREVISION.

(hasso)

2009-08-10 09:47:23 UTC MAIN commitmail json YAML

Correct patch-ac checksum.

(hasso)

2009-08-06 06:52:24 UTC MAIN commitmail json YAML

Updated shells/bash to 4.0.28.
Updated lang/pcc-current to 0.9.9.20090731.
Updated www/midori to 0.1.9.

(hasso)

2009-08-06 06:48:11 UTC MAIN commitmail json YAML

Update to 0.1.9. Correct URLs. Changes since 0.1.8:

+ Preserve navigation history with new tabs
+ Implement clearing private data when quitting
+ Ellipsize and show close icons in the tab panel
+ Allow hiding panel operating controls
+ Integrate Tools with the compact menu
+ Fix User scripts, User styles and Plugins panel
+ Remove the bookmarkbar popup
+ Add New Tab to the tab context menu
+ Implement minimizing tabs

(hasso)

2009-08-06 06:40:31 UTC MAIN commitmail json YAML

2009-08-06 06:38:46 UTC MAIN commitmail json YAML

2009-08-05 11:41:12 UTC MAIN commitmail json YAML

2009-08-04 19:53:03 UTC MAIN commitmail json YAML

Updated lang/ruby18-base to 1.8.7.174nb1.

(hasso)

2009-08-04 19:47:16 UTC MAIN commitmail json YAML

Make ucontext(3) to apply to all DragonFly versions, it's too slow - a
simple sample with two threads is 2 times faster without ucontext(3).

Bump PKGREVISION.

(hasso)

2009-08-03 18:54:22 UTC MAIN commitmail json YAML

Updated security/ccid to 1.3.11.
Updated security/libp11 to 0.2.6.
Updated security/openct to 0.6.17.
Updated security/opensc to 0.11.9.
Updated security/pcsc-lite to 1.5.5.

(hasso)

2009-08-03 18:47:36 UTC MAIN commitmail json YAML

Update to 1.5.5. Changelog:

pcsc-lite-1.5.5: Ludovic Rousseau
28 July 2009
- add the reader interface name if provided by the device
- SCardTransmit(): return SCARD_E_UNSUPPORTED_FEATURE if
  SCARD_PROTOCOL_RAW is requested by unsupported
- SCardConnect() and SCardReconnect(): set dwActiveProtocol to
  SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used (conform to
  MSDN). Contrary to Windows winscard behavior, the reader is accessed in
  shared mode and not exclusive mode if SCARD_SHARE_DIRECT is used.
- SCardControl(): correctly check for buffer overflow (bug introduced in
  pcsc-lite 1.5.4)
- some other minor improvements and bug corrections

(hasso)

2009-08-03 18:45:32 UTC MAIN commitmail json YAML

Update to 0.11.9.

New in OpenSC 0.11.9; 2009-07-29; Andreas Jellinghaus

* New rutoken_ecp driver by  Aktiv Co. / Aleksey Samsonov
* Allow more keys/certificates/files etc. with entersafe tokens
* Updates pkcs11.h from scute fixing warnings
* Small fixes in rutoken driver
* Major update for piv driver with increased compatibility

(hasso)

2009-08-03 18:44:23 UTC MAIN commitmail json YAML

Update to 0.6.17.

New in OpenCT 0.6.17, 2009-07-29; Andreas Jellinghaus

* add support for Rutoken ECP (ccid driver)
* small bugfixes

(hasso)

2009-08-03 18:43:00 UTC MAIN commitmail json YAML

Update to 0.2.6. Changes include fixes in the export file is fixed, now
includes the new function we added in 0.2.5. Also the MSVC build was fixed.

(hasso)

2009-08-03 18:38:28 UTC MAIN commitmail json YAML

Update to 1.3.11. Changelog:

1.3.11 - 28 July 2009, Ludovic Rousseau
    - add support of Raritan D2CIM-DVUSB VM/CCID, Feitian SCR301,
      Softforum XecureHSM, 2 Neowave Weneo tokens, Synnix STD200, Aktiv
      Rutoken ECP, Alcor Micro SCR001, ATMEL AT91SC192192CT-USB,
      Panasonic USB Smart Card Reader 7A-Smart, Gemalto GemProx DU and SU
    - remove support of Reiner-SCT cyberJack pinpad(a) on request of
      Reiner-SCT.  You should user the Reiner-SCT driver instead
    - define CFBundleName to CCIDCLASSDRIVER so that non class drivers
      have a higher priority. Used by pcsc-lite 1.5.5 and up.
      Add a --disable-class configure option so that the Info.plist does
      not define a Class driver. Default is class driver.
    - do not power up a card with a voltage not supported by the reader
    - add support of PIN_PROPERTIES_STRUCTURE structure and
      FEATURE_IFD_PIN_PROPERTIES
    - adds support of FEATURE_MCT_READERDIRECT. Only the Kobil TriB@nk
      reader supports this feature for now. This is used for the Secoder
      functionality in connected mode.
    - add support of a composite device. No change needed with libhal.
      use --enable-composite-as-multislot on Mac OS X since libhal is
      not available on Mac OS X or with libusb on Linux
    - some minor bugs removed

(hasso)

2009-08-02 07:41:29 UTC MAIN commitmail json YAML

Updated security/sudo to 1.7.2p1.

(hasso)

2009-08-02 07:39:27 UTC MAIN commitmail json YAML

Update to 1.7.2p1.

Changes in 1.7.2p1 since 1.7.2:
===============================

* Fixed the expansion of the %h escape in #include file names introduced in
  sudo 1.7.1.

Changes in 1.7.2 since 1.7.1:
=============================

* A new #includedir directive is available in sudoers. This can be used to
  implement an /etc/sudo.d directory. Files in an includedir are not edited
  by visudo unless they contain a syntax error.
* The -g option did not work properly when only setting the group (and not
  the user). Also, in -l mode the wrong user was displayed for sudoers
  entries where only the group was allowed to be set.
* Fixed a problem with the alias checking in visudo which could prevent
  visudo from exiting.
* Sudo will now correctly parse the shell-style /etc/environment file format
  used by pam_env on Linux.
* When doing password and group database lookups, sudo will only cache an
  entry by name or by id, depending on how the entry was looked up.
  Previously, sudo would cache by both name and id from a single lookup, but
  this breaks sites that have multiple password or group database names that
  map to the same uid or gid.
* User and group names in sudoers may now be enclosed in double quotes to
  avoid having to escape special characters.
* BSM audit fixes when changing to a non-root uid.
* Experimental non-Unix group support. Currently only works with Quest
  Authorization Services and allows Active Directory groups fixes for
  Minix-3.
* For Netscape/Mozilla-derived LDAP SDKs the certificate and key paths may
  be specified as a directory or a file. However, version 5.0 of the SDK
  only appears to support using a directory (despite documentation to the
  contrary). If SSL client initialization fails and the certificate or key
  paths look like they could be default file name, strip off the last path
  element and try again.
* A setenv() compatibility fix for Linux systems, where a NULL value is
  treated the same as an empty string and the variable name is checked
  against the NULL pointer.

(hasso)

2009-08-01 13:33:27 UTC MAIN commitmail json YAML

Updated x11/modular-xorg-server to 1.6.3.

(hasso)

2009-08-01 11:06:24 UTC MAIN commitmail json YAML

Update to 1.6.3.

Changes in 1.6.3 since 1.6.2.901:

Adam Jackson (1):
      selinux: Only activate if policy says to be an object manager

Alan Coopersmith (2):
      Don't printf NULL pointers on HAL connection error
      Remove hardcoded gcc -Wall option from configure.ac

Ben Skeggs (1):
      quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)

Keith Packard (1):
      Bump release number to 1.6.3

R駑i Cardona (1):
      config: add HAL error checks

Changes in 1.6.2.901 since 1.6.2:

Adam Jackson (1):
      xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)

Alan Coopersmith (1):
      Fix build of drivers with 1.6.2 when not using --install-libxf86config

Benjamin Defnet (2):
      hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_major
      randr: fix operation order so that rotation+transform works

Dave Airlie (1):
      xfree86: move didLock assignment down to where the function pointer is valid.

Julien Cristau (1):
      randr: fix server crash in RRGetScreenInfo

Keith Packard (2):
      Replace dixLookupResource by dixLookupResourceBy{Type,Class}
      Bump to version 1.6.2.901 (1.6.3 RC1)

Kim Woelders (1):
      Fix key repeat problem.

Matthias Hopf (1):
      randr: Nuke broken set_origin shortcut

Michel D舅zer (1):
      EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.

Robert Noland (1):
      One = is more than adequate here.  Make is sh safe.

R駑i Cardona (1):
      configure: libXinerama isn't needed anymore

(hasso)

2009-08-01 05:29:59 UTC MAIN commitmail json YAML

2009-08-01 05:28:02 UTC MAIN commitmail json YAML

Make it build on DragonFly and probably some others.

(hasso)

2009-08-01 05:26:24 UTC MAIN commitmail json YAML

2009-08-01 05:24:08 UTC MAIN commitmail json YAML

2009-08-01 05:22:38 UTC MAIN commitmail json YAML

2009-07-30 19:28:46 UTC MAIN commitmail json YAML

Removed x11/qgtkstyle.

(hasso)

2009-07-30 19:26:04 UTC MAIN commitmail json YAML

2009-07-30 16:44:07 UTC MAIN commitmail json YAML

2009-07-29 08:12:18 UTC MAIN commitmail json YAML

Correct patch-ab checksum.

(hasso)

2009-07-24 21:50:45 UTC MAIN commitmail json YAML

Updated security/xml-security-c to 1.5.1.

(hasso)

2009-07-24 20:33:16 UTC MAIN commitmail json YAML

Update to 1.5.1. No detailed changelog, but from announcements:

1.5.1 release provides some bug fixes and a fix for the recently announced
HMAC vulnerability in the XML Signature specification (CVE-2009-0217).

1.5.0 release provides more bug fixes, partial support for Inclusive
Canonicalization 1.1, and support for the Xerces 3.x official release and
32/64-bit portability APIs.

(hasso)

2009-07-21 19:17:53 UTC MAIN commitmail json YAML

2009-07-21 16:53:50 UTC MAIN commitmail json YAML

2009-07-21 05:31:46 UTC MAIN commitmail json YAML

2009-07-20 18:51:54 UTC MAIN commitmail json YAML

Make it build on DragonFly (and probably some other systems).

(hasso)

2009-07-20 18:21:12 UTC MAIN commitmail json YAML

Make overriding config.sub and config.guess work so it compiles on DragonFly.

(hasso)

2009-07-20 18:19:25 UTC MAIN commitmail json YAML

2009-07-20 18:18:11 UTC MAIN commitmail json YAML

Make it build on DragonFly and (probably) FreeBSD.

(hasso)

2009-07-20 06:01:39 UTC MAIN commitmail json YAML

Updated comms/obexftp to 0.20nb2
Updated sysutils/pciutils to 3.1.3nb1

(hasso)

2009-07-20 05:58:45 UTC MAIN commitmail json YAML

2009-07-20 05:56:03 UTC MAIN commitmail json YAML

2009-07-20 03:53:10 UTC MAIN commitmail json YAML

2009-07-20 03:47:21 UTC MAIN commitmail json YAML

2009-07-20 03:43:07 UTC MAIN commitmail json YAML

2009-07-17 18:43:15 UTC MAIN commitmail json YAML

2009-07-17 18:26:30 UTC MAIN commitmail json YAML

Make it not use included libtool in the configure phase. Makes it build
again on DragonFly.

(hasso)

2009-07-17 18:11:25 UTC MAIN commitmail json YAML

2009-07-17 02:53:52 UTC MAIN commitmail json YAML

2009-07-14 20:24:39 UTC MAIN commitmail json YAML

Updated x11/nucleo to 0.7.5.

(hasso)

2009-07-14 20:23:17 UTC MAIN commitmail json YAML

Update to 0.7.5. No brief list of changes, but ChangeLog shows that it's
mostly fixes to build with newer gcc and ffmpeg versions.

(hasso)

2009-07-14 19:31:34 UTC MAIN commitmail json YAML

Updated audio/gtkpod to 0.99.14nb1.

(hasso)

2009-07-14 19:29:44 UTC MAIN commitmail json YAML

Fix interpreter in two more bash scripts - sync-ldif.sh and sync-evolution.sh.
Bump PKGREVISION.

(hasso)

2009-07-14 19:02:16 UTC MAIN commitmail json YAML

Don't attempt to build gdb on DragonFly. It's also unlikely that someone
will integrate DragonFly changes into upstream soon.

(hasso)