Filter

Displaying 0 — 50 of 568,622 commits

Pages [1 2 3 4 5 611373]

pkgsrc/NETBSD: pkgsrc/textproc/p5-Pod-Readme Makefile distinfo

Updating textproc/p5-Pod-Readme from 0.09 to 0.10

pkgsrc changes:
- adjust module type (Module::Build)

Upstream changes:
0.10  2010-05-19
        - David Precious <davidp at preshweb.co.uk> taking over maintainership
        - Apply POD fix patch from RT #38328, thanks to David A. Desrosiers
Rev File
1.3 pkgsrc/textproc/p5-Pod-Readme/Makefile
1.2 pkgsrc/textproc/p5-Pod-Readme/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated textproc/p5-Pod-Coverage to 0.21
Rev File
1.2665 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/textproc/p5-Pod-Coverage Makefile distinfo

Updating textproc/p5-Pod-Coverage from 0.20 to 0.21

pkgsrc changes:
- add license definition

Upstream changes:
0.21        Tuesday 27th July, 2010
        Add SCALAR to the stoplist (implementaion method for tied
        hashes).  Report by David Cantrell.
Rev File
1.11 pkgsrc/textproc/p5-Pod-Coverage/Makefile
1.6 pkgsrc/textproc/p5-Pod-Coverage/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated textproc/p5-Pod-POM to 0.27
Rev File
1.2664 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/textproc/p5-Pod-POM Makefile distinfo

Updating textproc/p5-Pod-POM from 0.25 to 0.27

pkgsrc changes:
- adding license definition

Upstream changes:
#------------------------------------------------------------------------
# Version 0.27  2010-04-02
#------------------------------------------------------------------------
* changed 'unless (defined (%{"$class\::ACCEPT"}))' to just
  'unless (%{"$class\::ACCEPT"})' in Pod::POM::Node to fix defect #56205
  (use of the now deprecated "defined(%hash)" construct)

#------------------------------------------------------------------------
# Version 0.26  2009-08-20
#------------------------------------------------------------------------
* updated Makefile.PL to require at least 2001.0929 of Text::Wrap, as
  versions prior to this always unexpand tabs.
* applied Andreas Koenig's encoding patch
* changed 'use base' to 'use parent'
* split Pod::POM::Nodes into separate modules, retaining the original file
  to just use all the individual node modules.
* added AF to author and copyright info for modules (in addition to ABW)
Rev File
1.21 pkgsrc/textproc/p5-Pod-POM/Makefile
1.8 pkgsrc/textproc/p5-Pod-POM/distinfo

freebsd/HEAD: ports/net/httping Makefile, ports/net/httping/files extrapatch-mssl.c

  Fix build on OSVERSION prior to 701101
  
  Notified by:    pav (pointyhat)
Rev Delta File
1.1 +20-0 ports/net/httping/files/extrapatch-mssl.c (new)
1.31 +2-0 ports/net/httping/Makefile
+22-0 [Original Commit Message]

netbsd/NETBSD: src/external/mit/xorg/server/xorg-server Makefile.common

Remove obsolete (commented out) XSERVER_XHPC.
Rev File
1.14 src/external/mit/xorg/server/xorg-server/Makefile.common

netbsd/NETBSD: src/share/man/man9 module.9

Unimplemented modcmd() routines should return ENOTTY, not zero.
Rev File
1.5 src/share/man/man9/module.9

freebsd/HEAD: src/sys/conf files.powerpc options.powerpc, src/sys/powerpc/conf GENERIC GENERIC64

  SVN rev 210677 on 2010-07-31 13:22:34Z by nwhitehorn
  
  Add support for the IBM Full-System Simulator (Mambo). This code has been
  developed against the 970 and Cell simulators.
Rev Delta File
1.1 +277-0 src/sys/powerpc/mambo/mambo_disk.c (new)
1.1 +192-0 src/sys/powerpc/mambo/mambo_console.c (new)
1.1 +180-0 src/sys/powerpc/mambo/mambo_openpic.c (new)
1.1 +101-0 src/sys/powerpc/mambo/mambo.c (new)
1.1 +39-0 src/sys/powerpc/mambo/mambocall.S (new)
+42-0 6 more files.
+831-0 [Original Commit Message]

freebsd/HEAD: ports/audio/discid Makefile, ports/lang/oo2c Makefile pkg-descr

  Reset ob at breuninger.org due to maintainer-timeouts and no response to email.
  
  Hat:            portmgr
