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 (3h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:18:31 UTC Now

2012-02-09 08:27:59 UTC MAIN commitmail json YAML

add and enable ruby-kgio

(jnemeth)

2012-02-09 04:46:02 UTC MAIN commitmail json YAML

Drop trailing slash, it violates style and breaks making readme.
PR pkg/45950

(asau)

2012-02-08 20:54:25 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3676 - requested by wiz
x11/startup-notification010: new package
x11/startup-notification: suport older native X11 via "startup-notification010"

Revisions pulled up:
- x11/startup-notification/buildlink3.mk                        1.12
- x11/startup-notification010/Makefile 1.1.1.1
- x11/startup-notification010/DESCR 1.1.1.1
- x11/startup-notification010/distinfo 1.1.1.1
- x11/startup-notification010/PLIST 1.1.1.1
- x11/startup-notification010/patches/patch-aa 1.1.1.1
- x11/startup-notification010/patches/patch-ab 1.1.1.1

---
    Module Name: pkgsrc
    Committed By: wiz
    Date: Thu Feb  2 11:31:33 UTC 2012

    Update of /cvsroot/pkgsrc/x11/startup-notification010
    In directory ivanova.netbsd.org:/tmp/cvs-serv24369

    Log Message:
    Initial import of startup-notification-0.10nb1 for NetBSD-5.[0-9], from
    Robert Elz.

    startup-notification provides mechanisms allowing a desktop environment to
    track application startup, to provide user feedback and other features.

    This is an older version to allow compatibility with native X11 in
    NetBSD 5 and earlier (pre-xcb).
---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Feb  2 11:33:32 UTC 2012

  Modified Files:
  pkgsrc/x11/startup-notification: buildlink3.mk

  Log Message:
  On NetBSD<5.99 with native X, use startup-notification010 instead,
  which does not use XCB (which is not provided by native X in older
  NetBSD releases). From Robert Elz.

(tron)

2012-02-08 20:12:23 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup tickets #3673 and #3676.

(tron)

2012-02-08 20:11:25 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3676 - requested by wiz
x11/startup-notification010: new package
x11/startup-notification: suport older native X11 via "startup-notification010"

Revisions pulled up:
- x11/startup-notification/buildlink3.mk                        1.12
- x11/startup-notification010/Makefile 1.1.1.1
- x11/startup-notification010/DESCR 1.1.1.1
- x11/startup-notification010/distinfo 1.1.1.1
- x11/startup-notification010/PLIST 1.1.1.1
- x11/startup-notification010/patches/patch-aa 1.1.1.1
- x11/startup-notification010/patches/patch-ab 1.1.1.1

---
    Module Name: pkgsrc
    Committed By: wiz
    Date: Thu Feb  2 11:31:33 UTC 2012

    Update of /cvsroot/pkgsrc/x11/startup-notification010
    In directory ivanova.netbsd.org:/tmp/cvs-serv24369

    Log Message:
    Initial import of startup-notification-0.10nb1 for NetBSD-5.[0-9], from
    Robert Elz.

    startup-notification provides mechanisms allowing a desktop environment to
    track application startup, to provide user feedback and other features.

    This is an older version to allow compatibility with native X11 in
    NetBSD 5 and earlier (pre-xcb).
---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Thu Feb  2 11:33:32 UTC 2012

  Modified Files:
  pkgsrc/x11/startup-notification: buildlink3.mk

  Log Message:
  On NetBSD<5.99 with native X, use startup-notification010 instead,
  which does not use XCB (which is not provided by native X in older
  NetBSD releases). From Robert Elz.

(tron)

2012-02-08 19:48:23 UTC MAIN commitmail json YAML

Note update of fossil, remove from TODO

(bsiegert)

2012-02-08 19:45:41 UTC MAIN commitmail json YAML

Update fossil to 1.21. To download the distfile, one has to log in to the
website now, so the tarball is now on MASTER_SITE_LOCAL.

Changes For Version 1.21 (2011-12-13)

    * Added side-by-side diffs in the command-line interface
    * Automatically enable hyperlinks if the UserAgent string in the HTTP
      header suggests that the requestor is a human and not a bot.
    * Show  only  commonly  used commands with "fossil help". Use "fossil
      help --all" to see the complete list now.
    * Improvements  to the "stash" command: (1) Stash all files, not just
      those  below  the working directory. (2) Add the --detail option to
      "list".  (3)  Confirm  before  "drop  --all".  (4)  Add  the "help"
      subcommand.
    * Add  an  Admin/Access setting to change the number of octets of the
      IP  address that are saved in login cookies - allowing this setting
      to be changed to zero
    * Promote the "test-md5sum" command to "md5sum".
    * Added the "whatis" command.
    * Stop  showing  the  server-code in status outputs - it is no longer
      used for anything.
    * Added  a  compile-time option (--with-tcl) to build in the full TCL
      interpreter to augment TH1.
    * Merged  the JSON branch into trunk. Disabled by default. Enabled by
      a  compile-time  option.  Probably it will be enabled by default in
      some future release.
    * Update  to  use  SQLite  version  3.7.9  plus the alignment fix for
      Sparc. align

Changes For Version 1.20 (2011-10-21)

    * Added side-by-side diffs in HTML interface.
    * Added  support  for  symlinks.  (Controlled  by  "allow-symlinks"
      setting, off by default).
    * Fixed  CLI  annotate  to show the proper file version in case there
      are multiple equal versions in history.
    * Timeline now shows tag changes (requires rebuild).
    * Fixed  annotate  to  show "more relevant" versions of lines in some
      cases.
    * New command: ticket history.
    * Disabled SSLv2 in HTTPS client.
    * Fixed    constant    prompting  regarding  previously-saved  SSL
      certificates.
    * Other SSL improvements.
    * Added  -R  REPOFILE  support  to  several  more  CLI  commands.
    * Generated tarballs now have constant timestamps, so they are always
      identical for any given checkin.
    * A number of minor HTML-related tweaks and fixes.
    * Added  --args  FILENAME global CLI argument to import arbitrary CLI
      arguments from a file (e.g. long file lists).
    * Fixed  significant  memory  leak  in  annotation of files with long
      histories.
    * Added warnings when a merge operation overwrites local copies (UNDO
      is  available, but previously this condition normally went silently
      unnoticed).
    * Improved performance when adding many files.
    * Improve merges which contain many file renames.
    * Added protection against timing attacks.
    * Firefox  now  remembers  filled  fields  when  returning  to forms.
    * Added the --stats option to the rebuild command.
    * RSS feed now passes validation.
    * Show overridden user when entering commit comment.
    * Made rebuilding from web interface silent.
    * Now works on MSVC with repos >2GB.
    * A  number  of  code  cleanups  to  resolve  warnings  from  various
      compilers.
    * Update the built-in SQLite to version 3.7.9 beta.

Changes For Version 1.19 (2011-09-02)

    * Added a ./configure script based on autosetup.
    * Added the "fossil winsrv" command for creating a Fossil service
      on windows systems.
    * Added  "versionable  settings" where settings that affect the local
      tree  can  be  stored  in  versioned  files in the .fossil-settings
      directory.
    * Background  colors  for  branches  are  choosen automatically if no
      color is specified by the user.
    * The status, changes and extras commands now show pathnames relative
      to the current working directory, unless overridden by command line
      options or the "relative-paths" setting.
      WARNING:  This  change will break scripts which rely on the current
      output  when  the  current  working directory is not the repository
      root.
    * Added "empty-dirs" versionable setting.
    * Added  support for client-side SSL certificates with "ssl-identity"
      setting and --ssl-identity option.
    * Added  "ssl-ca-location"  setting  to  specify  trusted  root  SSL
      certificates.
    * Added  the  --case-sensitive  BOOLEAN  command-line  option to many
      commands. Default to true for unix and false for windows.
    * Added the "Color-Test" submenu button on the branch list web page.
    * Compatibility improvements to the git-export feature.
    * Performance improvements on SHA1 checksums
    * Update to the latest SQLite version 3.7.8 alpha.
    * Fix the tarball generator to work with very log pathnames.

(bsiegert)

2012-02-08 18:52:26 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3673 - requested by pettai
emulators/suse113_openssl: security update

Revisions pulled up:
- emulators/suse113_openssl/Makefile                            1.8
- emulators/suse113_openssl/distinfo                            1.7

---
  Module Name: pkgsrc
  Committed By: chs
  Date: Thu Jan 19 15:54:55 UTC 2012

  Modified Files:
  pkgsrc/emulators/suse113_openssl: Makefile distinfo

  Log Message:
  update to libopenssl1_0_0-1.0.0-6.13.1.
  fixes CVE-2011-4108 CVE-2011-4576 CVE-2011-4577 CVE-2011-4619 =
  E-2012-0027.

(tron)

2012-02-08 11:25:45 UTC MAIN commitmail json YAML

Updated lang/pcc-current to 20120208

(plunky)

2012-02-08 11:23:54 UTC MAIN commitmail json YAML

update this to pcc-20120208, full changelog is at

http://pcc.ludd.ltu.se/fisheye/changelog/pcc

some work was done with build system, and so gmake is no longer
required, and parallel builds should work fine

while here, fix some pkglint complaints

(plunky)

2012-02-08 09:53:11 UTC MAIN commitmail json YAML

Updated pkgtools/revbump to 2.2

(wiz)

2012-02-08 09:53:02 UTC MAIN commitmail json YAML

Bump version for man page improvement. Set LICENSE.

(wiz)

2012-02-08 09:52:20 UTC MAIN commitmail json YAML

Mention to look out for RUBY_PKGPREFIX as well.
Simplify a bit. Bump date.

(wiz)

2012-02-08 09:52:15 UTC MAIN commitmail json YAML

2012-02-08 09:46:25 UTC MAIN commitmail json YAML

Don't hardcode RUBY_PKGPREFIX.

(taca)

2012-02-08 09:06:04 UTC MAIN commitmail json YAML

Updated security/skey to 1.1.5nb4

(obache)

2012-02-08 09:05:33 UTC MAIN commitmail json YAML

setusercontext() is in -lutil for DragonFly, FreeBSD and NetBSD.
avoid to include own alternative one in libskey,
or it cause some troubles on programs using setusercontext() and skey,
and setusercontext() is only required for bundled skeyaudit(1).

Bump PKGREVISION.

(obache)

2012-02-08 07:27:31 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.9.1

(jnemeth)

2012-02-08 07:27:24 UTC MAIN commitmail json YAML

Update to 1.8.9.1:

The release of Asterisk 1.8.9.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fixes deadlocks occuring in chan_agent ---

* --- Ensure entering T.38 passthrough does not cause an infinite loop ---

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.1

Thank you for your continued support of Asterisk!

(jnemeth)

2012-02-08 05:42:39 UTC MAIN commitmail json YAML

Updated comms/asterisk10 to 10.1.1

(jnemeth)

2012-02-08 05:42:33 UTC MAIN commitmail json YAML

Update to 10.1.1:

The release of Asterisk 10.1.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fixes deadlocks occuring in chan_agent ---

* --- Ensure entering T.38 passthrough does not cause an infinite loop ---

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.1.1

Thank you for your continued support of Asterisk!

(jnemeth)

2012-02-08 04:01:06 UTC MAIN commitmail json YAML

1) SET_LIBDIR=yes
2) USE_TOOLS+= bison

