Filter

Displaying 0 — 50 of 537,260 commits

Pages [1 2 3 4 5 610746]

netbsd/NETBSD: src/usr.sbin/pppd/pppd sys-bsd.c

PR/42943: Takashi Sogabe: pppd generates invalid netmask
Rev File
1.62 src/usr.sbin/pppd/pppd/sys-bsd.c

pkgsrc/NETBSD: pkgsrc/mail/dspam Makefile distinfo, pkgsrc/mail/dspam/patches patch-aa patch-ad

Some pkglint -Wall fixes.
Rev File
1.66 pkgsrc/mail/dspam/Makefile
1.33 pkgsrc/mail/dspam/distinfo
1.25 pkgsrc/mail/dspam/options.mk
1.5 pkgsrc/mail/dspam/patches/patch-aa
1.3 pkgsrc/mail/dspam/patches/patch-ad

freebsd/RELENG_7: src/usr.bin/hexdump hexdump.1 od.1

  SVN rev 204952 on 2010-03-10 13:42:37Z by gavin
  
  Merge r204053 from head:
  
    The correct value of DEL is 0x7f, not 0xff.  This is purely a documentation
    issue - od(1) and hexdump(1) behave as expected.
  
  PR:             docs/143869
  Submitted by:   gcooper
Rev Delta File
1.22.10.1 +2-2 src/usr.bin/hexdump/hexdump.1
1.21.2.1 +2-2 src/usr.bin/hexdump/od.1
+4-4 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated devel/libthai to 0.1.14
Rev File
1.1132 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/devel/libthai Makefile distinfo

Update libthai to 0.1.14.

LibThai 0.1.14 (28 February 2010):
* Fix crash on corrupted dictionary file; now it fails quietly instead.
* License clarification on individual source files.
* Updated word break dictionary.
Rev File
1.8 pkgsrc/devel/libthai/Makefile
1.5 pkgsrc/devel/libthai/distinfo

freebsd/RELENG_8: src/usr.bin/hexdump hexdump.1 od.1

  SVN rev 204951 on 2010-03-10 13:40:37Z by gavin
  
  Merge r204053 from head:
  
    The correct value of DEL is 0x7f, not 0xff.  This is purely a documentation
    issue - od(1) and hexdump(1) behave as expected.
  
  PR:             docs/143869
  Submitted by:   gcooper
Rev Delta File
1.22.22.2 +2-2 src/usr.bin/hexdump/hexdump.1
1.21.10.2 +2-2 src/usr.bin/hexdump/od.1
+4-4 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/devel/libdatrie Makefile distinfo

update libdatrie to 0.2.3.

0.2.3 (2010-02-27)
=====
- More robustness against corrupted trie files.
- License clarification in individual source files.
Rev File
1.6 pkgsrc/devel/libdatrie/Makefile
1.3 pkgsrc/devel/libdatrie/distinfo

freebsd/HEAD: ports/www/py-slimmer Makefile distinfo

  - Update to 0.1.30
  
  PR:             144212
  Submitted by:   Oleg Pudeyev <oleg at bsdpower.com>
  Approved by:    maintainer timeout
Rev Delta File
1.3 +4-10 ports/www/py-slimmer/Makefile
1.2 +3-3 ports/www/py-slimmer/distinfo
+7-13 [Original Commit Message]

freebsd/HEAD: ports/graphics/optipng Makefile distinfo

  - Update to 0.6.3
  
  PR:             144092
  Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
  Approved by:    Thomas Hurst <tom at hur.st> (maintainer)
Rev Delta File
1.8 +3-3 ports/graphics/optipng/distinfo
1.7 +1-1 ports/graphics/optipng/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/drupal6-zeropoint Makefile distinfo

  - Update to 2.3
  
  PR:             144610
  Submitted by:   "Choe, Cheng-Dae" <whitekid at gmail.com> (maintainer)
Rev Delta File
1.2 +20-18 ports/www/drupal6-zeropoint/Makefile
1.2 +3-3 ports/www/drupal6-zeropoint/distinfo
+23-21 [Original Commit Message]

freebsd/HEAD: src/lib/libc/rpc Symbol.map clnt_simple.c

  SVN rev 204950 on 2010-03-10 13:23:25Z by jhb
  
  Use thr_once() with once_t controls to initialize various thread_key_t
  objects used to provide per-thread storage in the RPC code.  Almost all
  of these used double-checking with a dedicated mutex (tsd_lock) to do this
  before.  However, that is not always safe with more relaxed memory orders.
  There were also other bugs, such as one in __rpc_createrr() that caused a
  new key to be allocated each time __rpc_createrr() was invoked.
  
  PR:             threads/144558
  Reported by:    Sam Robb  samrobb of averesystems com (key leak)
  MFC after:      1 week