Rev Delta File
1.3 +0-3 ports/lang/oo2c/pkg-descr
1.19 +1-1 ports/print/pstotext/Makefile
1.3 +1-1 ports/audio/discid/Makefile
1.17 +1-1 ports/lang/oo2c/Makefile
1.5 +1-1 ports/sysutils/cotty/Makefile
+2-2 2 more files.
+6-9 [Original Commit Message]

netbsd/NETBSD: src/share/man/man9 module.9

Improve markup, add documentation for the module's modcmd() interface
Rev File
1.4 src/share/man/man9/module.9

netbsd/NETBSD: src/doc CHANGES

Note about X11FLAVOUR=Xorg on hpcarm, hpcmips, and hpcsh.
Rev File
1.1423 src/doc/CHANGES

pkgsrc/NETBSD: pkgsrc/doc TODO

+ clive-2.2.12 [pkg/43668]
Rev File
1.9506 pkgsrc/doc/TODO

netbsd/NETBSD: src/share/mk bsd.own.mk

Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg.
Rev File
1.636 src/share/mk/bsd.own.mk

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated devel/p5-Perl-MinimumVersion to 1.26
Rev File
1.2663 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/devel/p5-Perl-MinimumVersion Makefile distinfo

Updating devel/p5-Perl-MinimumVersion from 1.24 to 1.26

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.26 Thu 22 Jul 2010
        - Detect "package NAME VERSION" in 5.12. (Steffen Mueller)
        - Detect "..." (yada yada yada) in 5.12. (Steffen Mueller)
        - Detect "use feature ':5.12';" in 5.12. (Steffen Mueller)

1.25 Sun 11 Apr 2010
        - Error in minimum_syntax_reason discovered by perl 5.12 (Alexandr Ciornii)
Rev File
1.3 pkgsrc/devel/p5-Perl-MinimumVersion/Makefile
1.3 pkgsrc/devel/p5-Perl-MinimumVersion/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated devel/p5-Test-MinimumVersion to 0.101.080
Rev File
1.2662 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/devel/p5-Test-MinimumVersion Makefile distinfo

Updating devel/p5-Test-MinimumVersion from 0.013 to 0.101.080

pkgsrc changes:
- adjust dependencies

Upstream changes since 0.013
0.101080  2010-04-18 14:07:08 America/New_York
          more "comparison to undef" bugs fixed (thanks, Tux)

0.101050  2010-04-15 15:31:56 America/New_York
          convert to dzil, fix a prereq num/str conversion stupidity
          fix bug when comparing versions to undef
Rev File
1.3 pkgsrc/devel/p5-Test-MinimumVersion/Makefile
1.3 pkgsrc/devel/p5-Test-MinimumVersion/distinfo

openbsd/OpenBSD: ports/net/irssi-silc Makefile, ports/net/irssi-silc/patches patch-apps_irssi_src_silc_core_client_ops_c patch-lib_silcclient_command_c

>From Brad, ok martynas@:

- Bump autoconf to the proper version, 2.63.
- Bring in fixes from silc-client from upstream..

* Client: Fix signature verification double free
* Packet engine: prevent divide by 0
* SKE: Make sure failure received from remote results in error status
* Fix format string bugs
File
ports/net/irssi-silc/patches/patch-apps_irssi_src_silc_core_client_ops_c (new)
ports/net/irssi-silc/patches/patch-lib_silcclient_command_c (new)
ports/net/irssi-silc/patches/patch-lib_silccore_silcpacket_c (new)
ports/net/irssi-silc/patches/patch-lib_silcske_silcske_c (new)
ports/net/irssi-silc/Makefile

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated databases/p5-Template-DBI to 2.65
Rev File
1.2661 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/databases/p5-Template-DBI Makefile distinfo, pkgsrc/databases/p5-Template-DBI/patches patch-aa

Updating databases/p5-Template-DBI from 2.64 to 2.65

pkgsrc changes:
- adjust dependencies
- clarify license
- remove upstream applied patch

Upstream changes:
2.65    2010-07-27
        - take over maintainership from prior maintainers
          Andy Wardley and Simon Matthews (Jens Rehsack)
          Thanks to both guys for their great work so far
        - improve connect to can reconnect after CLONE
        - add support for keeping alive in threaded environment
        - add ability to prepare/query with passing params to
          $dbh->prepare
        - add some neat functions to the iterator of th $sth
        - add ability to fetch and store $dbh and $sth attributes
        - reap DBI handles for new threads when used in threaded
          environments and threads::variable::reap is available
        - add test with two placeholders