(sbd)

2012-02-08 00:19:42 UTC MAIN commitmail json YAML

Comply the the C++ spec by making a variable that is assigned the result
of a strchr(const char *, int c) call a constant.

(i.e. use obache@ suggestion as a better way to fix the strchr problem.)

(sbd)

2012-02-08 00:12:37 UTC MAIN commitmail json YAML

Comply the the C++ spec by making a variable that is assigned the result
of a strchr(const char *, int c) call a constant.

(sbd)

2012-02-08 00:09:56 UTC MAIN commitmail json YAML

2012-02-07 23:17:06 UTC MAIN commitmail json YAML

Updated print/cups to 1.5.2

(sbd)

2012-02-07 23:16:57 UTC MAIN commitmail json YAML

Update to cups-1.5.2
--------------------

CHANGES IN CUPS V1.5.2

- Reposted what should have been CUPS 1.5.1.

CHANGES IN CUPS V1.5.1

- Documentation updates (STR #3885, STR #3886, STR #3946, STR #3969)
- Localization updates (STR #3840, STR #3989, STR #3997)
- Build fixes (STR #3956, STR #3999)
- The SNMP backend did not validate the device URIs reported by printers
  (STR #4004)
- cupsBackendReport() did not handle newlines in 1284 Device IDs
  (STR #4005)
- USB backend fixes for libusb (STR #3965, STR #3978)
- The DBUS notifier did not validate string parameters (STR #3984)
- Group quota ACLs did not work with Kerberos (STR #3972)
- The IPP backend did not retry when a printer responded with
  client-error-not-possible (STR #3963)
- PostScript PPDs with filters used the wrong command filter (STR #3973)
- The scheduler incorrectly used free() on a POSIX ACL value, which
  could cause a crash (STR #3970)
- PPD files using the MacStandard encoding did not work.
- The web interface did not work on some platforms (STR #3902)
- The lpstat command would crash when then "-u" option was used by a
  non-administrator (STR #3953)
- Japanese supply level reporting did not always work.
- The DBUS notifier could crash (STR #3947)
- Relaxed some of the page size checks in cupstestppd.
- The ipptool program now reports attributes that are repeated within
  the same attribute group.
- Updated the PWG raster support to match the current draft
  specification.
- Fixed some IPP conformance issues in the scheduler.
- Added ipptool support for repeating requests.
- Added IPP/2.2 conformance tests and greatly improved the IPP/1.1,
  IPP/2.0, and IPP/2.1 conformance testing.
- IPP messages containing mixed integer/rangeOfInteger values did not
  work (STR #3942)
- The ipptool program now provides additional diagnostics for badly-
  formatted responses (STR #3857)
- When possible, the IPP backend now stops sending job data early on a
  cancel.
- cupsSendRequest and cupsWriteRequestData did not properly read all
  HTTP headers, preventing authentication and encryption upgrades from
  working in all cases.
- The client.conf Server directive is no longer supported on Mac OS X
  10.7 and later.
- The IPP backend sent the wrong margins in media-col.
- The scheduler did not save or restore large Kerberos credentials for
  jobs.
- The dnssd backend did not properly browse for secure IPP printers.
- httpAssembleURI* did not properly escape all special characters in the
  username/password field.
- The scheduler now logs config file errors to stderr (STR #3936)
- The configure script incorrectly used bundle-based localizations on
  Linux (STR #3938)
- The cups-driverd helper program did not cache .drv files properly,
  sometimes leading to a crash (STR #3921)
- CUPS did not build on stock Mac OS X installations.
- Encryption was broken with OpenSSL.
- ipptool's XML output used date/time values with timezone offsets,
  which are not supported by Mac OS X's NSDate class.
- Several programs did not support the cupsFilter2 keyword in PPD files.
- The IPP backend incorrectly reported spool-area-full states.
- cupsMarkOptions() did not protect against a bad PPD that was missing
  one or more standard Duplex options.
- The PostScript filter did not mirror N-up output properly.
- The ipptool program did not validate UTF-8 strings in XML output.
- Fixed supply level reporting for some printers.
- The scheduler no longer automatically logs debug messages for jobs
  that were held or canceled.
- The cupsSendRequest function did not flush remaining response data
  from a previous request, leading to apparent chunking issues.
- The scheduler did not report the correct version in the Server: header
  (STR #3903)
- The scheduler did not support 1284 device IDs reported by driver
  interface programs longer than 127 characters (STR #3871)
- The image filters did not support loading images larger than the
  RIPCache setting (STR #3901)
- "PAGE: total NNN" messages did not get logged properly (STR #3887)
- Updated the PWG Raster support to conform to the current draft of the
  PWG Raster Format specification.
- The PWG Raster filter did not always write the correct number of
  padding lines on the bottom of the page (STR #3904)
- When reporting a denial-of-service attack from the domain socket, the
  address reported does not always contain the correct path (STR #3888)
- Badly formed GIF files could cause the image filters to crash
  (STR #3914)
- Jobs canceled at the printer were retried by the IPP backend.
- "cupsfilter -u" deleted the input file instead of the PPD file.
- The scheduler did not compute the cost of PPD filters defined using
  the cupsFilter2 keyword properly.
- The scheduler did not correctly support the maxsize() attribute for
  PPD filters.

(sbd)

2012-02-07 22:11:40 UTC MAIN commitmail json YAML

Make sure to pass CFLAGS=-m64 on SunOS when ABI=64, so that the resulting
libtool script contains proper 64bit flavors of the stdlib objects. Fixes
problem on SunOS when linking C++ objects. Bump PKGREVISION.

(fhajny)

2012-02-07 21:17:49 UTC MAIN commitmail json YAML

Fix the patch that adds NetBSD and Dragonfly by changing 'getPlatform' to
'getPlatform()'.

Now libcontrol.so should be built and install on NetBSD and Dragonfly.
(PR#45940 shows that its missing)

(sbd)

2012-02-07 21:00:54 UTC MAIN commitmail json YAML

2012-02-07 20:46:03 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-07 20:44:55 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3675 - requested by minskim
www/awstats security update

Revisions pulled up:
- www/awstats/Makefile                                          1.46
- www/awstats/distinfo                                          1.29
- www/awstats/patches/patch-wwwroot_cgi-bin_awredir.pl          1.1

---
  Module Name:    pkgsrc
  Committed By:  minskim
  Date:          Sun Feb  5 23:58:07 UTC 2012

  Modified Files:
          pkgsrc/www/awstats: Makefile distinfo
  Added Files:
          pkgsrc/www/awstats/patches: patch-wwwroot_cgi-bin_awredir.pl

  Log Message:
  Fix XSS vulnerabilities in awstats.

  Patch from awstat's CVS repo.

(sbd)

2012-02-07 20:41:42 UTC MAIN commitmail json YAML

Note update of net/pure-ftpd

(morr)

2012-02-07 20:40:40 UTC MAIN commitmail json YAML

Update pure-ftpd to version 1.0.35 and add script to start pure-uploadscript.

Changes since 1.0.30:

- An old-standing bug has been fixed: when a file was renamed and overwrote an existing file, the quota wasn't properly updated.
- SITE UTIME now supports the 2-arguments syntax in addition to the 5-arguments syntax.
- Support for the MFMT command has been implemented.
- A default directory can now be specified when using the LDAP backend.
- Support SHA1 password hashing in MySQL and PostgreSQL backends
- Support for braces expansion in directory listings has been disabled - Cf. CVE-2011-0418
- The list of allowed ciphers for SSL/TLS connections can now be specified (--tlsciphersuite / -J).
- Shell-like escaping is now partially handled when emulating the "ls" command in order to improve compatibility with legacy clients.
- Linking issues with MySQL support on Fedora have been solved.

(morr)

2012-02-07 20:07:32 UTC MAIN commitmail json YAML

Updated devel/py-dulwich to 0.8.3

(ryoon)

2012-02-07 20:06:44 UTC MAIN commitmail json YAML

Update to 0.8.3

Changelog:
0.8.3 2012-01-21

FEATURES

  * The config parser now supports the git-config file format as
    described in git-config(1) and can write git config files.
    (Jelmer Vernooij, #531092, #768687)

  * ``Repo.do_commit`` will now use the user identity from
    .git/config or ~/.gitconfig if none was explicitly specified.
  (Jelmer Vernooij)

BUG FIXES

  * Allow ``determine_wants`` methods to include the zero sha in their
    return value. (Jelmer Vernooij)

0.8.2 2011-12-18

BUG FIXES

  * Cope with different zlib buffer sizes in sha1 file parser.
    (Jelmer Vernooij)

  * Fix get_transport_and_path for HTTP/HTTPS URLs.
    (Bruno Reni辿)

  * Avoid calling free_objects() on NULL in error cases. (Chris Eberle)

  * Fix use --bare argument to 'dulwich init'. (Chris Eberle)

  * Properly abort connections when the determine_wants function
    raises an exception. (Jelmer Vernooij, #856769)

  * Tweak xcodebuild hack to deal with more error output.
    (Jelmer Vernooij, #903840)

FEATURES

  * Add support for retrieving tarballs from remote servers.
    (Jelmer Vernooij, #379087)

  * New method ``update_server_info`` which generates data
    for dumb server access. (Jelmer Vernooij, #731235)

0.8.1 2011-10-31

FEATURES

  * Repo.do_commit has a new argument 'ref'.

  * Repo.do_commit has a new argument 'merge_heads'. (Jelmer Vernooij)

  * New ``Repo.get_walker`` method. (Jelmer Vernooij)

  * New ``Repo.clone`` method. (Jelmer Vernooij, #725369)

  * ``GitClient.send_pack`` now supports the 'side-band-64k' capability.
    (Jelmer Vernooij)

  * ``HttpGitClient`` which supports the smart server protocol over
    HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)

  * Add basic support for alternates. (Jelmer Vernooij, #810429)

CHANGES

  * unittest2 or python >= 2.7 is now required for the testsuite.
    testtools is no longer supported. (Jelmer Vernooij, #830713)

BUG FIXES

  * Fix compilation with older versions of MSVC.  (Martin gz)

  * Special case 'refs/stash' as a valid ref. (Jelmer Vernooij, #695577)

  * Smart protocol clients can now change refs even if they are
    not uploading new data. (Jelmer Vernooij, #855993)

* Don't compile C extensions when running in pypy.
  (Ronny Pfannschmidt, #881546)

* Use different name for strnlen replacement function to avoid clashing
  with system strnlen. (Jelmer Vernooij, #880362)

API CHANGES

  * ``Repo.revision_history`` is now deprecated in favor of ``Repo.get_walker``.
    (Jelmer Vernooij)

0.8.0 2011-08-07

FEATURES

  * New DeltaChainIterator abstract class for quickly iterating all objects in
    a pack, with implementations for pack indexing and inflation.
    (Dave Borowitz)

  * New walk module with a Walker class for customizable commit walking.
    (Dave Borowitz)

  * New tree_changes_for_merge function in diff_tree. (Dave Borowitz)

  * Easy rename detection in RenameDetector even without find_copies_harder.
    (Dave Borowitz)

BUG FIXES

  * Avoid storing all objects in memory when writing pack.
    (Jelmer Vernooij, #813268)

  * Support IPv6 for git:// connections. (Jelmer Vernooij, #801543)

  * Improve performance of Repo.revision_history(). (Timo Schmid, #535118)

  * Fix use of SubprocessWrapper on Windows. (Paulo Madeira, #670035)

  * Fix compilation on newer versions of Mac OS X (Lion and up). (Ryan McKern, #794543)

  * Prevent raising ValueError for correct refs in RefContainer.__delitem__.

  * Correctly return a tuple from MemoryObjectStore.get_raw. (Dave Borowitz)

  * Fix a bug in reading the pack checksum when there are fewer than 20 bytes
    left in the buffer. (Dave Borowitz)

  * Support ~ in git:// URL paths. (Jelmer Vernooij, #813555)

  * Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz)

  * ObjectStore.get_graph_walker() now no longer yields the same
    revision more than once. This has a significant improvement for
    performance when wide revision graphs are involved.
    (Jelmer Vernooij, #818168)

  * Teach ReceivePackHandler how to read empty packs. (Dave Borowitz)

  * Don't send a pack with duplicates of the same object. (Dave Borowitz)

  * Teach the server how to serve a clone of an empty repo. (Dave Borowitz)

  * Correctly advertise capabilities during receive-pack. (Dave Borowitz)

  * Fix add/add and add/rename conflicts in tree_changes_for_merge.
    (Dave Borowitz)

  * Use correct MIME types in web server. (Dave Borowitz)

API CHANGES

  * write_pack no longer takes the num_objects argument and requires an object
    to be passed in that is iterable (rather than an iterator) and that
    provides __len__.  (Jelmer Vernooij)

  * write_pack_data has been renamed to write_pack_objects and no longer takes a
    num_objects argument. (Jelmer Vernooij)

  * take_msb_bytes, read_zlib_chunks, unpack_objects, and
    PackStreamReader.read_objects now take an additional argument indicating a
    crc32 to compute. (Dave Borowitz)

  * PackObjectIterator was removed; its functionality is still exposed by
    PackData.iterobjects. (Dave Borowitz)

  * Add a sha arg to write_pack_object to incrementally compute a SHA.
    (Dave Borowitz)

  * Include offset in PackStreamReader results. (Dave Borowitz)

  * Move PackStreamReader from server to pack. (Dave Borowitz)

  * Extract a check_length_and_checksum, compute_file_sha, and
    pack_object_header pack helper functions. (Dave Borowitz)

  * Extract a compute_file_sha function. (Dave Borowitz)

  * Remove move_in_thin_pack as a separate method; add_thin_pack now completes
    the thin pack and moves it in in one step. Remove ThinPackData as well.
    (Dave Borowitz)

  * Custom buffer size in read_zlib_chunks. (Dave Borowitz)

  * New UnpackedObject data class that replaces ad-hoc tuples in the return
    value of unpack_object and various DeltaChainIterator methods.
    (Dave Borowitz)

  * Add a lookup_path convenience method to Tree. (Dave Borowitz)

  * Optionally create RenameDetectors without passing in tree SHAs.
    (Dave Borowitz)

  * Optionally include unchanged entries in RenameDetectors. (Dave Borowitz)

  * Optionally pass a RenameDetector to tree_changes. (Dave Borowitz)

  * Optionally pass a request object through to server handlers. (Dave Borowitz)

TEST CHANGES

  * If setuptools is installed, "python setup.py test" will now run the testsuite.
    (Jelmer Vernooij)

  * Add a new build_pack test utility for building packs from a simple spec.
    (Dave Borowitz)

  * Add a new build_commit_graph test utility for building commits from a
    simple spec. (Dave Borowitz)

0.7.1 2011-04-12

BUG FIXES

  * Fix double decref in _diff_tree.c. (Ted Horst, #715528)

  * Fix the build on Windows. (Pascal Quantin)

  * Fix get_transport_and_path compatibility with pre-2.6.5 versions of Python.
    (Max Bowsher, #707438)

  * BaseObjectStore.determine_wants_all no longer breaks on zero SHAs.
    (Jelmer Vernooij)

  * write_tree_diff() now supports submodules.
    (Jelmer Vernooij)

  * Fix compilation for XCode 4 and older versions of distutils.sysconfig.
    (Daniele Sluijters)

IMPROVEMENTS

  * Sphinxified documentation. (Lukasz Balcerzak)

  * Add Pack.keep.(Marc Brinkmann)

API CHANGES

  * The order of the parameters to Tree.add(name, mode, sha) has changed, and
    is now consistent with the rest of Dulwich. Existing code will still
    work but print a DeprecationWarning. (Jelmer Vernooij, #663550)

  * Tree.entries() is now deprecated in favour of Tree.items() and
    Tree.iteritems(). (Jelmer Vernooij)

0.7.0 2011-01-21

FEATURES

  * New `dulwich.diff_tree` module for simple content-based rename detection.
    (Dave Borowitz)

  * Add Tree.items(). (Jelmer Vernooij)

  * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)

  * Add write_tree_diff(). (Jelmer Vernooij)

  * Add `serve_command` function for git server commands as executables.
    (Jelmer Vernooij)

  * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
    (Dave Borowitz, #568493)

BUG FIXES

  * Correct short-circuiting operation for no-op fetches in the server.
    (Dave Borowitz)

  * Support parsing git mbox patches without a version tail, as generated by
    Mercurial.  (Jelmer Vernooij)

  * Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)

  * Zero-padded file modes in Tree objects no longer trigger an exception but
    the check code warns about them. (Augie Fackler, #581064)

  * Repo.init() now honors the mkdir flag. (#671159)

  * The ref format is now checked when setting a ref rather than when reading it back.
    (Dave Borowitz, #653527)

  * Make sure pack files are closed correctly. (Tay Ray Chuan)

DOCUMENTATION

  * Run the tutorial inside the test suite. (Jelmer Vernooij)

  * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
    #610540)

0.6.2 2010-10-16

BUG FIXES

  * HTTP server correctly handles empty CONTENT_LENGTH. (Dave Borowitz)

  * Don't error when creating GitFiles with the default mode. (Dave Borowitz)

  * ThinPackData.from_file now works with resolve_ext_ref callback.
    (Dave Borowitz)

  * Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)

  * Set bare=true in the configuratin for bare repositories. (Dirk Neumann)

FEATURES

  * Use slots for core objects to save up on memory. (Jelmer Vernooij)

  * Web server supports streaming progress/pack output. (Dave Borowitz)

  * New public function dulwich.pack.write_pack_header. (Dave Borowitz)

  * Distinguish between missing files and read errors in HTTP server.
    (Dave Borowitz)

  * Initial work on support for fastimport using python-fastimport.
    (Jelmer Vernooij)

  * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)

  * Delegate SHA peeling to the object store.  (Dave Borowitz)

TESTS

  * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)

  * New tests in test_web with better coverage and fewer ad-hoc mocks.
    (Dave Borowitz)

  * Standardize quote delimiters in test_protocol. (Dave Borowitz)

  * Fix use when testtools is installed. (Jelmer Vernooij)

  * Add trivial test for write_pack_header. (Jelmer Vernooij)

  * Refactor some of dulwich.tests.compat.server_utils. (Dave Borowitz)

  * Allow overwriting id property of objects in test utils. (Dave Borowitz)

  * Use real in-memory objects rather than stubs for server tests.
    (Dave Borowitz)

  * Clean up MissingObjectFinder. (Dave Borowitz)

API CHANGES

  * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
    order. (Dave Borowitz)

  * ObjectStore.iter_tree_contents can optionally yield tree objects as well.
    (Dave Borowitz).

  * Add side-band-64k support to ReceivePackHandler. (Dave Borowitz)

  * Change server capabilities methods to classmethods. (Dave Borowitz)

  * Tweak server handler injection. (Dave Borowitz)

  * PackIndex1 and PackIndex2 now subclass FilePackIndex, which is
    itself a subclass of PackIndex. (Jelmer Vernooij)

DOCUMENTATION

  * Add docstrings for various functions in dulwich.objects. (Jelmer Vernooij)

  * Clean up docstrings in dulwich.protocol. (Dave Borowitz)

  * Explicitly specify allowed protocol commands to
    ProtocolGraphWalker.read_proto_line.  (Dave Borowitz)

  * Add utility functions to DictRefsContainer. (Dave Borowitz)

0.6.1 2010-07-22

BUG FIXES

  * Fix memory leak in C implementation of sorted_tree_items. (Dave Borowitz)

  * Use correct path separators for named repo files. (Dave Borowitz)

  * python > 2.7 and testtools-based test runners will now also pick up skipped
    tests correctly. (Jelmer Vernooij)

FEATURES

  * Move named file initilization to BaseRepo. (Dave Borowitz)

  * Add logging utilities and git/HTTP server logging. (Dave Borowitz)

  * The GitClient interface has been cleaned up and instances are now reusable.
    (Augie Fackler)

  * Allow overriding paths to executables in GitSSHClient.
    (Ross Light, Jelmer Vernooij, #585204)

  * Add PackBasedObjectStore.pack_loose_objects(). (Jelmer Vernooij)

TESTS

  * Add tests for sorted_tree_items and C implementation. (Dave Borowitz)

  * Add a MemoryRepo that stores everything in memory. (Dave Borowitz)

  * Quiet logging output from web tests. (Dave Borowitz)

  * More flexible version checking for compat tests. (Dave Borowitz)

  * Compat tests for servers with and without side-band-64k. (Dave Borowitz)

CLEANUP

  * Clean up file headers. (Dave Borowitz)

TESTS

  * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)

API CHANGES

  * dulwich.pack.write_pack_index_v{1,2} now take a file-like object
    rather than a filename. (Jelmer Vernooij)

  * Make dul-daemon/dul-web trivial wrappers around server functionality.
    (Dave Borowitz)

  * Move reference WSGI handler to web.py. (Dave Borowitz)

  * Factor out _report_status in ReceivePackHandler. (Dave Borowitz)

  * Factor out a function to convert a line to a pkt-line. (Dave Borowitz)

(ryoon)

2012-02-07 19:58:57 UTC MAIN commitmail json YAML

Updated net/nicovideo-dl to 0.0.20110724

(ryoon)

2012-02-07 19:58:09 UTC MAIN commitmail json YAML

Update to 0.0.20110724

* Add the client information in User-Agent header.
  See also: https://twitter.com/koizuka/status/22784289203

(ryoon)

2012-02-07 11:54:54 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 2.3.2

(obache)

2012-02-07 11:54:41 UTC MAIN commitmail json YAML

Update py-lxml to 2.3.2.

2.3.2 (2011-11-11)
==================

Features added
--------------

* ``lxml.objectify.deannotate()`` has a new boolean option
  ``cleanup_namespaces`` to remove the objectify namespace
  declarations (and generally clean up the namespace declarations)
  after removing the type annotations.

* ``lxml.objectify`` gained its own ``SubElement()`` function as a
  copy of ``etree.SubElement`` to avoid an otherwise redundant import
  of ``lxml.etree`` on the user side.

Bugs fixed
----------

* Fixed the "descendant" bug in cssselect a second time (after a first
  fix in lxml 2.3.1).  The previous change resulted in a serious
  performance regression for the XPath based evaluation of the
  translated expression.  Note that this breaks the usage of some of
  the generated XPath expressions as XSLT location paths that
  previously worked in 2.3.1.

* Fixed parsing of some selectors in cssselect. Whitespace after combinators
  ">", "+" and "~" is now correctly ignored. Previously is was parsed as
  a descendant combinator. For example, "div> .foo" was parsed the same as
  "div>* .foo" instead of "div>.foo".

Other changes
--------------

2.3.1 (2011-09-25)
==================

Features added
--------------

* New option ``kill_tags`` in ``lxml.html.clean`` to remove specific
  tags and their content (i.e. their whole subtree).

* ``pi.get()`` and ``pi.attrib`` on processing instructions to parse
  pseudo-attributes from the text content of processing instructions.

* ``lxml.get_include()`` returns a list of include paths that can be
  used to compile external C code against lxml.etree.  This is
  specifically required for statically linked lxml builds when code
  needs to compile against the exact same header file versions as lxml
  itself.

* ``Resolver.resolve_file()`` takes an additional option
  ``close_file`` that configures if the file(-like) object will be
  closed after reading or not.  By default, the file will be closed,
  as the user is not expected to keep a reference to it.

Bugs fixed
----------

* HTML cleaning didn't remove 'data:' links.

* The html5lib parser integration now uses the 'official'
  implementation in html5lib itself, which makes it work with newer
  releases of the library.

* In ``lxml.sax``, ``endElementNS()`` could incorrectly reject a plain
  tag name when the corresponding start event inferred the same plain
  tag name to be in the default namespace.

* When an open file-like object is passed into ``parse()`` or
  ``iterparse()``, the parser will no longer close it after use.  This
  reverts a change in lxml 2.3 where all files would be closed.  It is
  the users responsibility to properly close the file(-like) object,
  also in error cases.

* Assertion error in lxml.html.cleaner when discarding top-level elements.

* In lxml.cssselect, use the xpath 'A//B' (short for
  'A/descendant-or-self::node()/B') instead of 'A/descendant::B' for
  the css descendant selector ('A B').  This makes a few edge cases
  like ``"div *:last-child"`` consistent with the selector behavior in
  WebKit and Firefox, and makes more css expressions valid location
  paths (for use in xsl:template match).

* In lxml.html, non-selected ``<option>`` tags no longer show up in the
  collected form values.

* Adding/removing ``<option>`` values to/from a multiple select form
  field properly selects them and unselects them.

Other changes
--------------

* Static builds can specify the download directory with the
  ``--download-dir`` option.

2.3 (2011-02-06)
================

Features added
--------------

* When looking for children, ``lxml.objectify`` takes '{}tag' as
  meaning an empty namespace, as opposed to the parent namespace.

Bugs fixed
----------

* When finished reading from a file-like object, the parser
  immediately calls its ``.close()`` method.

* When finished parsing, ``iterparse()`` immediately closes the input
  file.

* Work-around for libxml2 bug that can leave the HTML parser in a
  non-functional state after parsing a severly broken document (fixed
  in libxml2 2.7.8).

* ``marque`` tag in HTML cleanup code is correctly named ``marquee``.

Other changes
--------------

* Some public functions in the Cython-level C-API have more explicit
  return types.

2.3beta1 (2010-09-06)
=====================

Features added
--------------

Bugs fixed
----------

* Crash in newer libxml2 versions when moving elements between
  documents that had attributes on replaced XInclude nodes.

* ``XMLID()`` function was missing the optional ``parser`` and
  ``base_url`` parameters.

* Searching for wildcard tags in ``iterparse()`` was broken in Py3.

* ``lxml.html.open_in_browser()`` didn't work in Python 3 due to the
  use of os.tempnam.  It now takes an optional 'encoding' parameter.

Other changes
--------------

2.3alpha2 (2010-07-24)
======================

Features added
--------------

Bugs fixed
----------

* Crash in XSLT when generating text-only result documents with a
  stylesheet created in a different thread.

Other changes
--------------

* ``repr()`` of Element objects shows the hex ID with leading 0x
  (following ElementTree 1.3).

2.3alpha1 (2010-06-19)
======================

Features added
--------------

* Keyword argument ``namespaces`` in ``lxml.cssselect.CSSSelector()``
  to pass a prefix-to-namespace mapping for the selector.

* New function ``lxml.etree.register_namespace(prefix, uri)`` that
  globally registers a namespace prefix for a namespace that newly
  created Elements in that namespace will use automatically.  Follows
  ElementTree 1.3.

* Support 'unicode' string name as encoding parameter in
  ``tostring()``, following ElementTree 1.3.

* Support 'c14n' serialisation method in ``ElementTree.write()`` and
  ``tostring()``, following ElementTree 1.3.

* The ElementPath expression syntax (``el.find*()``) was extended to
  match the upcoming ElementTree 1.3 that will ship in the standard
  library of Python 3.2/2.7.  This includes extended support for
  predicates as well as namespace prefixes (as known from XPath).

* During regular XPath evaluation, various ESXLT functions are
  available within their namespace when using libxslt 1.1.26 or later.

* Support passing a readily configured logger instance into
  ``PyErrorLog``, instead of a logger name.

* On serialisation, the new ``doctype`` parameter can be used to
  override the DOCTYPE (internal subset) of the document.

* New parameter ``output_parent`` to ``XSLTExtension.apply_templates()``
  to append the resulting content directly to an output element.

* ``XSLTExtension.process_children()`` to process the content of the
  XSLT extension element itself.

* ISO-Schematron support based on the de-facto Schematron reference
  'skeleton implementation'.

* XSLT objects now take XPath object as ``__call__`` stylesheet
  parameters.

* Enable path caching in ElementPath (``el.find*()``) to avoid parsing
  overhead.

* Setting the value of a namespaced attribute always uses a prefixed
  namespace instead of the default namespace even if both declare the
  same namespace URI.  This avoids serialisation problems when an
  attribute from a default namespace is set on an element from a
  different namespace.

* XSLT extension elements: support for XSLT context nodes other than
  elements: document root, comments, processing instructions.

* Support for strings (in addition to Elements) in node-sets returned
  by extension functions.

* Forms that lack an ``action`` attribute default to the base URL of
  the document on submit.

* XPath attribute result strings have an ``attrname`` property.

* Namespace URIs get validated against RFC 3986 at the API level
  (required by the XML namespace specification).

* Target parsers show their target object in the ``.target`` property
  (compatible with ElementTree).

Bugs fixed
----------

* API is hardened against invalid proxy instances to prevent crashes
  due to incorrectly instantiated Element instances.

* Prevent crash when instantiating ``CommentBase`` and friends.

* Export ElementTree compatible XML parser class as
  ``XMLTreeBuilder``, as it is called in ET 1.2.

* ObjectifiedDataElements in lxml.objectify were not hashable.  They
  now use the hash value of the underlying Python value (string,
  number, etc.) to which they compare equal.

* Parsing broken fragments in lxml.html could fail if the fragment
  contained an orphaned closing '</div>' tag.

* Using XSLT extension elements around the root of the output document
  crashed.

* ``lxml.cssselect`` did not distinguish between ``x[attr="val"]`` and
  ``x [attr="val"]`` (with a space).  The latter now matches the
  attribute independent of the element.

* Rewriting multiple links inside of HTML text content could end up
  replacing unrelated content as replacements could impact the
  reported position of subsequent matches.  Modifications are now
  simplified by letting the ``iterlinks()`` generator in ``lxml.html``
  return links in reversed order if they appear inside the same text
  node.  Thus, replacements and link-internal modifications no longer
  change the position of links reported afterwards.

* The ``.value`` attribute of ``textarea`` elements in lxml.html did
  not represent the complete raw value (including child tags etc.). It
  now serialises the complete content on read and replaces the
  complete content by a string on write.

* Target parser didn't call ``.close()`` on the target object if
  parsing failed.  Now it is guaranteed that ``.close()`` will be
  called after parsing, regardless of the outcome.

Other changes
-------------

* Official support for Python 3.1.2 and later.

* Static MS Windows builds can now download their dependencies
  themselves.

* ``Element.attrib`` no longer uses a cyclic reference back to its
  Element object.  It therefore no longer requires the garbage
  collector to clean up.

* Static builds include libiconv, in addition to libxml2 and libxslt.

2.2.8 (2010-09-02)
==================

Bugs fixed
----------

* Crash in newer libxml2 versions when moving elements between
  documents that had attributes on replaced XInclude nodes.

* Import fix for urljoin in Python 3.1+.

2.2.7 (2010-07-24)
==================

Bugs fixed
----------

* Crash in XSLT when generating text-only result documents with a
  stylesheet created in a different thread.

(obache)

2012-02-07 11:34:37 UTC MAIN commitmail json YAML

devel/libmemcached updated to 1.0.4

(fhajny)

2012-02-07 11:34:00 UTC MAIN commitmail json YAML

Update libmemcached to 1.0.4.

pkgsrc changes:
* Fix build on SunOS
* Add proper libtool support

Upstream changes:

1.0.4
* Fix for memcached_dump().
* Additional testing for memcached_stat_execute().

1.0.3
* Increased size of sort buffer used during Ketama.
* Added support for new behavior to handle dead servers.
* Overall haul of UDP IO.
* Fixed C compile issue with memcached_exist()
* Numerous bug fixes.
* Clang support for OSX.
* All commands now using vector send support.

1.0.2
* Dropped libmemcached/memcached_util.h (undocumented header file)
* Added memcached_touch() and memcached_touch_by_key()
* UDP support restructured to toggle on a complete memcached_st structure.

(fhajny)

2012-02-07 11:25:46 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-07 11:22:02 UTC MAIN commitmail json YAML

Updated textproc/py-libxml2 to 2.7.8nb1

(obache)

2012-02-07 11:21:51 UTC MAIN commitmail json YAML

distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2012-02-07 11:06:06 UTC MAIN commitmail json YAML

Updated textproc/py-cabocha to 0.53nb1

(obache)

2012-02-07 11:05:01 UTC MAIN commitmail json YAML

distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2012-02-07 09:44:22 UTC MAIN commitmail json YAML

Avoid a crash if getprotobyname("IP") does return NULL.

(martin)

2012-02-07 09:43:24 UTC MAIN commitmail json YAML

2012-02-07 09:42:05 UTC MAIN commitmail json YAML

Transform -ggdb<level> to -g, too.

(shattered)

2012-02-07 09:40:13 UTC MAIN commitmail json YAML

2012-02-07 09:39:17 UTC MAIN commitmail json YAML

2012-02-07 09:04:56 UTC MAIN commitmail json YAML

2012-02-07 07:54:46 UTC MAIN commitmail json YAML

Bump ABI depends, which was the whole cause of the PKGREVISION bump. Oops.

(wiz)

2012-02-07 06:45:14 UTC MAIN commitmail json YAML

Updated biology/py-mol to 1.4.1nb2
Updated converters/xlhtml to 0.5nb2
Updated games/crossfire-server to 1.11.0nb8
Updated lang/jasmin to 1.06nb2
Updated textproc/p5-CAM-PDF to 1.55nb1
Updated x11/xpns to 1.0nb3

(sbd)

2012-02-07 06:42:56 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-07 06:42:48 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-07 06:42:35 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-07 06:42:18 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-07 06:41:57 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-07 06:36:36 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-07 03:28:36 UTC MAIN commitmail json YAML

Disable use of IP Filter support explicitly on NetBSD.

This is a little backward-looking handling for build breaks on NetBSD
current, newer IP Filter.

libdnet's firewall support seems not used on NetBSD from 4.0_STABLE at
least.  So, this change thins back to before to fix build breaks.

(taca)

2012-02-07 01:33:08 UTC MAIN commitmail json YAML

Updated www/trac to 0.12.3

(gdt)

2012-02-07 01:32:17 UTC MAIN commitmail json YAML

Update to trac 0.12.3

    compatibility with Subversion 1.7 (#10414)
    easier troubleshooting of common startup errors (#10024)
    jQuery upgraded to 1.4.4 (#10001)
    improve fine-grained permission handling in the source browser (#9976, #10208, #10110)
    ... and dozens more fixes!

(gdt)

2012-02-07 00:25:30 UTC MAIN commitmail json YAML

Update cross/avrdude 5.10 to 5.11 (PR/45924)

(mef)

2012-02-07 00:21:49 UTC MAIN commitmail json YAML

PR/45924 --- update to 5.11 with minor changes
(1) update 5.10 to 5.11
(2) Trying to remove pkglint -Wall warning
(3) Update HOMEPAGE URL
----- ----- -----
AVRDUDE 5.11 relesed
    (2011/8/27 By joerg_wunsch)

Finally, more than 1.5 years after the previous release,
AVRDUDE 5.11 is finally done. This is mostly a bugfix
release, but also includes a few enhancements. The two
most important enhancements are:

- TPI (i.e. ATtiny4/5/9/10) programming support for bitbang
  programmers.

- FTDI MPSSE (FT2232 etc.) bitbang support.
----- ----- -----

(mef)

2012-02-07 00:18:27 UTC MAIN commitmail json YAML

The "SConstruct" file looks for "CC", not "cc" in the environment.
And as pkgsrc sets that by default we don't need to.

(tron)

2012-02-07 00:02:13 UTC MAIN commitmail json YAML

Remove obsolete entry for ffmpeg-20111121.0.8.7.

(tron)

2012-02-06 23:12:24 UTC MAIN commitmail json YAML

Note new "ffmpeg2theora" package.

(tron)

2012-02-06 23:11:53 UTC MAIN commitmail json YAML

Add and enable "ffmpeg2theora".

(tron)

2012-02-06 23:09:30 UTC MAIN commitmail json YAML

Import new "ffmpeg2theora" package:
With "ffmpeg2theora" you can convert any file that "ffmpeg" can decode into
the Theora format. Right now the settings are hardcoded into the binary.
The idea is to provide "ffmpeg2theora" as a binary along sites like
"v2v.cc" to enable as many people as possible to encode video clips with
the same settings.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(tron)

2012-02-06 22:44:56 UTC MAIN commitmail json YAML

Import php53-geoip-1.0.8 as net/php-geoip.

This PHP extension allows you to find the location of an IP address - City,
State, Country, Longitude, Latitude, and other information as all, such as ISP
and connection type. For more info, please visit Maxmind's website.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2012-02-06 20:31:40 UTC MAIN commitmail json YAML

Mention mksh update.

(bsiegert)

2012-02-06 20:23:16 UTC MAIN commitmail json YAML

Update mksh to R40d.

Changes: essentially bugfixes.

  # [tg] New test.sh `-f' option (same as `-C fastbox')
  # [tg] Drop using set -o noglob inside pushd/popd/dirs
  # [tg] Use += more in dot.mkshrc and keep strings shorter
  # [tg] Correct interworking between local and set -A
  # [tg] Fix out-of-bounds memory access on strings of 32 KiB length
  # [tg] MKSH_DISABLE_DEPRECATED (for integrators)
  # [tg, Jilles Tjoelker] test(1) built-in behaves exactly as POSIX says
  # [tg] Move compile-time assertions to Build.sh from misc.c#ifdef DEBUG
  # [tg] Invocation documentation is at the bottom of Build.sh
  # [tg] test.sh: verbosely look for perl(1) interpreter to use
  # [tg] New tests for integers (base 1#36, base unspecified, base OOB)
  # [tg] Correct error paths for typeset -n global state
  # [tg] Deprecate interpreting "010" as octal number, will go
  # [tg] Improvements re. integer handling; more explicit manpage text
  # [tg] Do not use caddr_t on Linux, so dietlibc stops bitching
  # [tg, Jilles Tjoelker] Catch division/modulo overflow 0x80000000/-1
  # [tg] Emacs mode ^O regression fix when the fetched lines are edited

(bsiegert)

2012-02-06 17:44:27 UTC MAIN commitmail json YAML

Updated textproc/xmlrpc-c to 1.16.39

(adam)

2012-02-06 17:43:19 UTC MAIN commitmail json YAML

2012-02-06 15:54:47 UTC MAIN commitmail json YAML

Updated net/dhcpcd-gtk to 0.6.0

(roy)

2012-02-06 15:54:30 UTC MAIN commitmail json YAML

Import dhcpcd-gtk-0.6.0 with the following changes:
Support RA's as a seperate interface, but don't allow config for them.

(roy)

2012-02-06 15:48:07 UTC MAIN commitmail json YAML

Updated net/dhcpcd-dbus to 0.6.0

(roy)

2012-02-06 15:47:53 UTC MAIN commitmail json YAML

Import dhcpcd-dbus with the following change:
Support RA's as a different interface

(roy)

2012-02-06 15:44:06 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 5.5.4

(roy)

2012-02-06 15:43:49 UTC MAIN commitmail json YAML

Import dhcpcd-5.5.4 with the following changes:
* ArchLinux SERVICESTATUS override fixed
* Shell portability fixes, including proper printf usage.
* Detect a valid ntp.conf before adjusting it
* Restart NTP correctly on Debian

* reboot timeout changed to 5 seconds
* When rebooting and not daemonized, reduce the discover timeout
  to allow for fallback or IPv4LL
* Respect each kernel carrier message
* Optimize some bitwise logic
* On Linux, pretent a bridge interface does not exist until IFF_LOWER_UP is set
* Don't remove interfaces for which commands have not been sent
* Store the assigned metric to each route so that we can change metrics on the fly
    dhcpcd -n --metric 100 iwi0
* Add SixRD support, RFC5969
* Fix SIP server support
* Only regen resolv.conf if it has changed
* Fix --reconfigure from spinning
* Add IPv6 Router Solicitation support we regards to RDNSS and DNSSL, RFC6016
* Add clang to the list of detected compilers
* Allow dhcpcd to run on a read only filesystem
* Don't attempt to tun the script if an empty string or /dev/null
* Stop truncating the netmask sockaddr on routing messages for BSD
* Prefer a DHCP lease over an IPv4LL one
* Fix carrier handling on BSD
* Fix arc4random detection on FreeBSD 7

(roy)

2012-02-06 14:27:51 UTC MAIN commitmail json YAML

Added textproc/ruby-yajl

(fhajny)

2012-02-06 14:27:30 UTC MAIN commitmail json YAML

Import ruby18-yajl-ruby-1.1.0 as textproc/ruby-yajl.

This gem is a C binding to the excellent YAJL JSON parsing and generation
library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2012-02-06 14:24:19 UTC MAIN commitmail json YAML

Add libwebp. Ride tiff PKGREVISION bump from a few hours ago.

(wiz)

2012-02-06 14:22:54 UTC MAIN commitmail json YAML

2012-02-06 14:20:24 UTC MAIN commitmail json YAML

Update to 1.9.  Notable changes:

1.9:
- With the rollout of IPv6 for a.root-servers.net, it always
  took the IPv6 address even if you used the -4 option.
- Fix false lame server issues with domains which have the
  higher domain in it (command.com for example).

1.8:
- Warnings are printed if you receive a different RR type
  than the one you asked for (for example when you ask for
  an A record and receive a CNAME)
- Fixed problems when records received in the authority
  field are shorter than the domain the nameserver is
  authoritative for.
- When compiled without IPv6 support on an IPv6 capable
  machine the machine tried to query the IPv6 translated
  IPv4 address anyway.

(shattered)

2012-02-06 13:12:52 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.7.9

(adam)

2012-02-06 13:11:35 UTC MAIN commitmail json YAML

Changes 1.7.9:
* gitk updates accumulated since early 2011.
* git-gui updated to 0.16.0.
* git-p4 (in contrib/) updates.
* Git uses gettext to translate its most common interface messages
  into the user's language if translations are available and the
  locale is appropriately set. Distributors can drop new PO files
  in po/ to add new translations.
* The code to handle username/password for HTTP transactions used in
  "git push" & "git fetch" learned to talk "credential API" to
  external programs to cache or store them, to allow integration with
  platform native keychain mechanisms.
* The input prompts in the terminal use our own getpass() replacement
  when possible. HTTP transactions used to ask for the username without
  echoing back what was typed, but with this change you will see it as
  you type.
* The internals of "revert/cherry-pick" have been tweaked to prepare
  building more generic "sequencer" on top of the implementation that
  drives them.
* "git rev-parse FETCH_HEAD" after "git fetch" without specifying
  what to fetch from the command line will now show the commit that
  would be merged if the command were "git pull".
* "git add" learned to stream large files directly into a packfile
  instead of writing them into individual loose object files.
* "git checkout -B <current branch> <elsewhere>" is a more intuitive
  way to spell "git reset --keep <elsewhere>".
* "git checkout" and "git merge" learned "--no-overwrite-ignore" option
  to tell Git that untracked and ignored files are not expendable.
* "git commit --amend" learned "--no-edit" option to say that the
  user is amending the tree being recorded, without updating the
  commit log message.
* "git commit" and "git reset" re-learned the optimization to prime
  the cache-tree information in the index, which makes it faster to
  write a tree object out after the index entries are updated.
* "git commit" detects and rejects an attempt to stuff NUL byte in
  the commit log message.
* "git commit" learned "-S" to GPG-sign the commit; this can be shown
  with the "--show-signature" option to "git log".
* fsck and prune are relatively lengthy operations that still go
  silent while making the end-user wait. They learned to give progress
  output like other slow operations.
* The set of built-in function-header patterns for various languages
  knows MATLAB.
* "git log --format='<format>'" learned new %g[nNeE] specifiers to
  show information from the reflog entries when walking the reflog
  (i.e. with "-g").
* "git pull" can be used to fetch and merge an annotated/signed tag,
  instead of the tip of a topic branch. The GPG signature from the
  signed tag is recorded in the resulting merge commit for later
  auditing.
* "git log" learned "--show-signature" option to show the signed tag
  that was merged that is embedded in the merge commit. It also can
  show the signature made on the commit with "git commit -S".
* "git branch --edit-description" can be used to add descriptive text
  to explain what a topic branch is about.
* "git fmt-merge-msg" learned to take the branch description into
  account when preparing a merge summary that "git merge" records
  when merging a local branch.
* "git request-pull" has been updated to convey more information
  useful for integrators to decide if a topic is worth merging and
  what is pulled is indeed what the requestor asked to pull,
  including:
  - the tip of the branch being requested to be merged;
  - the branch description describing what the topic is about;
  - the contents of the annotated tag, when requesting to pull a tag.
* "git pull" learned to notice 'pull.rebase' configuration variable,
  which serves as a global fallback for setting 'branch.<name>.rebase'
  configuration variable per branch.
* "git tag" learned "--cleanup" option to control how the whitespaces
  and empty lines in tag message are cleaned up.
* "gitweb" learned to show side-by-side diff.

(adam)

2012-02-06 13:03:55 UTC MAIN commitmail json YAML

Make transform-gcc recognize some the strange and disturbing things which
are in the default CFLAGS on MirBSD.

(bsiegert)

2012-02-06 12:49:38 UTC MAIN commitmail json YAML

2012-02-06 12:44:38 UTC MAIN commitmail json YAML

Updated textproc/dblatex to 0.3nb1

(obache)

2012-02-06 12:42:32 UTC MAIN commitmail json YAML

2012-02-06 12:41:29 UTC MAIN commitmail json YAML

2012-02-06 12:40:36 UTC MAIN commitmail json YAML

Import ruby18-unicorn-4.2.0 as www/ruby-unicorn.

Unicorn is an HTTP server for Rack applications designed to only serve
fast clients on low-latency, high-bandwidth connections and take
advantage of features in Unix/Unix-like kernels.  Slow clients should
only be served by placing a reverse proxy capable of fully buffering
both the the request and response in between Unicorn and slow clients.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2012-02-06 12:39:48 UTC MAIN commitmail json YAML

distutils pkg, register egg-info.

Bump PKGREVISION.

(obache)

2012-02-06 12:39:41 UTC MAIN commitmail json YAML

Import ruby18-raindrops-0.8.0 as www/ruby-raindrops.

Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as Rainbows! and
Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8
and Rubinius on platforms supporting POSIX shared memory. It may also
be used as a generic scoreboard for sharing atomic counters across
multiple processes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2012-02-06 12:32:38 UTC MAIN commitmail json YAML

Updated graphics/tiff to 4.0.0nb1

(wiz)

2012-02-06 12:32:08 UTC MAIN commitmail json YAML

2012-02-06 12:30:52 UTC MAIN commitmail json YAML

Update tiff to 4.0:

At long last, libtiff 4.0.0 is finally released.  Libtiff 4.0.0 is the
successor to the libtiff 3.9.X release series.  It is intended to be
largely API compatible with the 3.9.X releases, but it is definitely
not ABI compatible so any software which plans to use it will need to
be recompiled.  With appropriate care, source code can easily compile
with both the 3.9.X releases and libtiff 4.0.0.

This release supports the BigTIFF TIFF format in which all offsets are
unsigned 64-bit, supporting huge files.  APIs which deal with tag
offsets are necessarily updated to pass 64-bit values.  I/O functions
supporting the TIFFClientOpen() interface are updated to pass 64-bit
offset values.

(wiz)

2012-02-06 11:48:32 UTC MAIN commitmail json YAML

set some variables to point clients to exact ("valac-0.12" rather than
just "valac") versions, to prepare for parallel installation of
multiple vala compiler versions

(drochner)

2012-02-06 11:47:25 UTC MAIN commitmail json YAML

Simplify PLIST handling with using python/distutils.mk
(but for this package, egg file will be installed even with python24)

(obache)

2012-02-06 11:44:53 UTC MAIN commitmail json YAML

comment out vala dependency -- it is only needed if we patch .vala files

(drochner)

2012-02-06 11:38:03 UTC MAIN commitmail json YAML

Import ruby18-kgio-2.7.2 as devel/ruby-kgio.

kgio provides non-blocking I/O methods for Ruby without raising exceptions on
EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows!
Rack servers, but may be used by other applications.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(fhajny)

2012-02-06 11:36:45 UTC MAIN commitmail json YAML

fix typo, and propagate dependencies

(drochner)

2012-02-06 11:27:48 UTC MAIN commitmail json YAML

Fix typo in used-by line.

(wiz)

2012-02-06 11:27:09 UTC MAIN commitmail json YAML

Gah, I did not realize that there is net/py-s3cmd. Sorry for the noise.

(bsiegert)

2012-02-06 11:24:08 UTC MAIN commitmail json YAML

Import wip/s3cmd as net/s3cmd. While here, fix wording of DESCR and update
to the latest stable, 1.0.1.

S3cmd lets you copy files from/to Amazon S3 (Simple Storage
Service) using a simple to use command line client. It supports
rsync-like backup, GPG encryption, and more. It also supports
management of Amazon's CloudFront content delivery network.

s3cmd 1.0.1 - 2011-06-10
===========
* Increased socket_timeout from 10 sec to 5 min
* Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5

s3cmd 1.0.0 - 2011-01-18
===========
* [sync] now supports --no-check-md5
* Network connections now have 10s timeout
* [sync] now supports bucket-to-bucket synchronisation
* Added [accesslog] command.
* Added access logging for CloudFront distributions using [cfmodify --log]
* Added --acl-grant and --acl-revoke [Timothee Groleau]
* Allow s3:// URI as well as cf:// URI as a distribution
  name for most CloudFront related commands.
* Support for Reduced Redundancy Storage (--reduced-redundancy)
* Follow symlinks in [put] and [sync] with --follow-symlinks
* Support for CloudFront DefaultRootObject [Luke Andrew]

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(bsiegert)

2012-02-06 11:14:13 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-06 11:06:57 UTC MAIN commitmail json YAML

Updated textproc/py-X to 0.9nb3

(obache)

2012-02-06 11:06:42 UTC MAIN commitmail json YAML

no compiler is required.

(obache)

2012-02-06 11:04:47 UTC MAIN commitmail json YAML

* LICENSE=gnu-gpl-v2 # or later
* sort Makefile paragraphs with usual order.
* distutils pkg, switch to use distutils.mk, then register egg-info.

Bump PKGREVISION.

(obache)

2012-02-06 10:44:44 UTC MAIN commitmail json YAML

2012-02-06 10:32:47 UTC MAIN commitmail json YAML

Fix PLIST bug on SunOS

(fhajny)

2012-02-06 10:12:57 UTC MAIN commitmail json YAML

2012-02-06 07:06:12 UTC MAIN commitmail json YAML

Skip the interpreter check on a csh script stub.

(sbd)

2012-02-06 06:25:03 UTC MAIN commitmail json YAML

Updated benchmarks/benchfft to 2.0nb4

(sbd)

2012-02-06 06:24:54 UTC MAIN commitmail json YAML

Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run

Bump PKGREVISION

(sbd)

2012-02-06 06:19:18 UTC MAIN commitmail json YAML

2012-02-06 06:18:36 UTC MAIN commitmail json YAML

Add REPLACE_CSH as a replace interpreter template.

(sbd)

2012-02-06 05:46:25 UTC MAIN commitmail json YAML

Update perfuse to 20120206, with a more graceful unmounting when
the FUSE filesystem crashes

(manu)

2012-02-06 05:37:40 UTC MAIN commitmail json YAML

Fix a bug in blx rM register emulation on arm.

(matt)

2012-02-06 03:28:45 UTC MAIN commitmail json YAML

2012-02-06 03:16:15 UTC MAIN commitmail json YAML

Include <linux/soundcard.h> on Linux.

(sbd)

2012-02-06 03:10:09 UTC MAIN commitmail json YAML

2012-02-06 02:59:50 UTC MAIN commitmail json YAML

On Linux include <stdint> for uint??_t types.

(sbd)

2012-02-06 02:50:53 UTC MAIN commitmail json YAML

Updated audio/rsynth to 2.0nb5

(sbd)

2012-02-06 02:50:44 UTC MAIN commitmail json YAML

'nasay' is also install on Linux

Bump PKGREVISION

(sbd)

2012-02-06 02:40:29 UTC MAIN commitmail json YAML

Fix build of devrplay.so on Linux.

1) define _GNU_SOURCE before including any system headers
2) libtoolize the buildling of devrplay.so
3) Add PLIST.Linux with devrplay.la in it.

(sbd)

2012-02-06 01:31:13 UTC MAIN commitmail json YAML

patch-aa was gone, but unfortunately not forgotten.

(dsainty)

2012-02-06 00:25:52 UTC MAIN commitmail json YAML

Updated net/py-s3cmd to 1.0.1

(jakllsch)

2012-02-06 00:25:42 UTC MAIN commitmail json YAML

Update to s3cmd-1.0.1, with permission from ver.

Changes since 0.9.9.91:

s3cmd 1.0.1 - 2011-06-10
===========
* Increased socket_timeout from 10 sec to 5 min
* Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5

s3cmd 1.0.0 - 2011-01-18
===========
* [sync] now supports --no-check-md5
* Network connections now have 10s timeout
* [sync] now supports bucket-to-bucket synchronisation
* Added [accesslog] command.
* Added access logging for CloudFront distributions using [cfmodify --log]
* Added --acl-grant and --acl-revoke [Timothee Groleau]
* Allow s3:// URI as well as cf:// URI as a distribution
  name for most CloudFront related commands.
* Support for Reduced Redundancy Storage (--reduced-redundancy)
* Follow symlinks in [put] and [sync] with --follow-symlinks
* Support for CloudFront DefaultRootObject [Luke Andrew]

(jakllsch)

2012-02-05 23:58:45 UTC MAIN commitmail json YAML

Note PKGREVISION bump of awstats.

(minskim)

2012-02-05 23:58:07 UTC MAIN commitmail json YAML

2012-02-05 22:56:51 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-05 22:56:27 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3674 - requested by pettai
graphics/png: security update

Revisions pulled up:
- graphics/png/Makefile                                        1.143
- graphics/png/distinfo                                        1.90

---
  Module Name: pkgsrc
  Committed By: wiz
  Date: Wed Feb  1 23:05:19 UTC 2012

  Modified Files:
  pkgsrc/graphics/png: Makefile distinfo

  Log Message:
  Update to 1.5.8:

  Version 1.5.8beta01 [January 15, 2011]
    Removed '#include config.h"' from contrib/libtests/pngvalid.c.  It's not
      needed and causes trouble for VPATH building.
    Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper
      location in configure.ac (Gilles Espinasse).
    Fix bug in pngerror.c: some long warnings were being improperly truncated
      (bug introduced in libpng-1.5.3beta05).

  Version 1.5.8rc01 [January 21, 2012]
    No changes.

  Version 1.5.8rc02 [January 25, 2012]
    Fixed Min/GW uninstall to remove libpng.dll.a
    Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt

(tron)

2012-02-05 22:53:51 UTC MAIN commitmail json YAML

1) Use ${PKGMANDIR} when install manpages
2) Use $(LDFLAGS) when linking.

(sbd)

2012-02-05 22:49:38 UTC MAIN commitmail json YAML

2012-02-05 22:49:13 UTC MAIN commitmail json YAML

Add missing devel/glib2 buildlink to the buildlink3.mk file.

Bump BUILDLINK_ABI_DEPENDS

(sbd)

2012-02-05 22:27:09 UTC MAIN commitmail json YAML

2012-02-05 22:20:50 UTC MAIN commitmail json YAML

Updated audio/pd to 0.43.0nb1

(sbd)

2012-02-05 22:20:42 UTC MAIN commitmail json YAML

plist fixes:

1) Add PLIST.Linux with Linux only files.
2) Set EXTERNAL_EXTENSION based on OPSYS.
3) Make EXTERNAL_EXTENSION a PLIST_SUBST and add it to files that need it.

Bump PKGREVISION

(sbd)

2012-02-05 21:55:15 UTC MAIN commitmail json YAML

2012-02-05 21:48:34 UTC MAIN commitmail json YAML

Updated audio/ocp to 0.1.21nb1

(sbd)

2012-02-05 21:48:26 UTC MAIN commitmail json YAML

Add PLIST.Linux with linux only installed files.

Bump PKGREVISION

(sbd)

2012-02-05 21:31:18 UTC MAIN commitmail json YAML

2012-02-05 21:28:10 UTC MAIN commitmail json YAML

2012-02-05 21:20:17 UTC MAIN commitmail json YAML

NOT_FOR_PLATFORM+=Linux-*-*

(sbd)

2012-02-05 21:17:02 UTC MAIN commitmail json YAML

2012-02-05 20:53:13 UTC MAIN commitmail json YAML

Remove '-m486' from COMPILERFLAGS, its not a g++ flag.

(sbd)

2012-02-05 20:39:51 UTC MAIN commitmail json YAML

Linux fixes:

1) define INFTIM if needed.
2) glibc does not have a <sys/filio.h>
3) Don't build sun audio support on Linux.

While here make 'arts' a PKG_SUGGESTED_OPTIONS on Linux.

(sbd)

2012-02-05 20:05:56 UTC MAIN commitmail json YAML

2012-02-05 18:42:28 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-05 18:41:14 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3666 - requested by tron
net/samba: functionality fixes

Revisions pulled up:
- net/samba/Makefile                                            1.210-1.215
- net/samba/PLIST                                              1.48
- net/samba/PLIST.Linux                                        1.1-1.2
- net/samba/PLIST.NetBSD                                        1.1
- net/samba/buildlink3.mk                                      1.9
- net/samba/distinfo                                            1.80-1.83
- net/samba/options.mk                                          1.28
- net/samba/patches/patch-al                                    deleted
- net/samba/patches/patch-client_client.c                      1.1-1.3

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: sbd
  Date: Mon Jan 30 07:24:42 UTC 2012

  Modified Files:
  pkgsrc/net/samba: distinfo
  Removed Files:
  pkgsrc/net/samba/patches: patch-al

  Log Message:
  Remove patch-al, its not actually a patch just a file with the words
  "Changes were applied."

  To generate a diff of this commit:
  cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/samba/distinfo
  cvs rdiff -u -r1.8 -r0 pkgsrc/net/samba/patches/patch-al

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Mon Jan 30 13:44:06 UTC 2012

  Modified Files:
  pkgsrc/net/samba: Makefile distinfo
  Added Files:
  pkgsrc/net/samba/patches: patch-client_client.c

  Log Message:
  Restore compatibility of "smbclient" with CIFS server on the
  Apple Time Capsule.

  To generate a diff of this commit:
  cvs rdiff -u -r1.209 -r1.210 pkgsrc/net/samba/Makefile
  cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/samba/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/patches/patch-client_client.c

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Mon Jan 30 15:44:02 UTC 2012

  Modified Files:
  pkgsrc/net/samba: Makefile PLIST buildlink3.mk options.mk
  Added Files:
  pkgsrc/net/samba: PLIST.NetBSD

  Log Message:
  Moved NetBSD files into PLIST.NetBSD; fixed couple pkglint issues

  To generate a diff of this commit:
  cvs rdiff -u -r1.210 -r1.211 pkgsrc/net/samba/Makefile
  cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/samba/PLIST
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/PLIST.NetBSD
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/samba/buildlink3.mk
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/samba/options.mk

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Mon Jan 30 15:48:11 UTC 2012

  Modified Files:
  pkgsrc/net/samba: Makefile distinfo
  pkgsrc/net/samba/patches: patch-client_client.c

  Log Message:
  Fix botch in last patch which meant that we were ignoring almost all
  errors in response to SMB echo packets.

  The new fix doesn't look particular nice but should at least do
  The Right Thing(TM).

  To generate a diff of this commit:
  cvs rdiff -u -r1.211 -r1.212 pkgsrc/net/samba/Makefile
  cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/samba/distinfo
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/samba/patches/patch-client_client.c

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Mon Jan 30 23:07:06 UTC 2012

  Modified Files:
  pkgsrc/net/samba: Makefile distinfo
  pkgsrc/net/samba/patches: patch-client_client.c

  Log Message:
  Third time's the charm:
  Replace patch for SMBecho compatibility problem with patch provided by
  the Samba maintainers. Successfully tested with an Apple Time Capsule.

  To generate a diff of this commit:
  cvs rdiff -u -r1.212 -r1.213 pkgsrc/net/samba/Makefile
  cvs rdiff -u -r1.82 -r1.83 pkgsrc/net/samba/distinfo
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/samba/patches/patch-client_client.c

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: sbd
  Date: Tue Jan 31 05:54:06 UTC 2012

  Modified Files:
  pkgsrc/net/samba: Makefile
  Added Files:
  pkgsrc/net/samba: PLIST.Linux

  Log Message:
  Add PLIST.Linux

  To generate a diff of this commit:
  cvs rdiff -u -r1.213 -r1.214 pkgsrc/net/samba/Makefile
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/PLIST.Linux

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: sbd
  Date: Tue Jan 31 06:34:02 UTC 2012

  Modified Files:
  pkgsrc/net/samba: PLIST.Linux

  Log Message:
  Fix the $NetBSD$ tag

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/samba/PLIST.Linux

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: sbd
  Date: Tue Jan 31 06:53:31 UTC 2012

  Modified Files:
  pkgsrc/net/samba: Makefile

  Log Message:
  Add missing zlib buildlink and on Linux only uuid buildlink.

  Bump PKGREVISION.

  To generate a diff of this commit:
  cvs rdiff -u -r1.214 -r1.215 pkgsrc/net/samba/Makefile

(spz)

2012-02-05 15:44:04 UTC MAIN commitmail json YAML

Updated www/aipo to 6.03

(ryoon)

2012-02-05 15:43:16 UTC MAIN commitmail json YAML

Update to 6.0.3

* Bugfixes
* Some improvements.
* Add Report function.

See: http://code.google.com/p/aipo/wiki/ReleaseNote6030 (written in Japanese)

(ryoon)

2012-02-05 15:30:15 UTC MAIN commitmail json YAML

Updated www/apache-tomcat7 to 7.0.25

(ryoon)

2012-02-05 15:29:18 UTC MAIN commitmail json YAML

2012-02-05 14:50:48 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20120108b

(ryoon)

2012-02-05 14:49:21 UTC MAIN commitmail json YAML

Update to 20120108b

* Minor improvements.
* Bugfixes.

(ryoon)

2012-02-05 13:23:54 UTC MAIN commitmail json YAML

setting of PYDISTUTILSPKG=yes is not required here for egg pkg.

(obache)

2012-02-05 13:20:38 UTC MAIN commitmail json YAML

Updated textproc/py-yamcha to 0.33nb1

(obache)

2012-02-05 13:19:32 UTC MAIN commitmail json YAML

distutils pkg, use python/distutils.mk, then register egg-info.

Bump PKGREVISION.

(obache)

2012-02-05 12:16:56 UTC MAIN commitmail json YAML

Don't set BUILDLINK_LIBS for db1, db2 and db3, same as db4.

It will add BDB libraries to LIBS, and may introduce unwanted linked against BDB
libraries, whether needed or not.

(obache)

2012-02-05 09:24:19 UTC MAIN commitmail json YAML

Correct spelling mistake with BUILDLINK_LDADD.dl and it can only be used in
a conditional after the inclusion of bsd.pkg.mk.

(sbd)

2012-02-05 09:00:37 UTC MAIN commitmail json YAML

libsigc++>=2.2.10 is required.

(obache)

2012-02-05 09:00:13 UTC MAIN commitmail json YAML

2012-02-05 08:41:01 UTC MAIN commitmail json YAML

Updated devel/libsigc++ to 2.2.10

(obache)

2012-02-05 08:40:46 UTC MAIN commitmail json YAML

Update libsigc++ to 2.2.10.
(while here, set test target.)

2.2.10:

* slot_rep: Avoid access to deleted object in notify(),
and test case.
(Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri)
* Mention visit_each() in the documentation of sigc::adapts.
  (Thomas Rydzynski)

(obache)

2012-02-05 00:03:21 UTC MAIN commitmail json YAML

2012-02-05 00:02:47 UTC MAIN commitmail json YAML

2012-02-04 23:42:12 UTC MAIN commitmail json YAML

2012-02-04 21:59:39 UTC MAIN commitmail json YAML

2012-02-04 21:57:54 UTC MAIN commitmail json YAML

Update to 0.72.3.  Notable changes:

  - Blu-ray support
  - added CD raw reading and majority algorithm
  - C2 scanning support for CD media
  - changed treatment of CRC failures: old behaviour was to
    store a defective sector marker; now the actual sector
    contents are written to the image file.
  - Using the CDROM_SEND_PACKET ioctl() will hang parallel
    SCSI adapters. Added tests to determine the SCSI bus type,
    and switch to the SG_IO ioctl() when in doubt. [Linux]
  - fixed and documented -n command line options for RS02.

(shattered)

2012-02-04 21:11:41 UTC MAIN commitmail json YAML

Updated graphics/gimp to 2.6.12

(adam)

2012-02-04 21:10:45 UTC MAIN commitmail json YAML

Changes 2.6.12:
Bug fixes:
* GIMP 2.6.10 segfaults when CTRL-left click on a layer mask
* GIMP fails to import a path from SVG
* Crash or Gtk-CRITICAL on File->Open
* [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument
  expected, got float
* gimp(1) manpage fixes
* Sample Colorize does not function non-interactively
* file-pdf-load: Don't use deprecated API
* file-psp: fix for bogus input data
* Fixes for some buffer overflow problems
* Guard against crash due to quitting while DND is processed
* fails to build with -Werror=format-security
* script-fu: make server IPv6 aware

(adam)

2012-02-04 15:23:45 UTC MAIN commitmail json YAML

+ automake-1.11.3, avrdude-5.11 [pkg/45924], idutils-4.6,
  mathomatic-15.7.3, puzzles-9403, zile-2.4.4.

(wiz)

2012-02-04 14:21:50 UTC pkgsrc-2011Q4 commitmail json YAML

Update entry for ticket #3672.

(tron)

2012-02-04 14:21:29 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3672 - requested by bouyer
sysutils/xentools33: build fix
sysutils/xentools41: bug fix

Revisions pulled up:
- sysutils/xentools33/Makefile                                  1.28
- sysutils/xentools33/distinfo                                  1.26
- sysutils/xentools33/patches/patch-blktaplib_h                1.1
- sysutils/xentools33/patches/patch-io_ring_h                  1.1
- sysutils/xentools41/Makefile                                  1.14
- sysutils/xentools41/distinfo                                  1.16
- sysutils/xentools41/patches/patch-df                          1.1

---
  Module Name:    pkgsrc
  Committed By:  cegger
  Date:          Mon Jan  9 14:06:35 UTC 2012

  Modified Files:
          pkgsrc/sysutils/xentools33: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xentools33/patches: patch-blktaplib_h patch-io_ring_h

  Log Message:
  Apply fixes for gcc 4.5. I cannot reproduce the
  error message show in PR 45386.
  Bump revision.

---
  Module Name:    pkgsrc
  Committed By:  cegger
  Date:          Thu Jan 26 11:19:24 UTC 2012

  Modified Files:
          pkgsrc/sysutils/xentools41: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xentools41/patches: patch-df

  Log Message:
  Apply patch 79d1d3311319f3390f540f547becaba9d957f84c
  from qemu upstream:

  Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4.
  This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0.

  With this patch I can no longer reproduce PR 42455.
  Bump package revision.

(tron)

2012-02-04 13:27:37 UTC MAIN commitmail json YAML

2012-02-04 13:25:51 UTC MAIN commitmail json YAML

reset PKGREV for base pkg update (pkg untested)

(drochner)

2012-02-04 13:24:35 UTC MAIN commitmail json YAML

2012-02-04 13:10:16 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-04 13:07:50 UTC MAIN commitmail json YAML

* PYDISTUTILSPKG=yes is not required here for using distutils.mk.
* no compiler is required.

(obache)

2012-02-04 13:02:58 UTC MAIN commitmail json YAML

Updated textproc/py-xml to 0.8.4nb4

(obache)

2012-02-04 13:02:41 UTC MAIN commitmail json YAML

distutils pkg, so switch to use python/distutils, then register egg-info.

Bump PKGREVISION.

(obache)

2012-02-04 12:55:46 UTC MAIN commitmail json YAML

setting of PYDISTUTILSPKG=yes is not required here for egg pkg.

(obache)

2012-02-04 12:45:36 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-04 12:42:36 UTC pkgsrc-2011Q4 commitmail json YAML

2012-02-04 12:42:21 UTC pkgsrc-2011Q4 commitmail json YAML

Pullup ticket #3672 - requested by bouyer
sysutils/xentools33: security patch
sysutils/xentools41: security patch

Revisions pulled up:
- sysutils/xentools33/Makefile                                  1.29 via patch
- sysutils/xentools33/distinfo                                  1.27 via patch
- sysutils/xentools33/patches/patch-qemu-e1000-CVSE-2012-0029  1.1
- sysutils/xentools41/Makefile                                  1.15 via patch
- sysutils/xentools41/distinfo                                  1.17
- sysutils/xentools41/patches/patch-qemu-e1000-CVSE-2012-0029  1.1

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Fri Feb  3 17:00:25 UTC 2012

  Modified Files:
  pkgsrc/sysutils/xentools33: Makefile distinfo
  pkgsrc/sysutils/xentools41: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xentools33/patches: patch-qemu-e1000-CVSE-2012-0029
  pkgsrc/sysutils/xentools41/patches: patch-qemu-e1000-CVSE-2012-0029

  Log Message:
  Pull up fix from Xen repository, fixing CVE-2012-0029:
  Heap-based buffer overflow in the process_tx_desc function in the
  e1000 emulation allows the guest to cause a denial of service (QEMU
  crash) and possibly execute arbitrary code via crafted legacy mode
  packets.

  Bump PKGREVISION

(tron)

2012-02-04 12:42:09 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-04 12:38:43 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-04 12:37:16 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-04 12:35:12 UTC MAIN commitmail json YAML

No compiler is requilred.

(obache)

2012-02-04 12:24:53 UTC MAIN commitmail json YAML

* No need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, using python/distutils.mk and register egg-info.

Bump PKGREVISION.

(obache)

2012-02-04 12:03:50 UTC MAIN commitmail json YAML

Updated textproc/py-Excelerator to 0.6.4.1

(obache)

2012-02-04 12:03:32 UTC MAIN commitmail json YAML

Update py-excelerator to 0.6.4.1.
(while here, register egg-info).

0.6.4.1 (11.04.2009)
---------
    * support writing to file-like objects
    * add support for setting formula cell options
    * add support for using color name strings to set the Font color
      properties
    * add support for setting default row height records
    * add set_column, set_columns, and write_cols which are similar
      to the perl counter parts and allow setting/writing to multiple columns
    * allow page breaks to be intergers in the page break list
    * add support for setting print area, and beginnings of other macros
      and builtin functions
    * allow None to be given to add_style to set default style
    * Accepted patch for some bugs in the RK conversion routine from
      John Machin
    * add support for setting default results for formulas
    * fix bug in lexer where symbols of more than one character are
      not recognized
    * Fix #1621199: typo causes DIMENSIONS record to have wrong number
      of columns
    * add support hyperlinks
    * FIX #1618833: XFStyle defaults are now copies of the default properties.

(obache)

2012-02-04 11:58:19 UTC MAIN commitmail json YAML

2012-02-04 11:48:08 UTC MAIN commitmail json YAML

No compiler is required.

(obache)

2012-02-04 11:25:52 UTC MAIN commitmail json YAML

This package has no contents to bulidlink, so remove buldlink3.mk.

(obache)