Rev Delta File
1.18 +15-14 src/lib/libc/rpc/getnetconfig.c
1.8 +13-14 src/lib/libc/rpc/mt_misc.c
1.15 +15-12 src/lib/libc/rpc/rpc_generic.c
1.21 +16-6 src/lib/libc/rpc/clnt_simple.c
1.18 +13-7 src/lib/libc/rpc/key_call.c
+9-11 3 more files.
+81-64 [Original Commit Message]

freebsd/HEAD: ports/sysutils/smartmontools Makefile distinfo, ports/sysutils/smartmontools/files smart.in

  - Update to 5.39.1
  - Pass maintainership to submitter
  
  PR:             144052
  Submitted by:   Alex Samorukov <samm at os2.kiev.ua>
  Approved by:    marck@ (maintainer)
Rev Delta File
1.48 +4-4 ports/sysutils/smartmontools/Makefile
1.13 +3-3 ports/sysutils/smartmontools/distinfo
1.8 +4-1 ports/sysutils/smartmontools/files/smart.in
1.6 +3-1 ports/sysutils/smartmontools/pkg-plist
+14-9 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated devel/p5-Devel-REPL to 1.003009
Rev File
1.1131 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/devel/p5-Devel-REPL Makefile distinfo

Updating devel/p5-Devel-REPL from 1.003007nb1 to 1.003009

pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.3.9
  - Fix scary Moose 0.98 box, adding a check for ->isa('Devel::REPL') in
    Meta/Plugin.pm
1.3.8
  - resolve rt.cpan#44231 SIGINT does not quit the REPL just kills the
    line being edited
Rev File
1.11 pkgsrc/devel/p5-Devel-REPL/Makefile
1.8 pkgsrc/devel/p5-Devel-REPL/distinfo

freebsd/HEAD: ports/devel/py-gitosis Makefile distinfo

  - Update to 0.2.20090917
  
  PR:             144612
  Submitted by:   Douglas William Thrift <douglas at douglasthrift.net> (maintainer)
Rev Delta File
1.2 +3-3 ports/devel/py-gitosis/distinfo
1.3 +2-2 ports/devel/py-gitosis/Makefile
+5-5 [Original Commit Message]

freebsd/HEAD: ports/www/mod_wsgi3 Makefile distinfo

  - Update to 3.2
  
  PR:             144611
  Submitted by:   Douglas William Thrift <douglas at douglasthrift.net> (maintainer)
Rev Delta File
1.11 +3-3 ports/www/mod_wsgi3/distinfo
1.14 +1-1 ports/www/mod_wsgi3/Makefile
+4-4 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated databases/p5-CatalystX-CRUD-ModelAdapter-DBIC to 0.11
Rev File
1.1130 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/databases/p5-CatalystX-CRUD-ModelAdapter-DBIC Makefile distinfo

Updating databases/p5-CatalystX-CRUD-ModelAdapter-DBIC from 0.10nb1 to 0.11

Upstream changes:
0.11    1 Dec 2009
        * fix order by logic to check for cxc-m2m param (still a TODO item)
        * refactor tests to put Root methods in their own controller
Rev File
1.6 pkgsrc/databases/p5-CatalystX-CRUD-ModelAdapter-DBIC/Makefile
1.4 pkgsrc/databases/p5-CatalystX-CRUD-ModelAdapter-DBIC/distinfo

freebsd/HEAD: ports/sysutils/javaservicewrapper Makefile distinfo

  - Update to 3.3.9
  
  PR:             144291
  Submitted by:   Mike Jakubik <mike.jakubik at intertainservices.com> (maintainer)
Rev Delta File
1.3 +4-2 ports/sysutils/javaservicewrapper/pkg-plist
1.3 +3-3 ports/sysutils/javaservicewrapper/distinfo
1.9 +2-3 ports/sysutils/javaservicewrapper/Makefile
+9-8 [Original Commit Message]

freebsd/HEAD: ports/security/tor Makefile distinfo

  - Update to 0.2.1.24
Rev Delta File
1.35 +3-3 ports/security/tor/distinfo
1.54 +1-1 ports/security/tor/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/security/tor-devel Makefile distinfo

  - Update to 2.2.10-alpha