Rev File
1.3 pkgsrc/databases/p5-Template-DBI/Makefile
1.2 pkgsrc/databases/p5-Template-DBI/distinfo
1.1.1.1 pkgsrc/databases/p5-Template-DBI/patches/patch-aa (dead)

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated www/p5-URI-Find to 20100505
Rev File
1.2660 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/www/p5-URI-Find Makefile distinfo

Updating www/p5-URI-Find from 20100211 to 20100505

Upstream changes:
20100505  Wed May  5 18:48:44 PDT 2010
    Test Fixes
    * Fixed t/urifind/find.t on Windows

20100504.1039  Tue May  4 10:39:23 PDT 2010
    Doc Fixes
    * Forgot to mention that we ship with urifind now.

20100504  Tue May  4 10:29:52 PDT 2010
    New Features
    * Added a urifind program. (Darren Chamberlain)
    Bug Fixes
    * The final semi-colon was being strippped form URLs found in HTML
      that ended with HTML entities. (Michael Peters)
      Example: http://google.com/search?q=&lt;html&gt;
    * URLs with leading dots, pluses and minuses are now found.
      [rt.cpan.org 57032]
      Example: stuff...http://example.com
Rev File
1.4 pkgsrc/www/p5-URI-Find/Makefile
1.3 pkgsrc/www/p5-URI-Find/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010 TODO

Updated www/p5-URI to 1.54
Rev File
1.2659 pkgsrc/doc/CHANGES-2010
1.9505 pkgsrc/doc/TODO

pkgsrc/NETBSD: pkgsrc/www/p5-URI Makefile distinfo

Updating www/p5-URI from 1.53 to 1.54

Upstream changes:
2010-03-31 - Release 1.54 - Gisle Aas <gisle at ActiveState.com>
   Alex Kapranoff (1):
      Fix heuristic test fails on hosts in .su (or .uk) domains [RT#56135]
Rev File
1.41 pkgsrc/www/p5-URI/Makefile
1.20 pkgsrc/www/p5-URI/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010 TODO

Updated textproc/p5-YAML-Syck to 1.10
Rev File
1.2658 pkgsrc/doc/CHANGES-2010
1.9504 pkgsrc/doc/TODO

pkgsrc/NETBSD: pkgsrc/textproc/p5-YAML-Syck Makefile distinfo

Updating textproc/p5-YAML-Syck from 1.07 to 1.10

pkgsrc changes:
- use PERL5_MODULE_TYPE instead of manual depend on M::I
- add license definition

Upstream changes:
[Changes for 1.10 (JSON::Syck 0.32) - 2010-06-06]

1.09 was released with version 0.97 of Module::Install. It had a
critical bug that I reported which broke installations on perl 5.8.3
and older.

This release is equivalent to 1.09 aside from bumping Module::Install
to 0.99 which fixed the bug.

[Changes for 1.09 (JSON::Syck 0.32) - 2010-05-29]
* Exactly equivalent to 1.08_01, aside from bumping the version
  numbers

[Changes for 1.08_01 (JSON::Syck 0.31_01) - 2010-05-23]
* Reset the hash iterator after dumping hashes. Solves RT #54167 and
  the duplicate RT #34166.
* RT #39572: Only print 0.60 compatibility warning if 0.60 or earlier
  is installed.

    [35 lines not shown]
Rev File
1.8 pkgsrc/textproc/p5-YAML-Syck/Makefile
1.6 pkgsrc/textproc/p5-YAML-Syck/distinfo

netbsd/NETBSD: src/sys/arch/macppc/conf GENERIC.MP

send interrupts to only cpu0, otherwise we can run into trouble under very high
interrupt load - there is a chance that the same handler serves subsequent
interrupts on different CPUs at the same time
Rev File
1.4 src/sys/arch/macppc/conf/GENERIC.MP

openbsd/OpenBSD: ports/www/p5-Catalyst-Plugin-Prototype Makefile distinfo, ports/www/p5-Catalyst-Plugin-Prototype/pkg PLIST

update to version 1.33 after maintainer timeout.

ok ajacoutot@
File
ports/www/p5-Catalyst-Plugin-Prototype/Makefile
ports/www/p5-Catalyst-Plugin-Prototype/distinfo
ports/www/p5-Catalyst-Plugin-Prototype/pkg/PLIST

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated textproc/p5-XML-Twig to 3.35
Rev File
1.2657 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/textproc/p5-XML-Twig Makefile distinfo

Updating textproc/p5-XML-Twig from 3.34 to 3.35

pkgsrc changes:
- remove dead master site

Upstream changes:
version: 3.35
date:
# minor maintenance release
added: the by_file option to xml_grep that limits
       the number of hits per file
added: allowed the text of ignored elements to be buffered
       in a string
fixed: comments need to be escaped (you can't have 2 '-' in a
       row), RT#57389 spotted by Konstantin Tchernov
       https://rt.cpan.org/Ticket/Display.html?id=57389
fixed: after $elt->cut_children, $elt->empty is false RT#54570
       spotted and patched by Andrew Pimlott
       https://rt.cpan.org/Ticket/Display.html?id=54570

fixed: documented the fact that latin1 is ISO-8859-15, see RT#37431
       https://rt.cpan.org/Ticket/Display.html?id=37431
Rev File
1.18 pkgsrc/textproc/p5-XML-Twig/Makefile
1.10 pkgsrc/textproc/p5-XML-Twig/distinfo

freebsd/HEAD: src/share/man/man4 ae.4 asmc.4, src/share/man/man5 rc.conf.5

  SVN rev 210676 on 2010-07-31 12:14:28Z by joel
  
  Fix a bunch of typos and spelling mistakes.
Rev Delta File
1.3 +4-4 src/share/man/man4/net80211.4
1.380 +2-2 src/share/man/man5/rc.conf.5
1.20 +2-2 src/share/man/man9/locking.9
1.19 +2-2 src/share/man/man4/icmp6.4
1.54 +2-2 src/share/man/man4/bpf.4
+12-12 12 more files.
+24-24 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated textproc/p5-XML-Tidy to 1.6
Rev File
1.2656 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/textproc/p5-XML-Tidy Makefile distinfo

Updating textproc/p5-XML-Tidy from 1.2.54 to 1.6

pkgsrc changes:
- adjust PTVR removal regex
- add license definition
- adjust dependencies

Upstream changes:
    - 1.6.A7RJKwl Tue Jul 27 19:20:58:47 2010
        * added head2 POD for EXPORTED CONSTANTS to try to pass t/00podc.t
Rev File
1.2 pkgsrc/textproc/p5-XML-Tidy/Makefile
1.2 pkgsrc/textproc/p5-XML-Tidy/distinfo

freebsd/HEAD: ports/security/vuxml vuln.xml

  Previous vuln affects only apache-2.2.x
Rev Delta File
1.2192 +2-2 ports/security/vuxml/vuln.xml
+2-2 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated textproc/p5-XML-LibXML-Simple to 0.14
Rev File
1.2655 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/textproc/p5-XML-LibXML-Simple Makefile distinfo

Updating textproc/p5-XML-LibXML-Simple from 0.13 to 0.14

pkgsrc changes:
- adjust dependencies

Upstream changes:
version 0.14: Fri Jul 16 11:17:49 CEST 2010
        Fixes:
        - do not use /bin/pwd in t/99pod.t
        - forgot to define xml_in.
          rt.cpan.org#59172 [Justin Case]
Rev File
1.3 pkgsrc/textproc/p5-XML-LibXML-Simple/Makefile
1.2 pkgsrc/textproc/p5-XML-LibXML-Simple/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated security/p5-Net-OpenSSH to 0.47
Rev File
1.2654 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/security/p5-Net-OpenSSH Makefile distinfo

Updating security/p5-Net-OpenSSH from 0.45 to 0.47

Upstream changes:
0.47  Apr 13, 2010
        - document how to make it work under Solaris
        - some docs reorganization and improvements

0.46_02  Mar 29, 2010
        - add suport for default_stdin_file, default_stdin_discard and
          similar options
        - add stdinout_socket feature and open2socket shortcut method
        - rename some internal methods to more meaningfull names
        - add open_tunnel and capture_tunnel methods
        - add support for tunnel feature and docs
        - document mod_perl/mod_perl2 integration
        - document not-a-real-file-handle errors
        - some minor doc updates
        - run tests with StrictHostKeyChecking=no
        - disable tty allocation for control commands
        - better debugging for _io3

0.46_01  Mar 25, 2010
        - do not depend on STDIN, STDOUT and STDERR being file
          descriptors 0, 1, and 2 respectively as it happens, for
          instance, under mod_perl (bug report by eserte via

    [8 lines not shown]
Rev File
1.6 pkgsrc/security/p5-Net-OpenSSH/Makefile
1.6 pkgsrc/security/p5-Net-OpenSSH/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated security/p5-GSSAPI to 0.28
Rev File
1.2653 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/security/p5-GSSAPI Makefile distinfo

Updating security/p5-GSSAPI from 0.26nb1 to 0.28

pkgsrc changes:
- add license definition

Upstream changes:
0.28    Do 3. Jun 12:11:21 UTC 2010
        - Fixed Lenght-problem in typemap, T_BUFFER_STR_OUT for Heimdal.
          Thanks to Slaven Rezic <slaven at rezic.de> for report and patch.
Rev File
1.5 pkgsrc/security/p5-GSSAPI/Makefile
1.3 pkgsrc/security/p5-GSSAPI/distinfo

openbsd/OpenBSD: src/sys/dev/usb if_urndis.c

The code referencing urndis_watchdog() is #if 0'd out, but the actual
function is not.

This change #if 0's urndis_watchdog() and some functions that are only
called from here.

At some point we probably want to use the watchdog functionality but the
current code is completely untested so disable it entirely rather than
enabling it this close to release.
File
src/sys/dev/usb/if_urndis.c

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010 TODO

Updated security/p5-Digest-MD5 to 2.40
Rev File
1.2652 pkgsrc/doc/CHANGES-2010
1.9503 pkgsrc/doc/TODO

pkgsrc/NETBSD: pkgsrc/security/p5-Digest-MD5 Makefile distinfo

Updating security/p5-Digest-MD5 from 2.39 to 2.40

pkgsrc changes:
- adjust dependencies

Upstream changes:
2010-07-03 - Release 2.40 - Gisle Aas <gisle at ActiveState.com>
   Marc Pignat (1):
      Safer alignment test [RT#35823]
   Robin Barker (1):
      consting in new ext/
   Gisle Aas (1):
      Remove the MacOS branch of this test
Rev File
1.33 pkgsrc/security/p5-Digest-MD5/Makefile
1.15 pkgsrc/security/p5-Digest-MD5/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated security/p5-Crypt-Twofish to 2.14
Rev File
1.2651 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/security/p5-Crypt-Twofish Makefile distinfo

Updating security/p5-Crypt-Twofish from 2.13 to 2.14

pkgsrc changes:
- adjust license definition

Upstream changes:
2.14    2010-05-08      Abhijit Menon-Sen <ams at toroid.org>
    * Fix inaccurate dependency in Makefile.PL
Rev File
1.17 pkgsrc/security/p5-Crypt-Twofish/Makefile
1.4 pkgsrc/security/p5-Crypt-Twofish/distinfo

openbsd/OpenBSD: src/usr.bin/cvs rcs.c

When looking for revision, break out of the loop at the end rather than
looping forever.

This prevents the server going into an infinite loop when the repository
is behind the checkout, but the behaviour is not correct (it is an error
rather than ignoring the file), so mark with an XXX for now. Some
underlying OpenCVS functions are too fatal()-happy and will probably
need to be changed in order to fix this properly.

Problem reported by sthen.

ok xsa ray
File
src/usr.bin/cvs/rcs.c

openbsd/OpenBSD: src/usr.sbin/pkg_add/OpenBSD PackingList.pm

very old thinko, not really a problem, obviously, but groups and users are
categories, the corresponding keywords are newgroup and newuser.
File
src/usr.sbin/pkg_add/OpenBSD/PackingList.pm

openbsd/OpenBSD: src/sys/dev/isa ym.c

add SA3_XXX macros removed by mistake with opl, but used by ym mixer
from mk@
File
src/sys/dev/isa/ym.c

openbsd/OpenBSD: src/usr.sbin/pkg_add/OpenBSD Handle.pm PackageLocation.pm

keep location open while we grab updateinfo.
deal with error fallout and need to forget unneeded stuff
(halves number of connections, roughly)
File
src/usr.sbin/pkg_add/OpenBSD/Handle.pm
src/usr.sbin/pkg_add/OpenBSD/PackageLocation.pm
src/usr.sbin/pkg_add/OpenBSD/Update.pm

Pages [1 2 3 4 5 611373]