Rev Delta File
1.89 +2-5 ports/security/tor-devel/Makefile
1.65 +3-3 ports/security/tor-devel/distinfo
1.15 +3-2 ports/security/tor-devel/pkg-plist
+8-10 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/news/nntpcache Makefile distinfo, pkgsrc/news/nntpcache/patches patch-ag patch-ah

Add user-destdir installation support.
Rev File
1.36 pkgsrc/news/nntpcache/Makefile
1.7 pkgsrc/news/nntpcache/distinfo
1.1 pkgsrc/news/nntpcache/patches/patch-ag (new)
1.1 pkgsrc/news/nntpcache/patches/patch-ah (new)
1.1 pkgsrc/news/nntpcache/patches/patch-ai (new)
3 more files.

freebsd/HEAD: ports/palm/pilot-link Makefile

  - Add backup mirror (looks like project site is down)
  
  Submitted by:   144618
Rev Delta File
1.89 +1-1 ports/palm/pilot-link/Makefile
+1-1 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.40
Rev File
1.1129 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/databases/p5-Catalyst-Model-DBIC-Schema Makefile distinfo

Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.31nb1 to 0.40

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.40  Wed Feb  3 23:12:16 EST 2010
        - fix Replicated trait deps

0.39  Mon Feb  1 10:08:51 EST 2010
        - better 'on_connect_do' parsing in Helper

0.38  Fri Jan 15 06:41:24 EST 2010
        - re-add the 'storage' proxy method

0.37  Thu Jan 14 10:20:43 EST 2010
        - support single replicant hashref from config

0.36  Thu Jan 14 09:21:10 EST 2010
        - upgrading a schema to use_namespaces=1 will also turn on
          components=InflateColumn::DateTime (the default.)

0.35  Sun Dec 27 04:50:53 EST 2009
        - forgot to edit Changes on last upload


    [14 lines not shown]
Rev File
1.10 pkgsrc/databases/p5-Catalyst-Model-DBIC-Schema/Makefile
1.8 pkgsrc/databases/p5-Catalyst-Model-DBIC-Schema/distinfo

freebsd/HEAD: ports/x11-wm/olvwm/files patch-aa

  Attempt to unbreak olvwm.
  
  For some reason this port uses the <regexp.h> header file, but doesn't
  link against libcompat. This means it actually calls the POSIX regex
  functions, which means it will probably just crash. Just port it to the
  POSIX API.
  
  Approved by:    erwin (portmgr, implicit)
  ----------------------------------------------------------------------
Rev Delta File
1.11 +30-2 ports/x11-wm/olvwm/files/patch-aa
+30-2 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/lang/vala Makefile

Use MASTER_SITE_GNOME for MASTER_SITES.
Rev File
1.6 pkgsrc/lang/vala/Makefile

pkgsrc/NETBSD: pkgsrc/graphics/clutter Makefile

Fixes paths for MASTER_SITE_GNOME.
Rev File
1.10 pkgsrc/graphics/clutter/Makefile

freebsd/HEAD: ports/www/redmine Makefile distinfo

  - Update to 0.9.3
  
  PR:             ports/144394
  Submitted by:   Bernhard Froehlich <decke at bluelife.at> (maintainer)
Rev Delta File
1.7 +3-3 ports/www/redmine/distinfo
1.6 +4-1 ports/www/redmine/pkg-plist
1.7 +1-1 ports/www/redmine/Makefile
+8-5 [Original Commit Message]

freebsd/HEAD: ports/dns/rubygem-dnsruby Makefile distinfo

  - Update to 1.44
Rev Delta File
1.11 +3-3 ports/dns/rubygem-dnsruby/distinfo
1.11 +1-1 ports/dns/rubygem-dnsruby/Makefile
+4-4 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated devel/p5-MRO-Compat to 0.11nb1
Rev File
1.1128 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/devel/p5-MRO-Compat Makefile

Updating devel/p5-MRO-Compat from 0.11 to 0.11nb1

pkgsrc changes:
- Remove dependencies to Class::C3 modules, they're required for
  perl <= 5.9.5 only
Rev File
1.6 pkgsrc/devel/p5-MRO-Compat/Makefile

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated databases/p5-CatalystX-CRUD to 0.48
Rev File
1.1127 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/databases/p5-CatalystX-CRUD Makefile distinfo

Updating databases/p5-CatalystX-CRUD from 0.45nb1 to 0.48

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.48    29 Jan 2009
        * fix bug with create() introduced in 0.47.
        * remove explicit dep on Class::C3 per RT54097
0.47    15 Jan 2009
        * fix tutorial per RT#53396
        * fix bug in base Controller->fetch() where multiple PKs where one value is null were 
slipping
          through. Reported by Adam Mackler.
0.46    20 Nov 2009
        * tweek Model::File _find to avoid multiple loops over the same list of root dirs.
        * tweek Model::File->search to read() each object like fetch() does.
        * add dep on Sort::SQL 0.07 to avoid sql injection (RT#51777)
Rev File
1.13 pkgsrc/databases/p5-CatalystX-CRUD/Makefile
1.11 pkgsrc/databases/p5-CatalystX-CRUD/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010 TODO

Updated geography/gdal-lib to 1.7.1
Rev File
1.1126 pkgsrc/doc/CHANGES-2010
1.9119 pkgsrc/doc/TODO

pkgsrc/NETBSD: pkgsrc/geography/gdal-lib Makefile PLIST, pkgsrc/geography/gdal-lib/patches patch-aa

Changes 1.7.1:

The 1.7.1 release was prepared and issued primarily to deal with ticket 3382,
relating to the fact that GDAL 1.7 has had a significant regression in that
all Erdas Imagine (HFA/.img) files produced are unreadable by non-GDAL software
including released versions of ArcGIS and Erdas Imagine.  Following is a list
of all bug fixes since the 1.7.0 release.

== General ==
* MacOS X: Support versioning for framework builds
* FreeBSD: fix --with-threads configuring

== GDAL / Raster ==
* HFA/Imagine: Fix very serious 1.7 bug with blank layer names which was
  producing .img files unreadable in non-GDAL software
* HFA: Ensure nodata values carried into overviews
* HFA: Fix support for files with nonstandard mapunits
* NITF: Improve NITF spec compliance when generating JPEG compression
* NITF: Improve dateline handling for CADRG products
* NITF: Return GCPPROJECTIONX metadata when we can't transform polar
* GeoRaster: Avoid error messages when looking up epsg codes
* DODS / GDALCopyWords(): Fix bug with negative offsets/flipping
* PCIDSK: Fix new bug with UTM MGRS zone handling
* PDS: Fix up offset support for detached labels
* gdal_merge.py: support per band init values

    [12 lines not shown]
Rev File
1.25 pkgsrc/geography/gdal-lib/Makefile
1.8 pkgsrc/geography/gdal-lib/PLIST
1.8 pkgsrc/geography/gdal-lib/distinfo
1.4 pkgsrc/geography/gdal-lib/patches/patch-aa

freebsd/HEAD: ports/security/w3af Makefile distinfo, ports/security/w3af/files w3af.sh w3af_console.sh

  - Update to 1.0-rc2
  
  PR:             144396
  Submitted by:   Niels Heinen <niels at heinen.ws>
  Reviewed by:    Sofian Brabez <sbrabez at gmail.com> (maintainer)
  Approved by:    jadawin (wants his PRs, can't commit right now)
Rev Delta File
1.4 +1116-280 ports/security/w3af/pkg-plist
1.7 +55-26 ports/security/w3af/Makefile
1.2 +3-6 ports/security/w3af/distinfo
1.2 +4-2 ports/security/w3af/pkg-descr
1.1 +3-0 ports/security/w3af/files/w3af_gui.sh (new)
+3-3 2 more files.
+1184-317 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated www/p5-Test-WWW-Mechanize-Catalyst to 0.52
Rev File
1.1125 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/www/p5-Test-WWW-Mechanize-Catalyst Makefile distinfo

Updating www/p5-Test-WWW-Mechanize-Catalyst from 0.51nb1 to 0.52

pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
0.52 Mon Mar 8 01:25 GMT 2010
     - Move actions out of the test applications to avoid deprecation warnings.
     - POD corrections by jhannah
     - Bump version dependency of Test::WWW::Mechanize to 1.54 to fix RT#44555
     - Wrap checks for the appropriate plugins to skip tests inside a BEGIN
       block so that they are run before the app tries to be loaded at compile
       time, fixing RT#47037
Rev File
1.5 pkgsrc/www/p5-Test-WWW-Mechanize-Catalyst/Makefile
1.3 pkgsrc/www/p5-Test-WWW-Mechanize-Catalyst/distinfo

freebsd/HEAD: src/secure/libexec Makefile

  SVN rev 204949 on 2010-03-10 11:33:15Z by des
  
  Revert r204939
Rev Delta File
1.19 +1-1 src/secure/libexec/Makefile
+1-1 [Original Commit Message]

freebsd/HEAD: ports/devel/jakelib2 Makefile distinfo, ports/devel/jakelib2/files patch-Makefile.in patch-src-lang_System.cpp

  - Update to 2.0.3
Rev Delta File
1.2 +0-24 ports/devel/jakelib2/files/patch-Makefile.in (dead)
1.4 +8-13 ports/devel/jakelib2/pkg-plist
1.1 +20-0 ports/devel/jakelib2/files/patch-src-lang_System.cpp (new)
1.2 +0-17 ports/devel/jakelib2/files/patch-src_test_Makefile.in (dead)
1.2 +0-16 ports/devel/jakelib2/files/patch-src_net_Makefile.in (dead)
+5-44 4 more files.
+33-114 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated www/p5-Catalyst-Authentication-Credential-HTTP to 1.012
Rev File
1.1124 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/www/p5-Catalyst-Authentication-Credential-HTTP Makefile distinfo

Updating www/p5-Catalyst-Authentication-Credential-HTTP from 1.011 to 1.012

Upstream changes:
1.012 2010-03-07
   - Move actions out of the test applications to stop warnings.

   - Make Pod tests author only.
Rev File
1.2 pkgsrc/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile
1.2 pkgsrc/www/p5-Catalyst-Authentication-Credential-HTTP/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated www/p5-Catalyst-Authentication-Store-DBIx-Class to 0.1083
Rev File
1.1123 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class Makefile distinfo

Updating www/p5-Catalyst-Authentication-Store-DBIx-Class from 0.1082nb1 to
0.1083.

Upstream changes:
0.1083  2010-03-03
        Tweaking exception message to better explain what people did wrong when
            they pass bad columns to authenticate.
Rev File
1.6 pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
1.3 pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo

freebsd/HEAD: ports/multimedia/x264 Makefile, ports/multimedia/x264/files patch-Makefile patch-common_cpu.c

  - Fix powerpc support
  - Bump PORTREVISION
  
  Submitted by:   stas
Rev Delta File
1.1 +30-0 ports/multimedia/x264/files/patch-common_cpu.c (new)
1.16 +11-2 ports/multimedia/x264/files/patch-Makefile
1.72 +3-0 ports/multimedia/x264/Makefile
+44-2 [Original Commit Message]

freebsd/HEAD: src/secure/libexec/ssh-pkcs11-helper Makefile

  SVN rev 204948 on 2010-03-10 11:05:31Z by des
  
  Forgot to svn add the Makefile.
Rev Delta File
1.1 +16-0 src/secure/libexec/ssh-pkcs11-helper/Makefile (new)
+16-0 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated www/p5-Catalyst-Action-REST to 0.83
Rev File
1.1122 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/www/p5-Catalyst-Action-REST Makefile distinfo

Updating www/p5-Catalyst-Action-REST from 0.81 to 0.83

Upstream changes:
Mon  8 Feb 2010 22:17:12 GMT - Release 0.83
  Make it possible to deserialize a request with a DELETE method. This probably
  breaks 'strict' REST guidelines, but is useful for being able to delete multiple
  resources from a single call by providing a batch delete method.

  Remove JSONP from the list of default serializers (RT#54336)

  Fix MANIFEST (RT#54408)

Thu  4 Feb 2010 22:31:57 GMT - Release 0.82
  Integrated Catalyst::Request::REST::ForBrowsers as
  Catalyst::TraitFor::Request::ForBrowsers. (Dave Rolsky)

  Clarified docs so that they encourage the use of the request traits, rather
  than using Catalyst::Request::REST. (Dave Rolsky)

  When Catalyst::Action::REST or Controller::REST automatically add the trait,
  your request class will no longer end up getting set to
  Catalyst::Request::REST. Instead, creates an anon class with the appropriate
  role. (Dave Rolsky)

  Shut up log output from the tests. (Dave Rolsky)

    [13 lines not shown]
Rev File
1.7 pkgsrc/www/p5-Catalyst-Action-REST/Makefile
1.5 pkgsrc/www/p5-Catalyst-Action-REST/distinfo

freebsd/HEAD: ports/multimedia/ffmpeg Makefile distinfo

  - Update to 0.5.1
  - this version supports libx264 up shlib ver. 85
Rev Delta File
1.100 +4-4 ports/multimedia/ffmpeg/Makefile
1.17 +3-3 ports/multimedia/ffmpeg/distinfo
1.27 +1-1 ports/multimedia/ffmpeg/pkg-plist
+8-8 [Original Commit Message]

Pages [1 2 3 4 5 610746]