Commit graph

196690 commits

Author SHA1 Message Date
cheusov
7169f4edf7 patches/patch-distbb__chroot.in is not needed anymore 2013-02-02 11:34:13 +00:00
cheusov
cf6715361e Update to 0.46.0
stage_upload_pkgs:
    - delete outdated packages after uploading
    - extra files are removed from remote repo
    - no verbose flag for rsync

  Serious fixes in stage_init
    - PKG_UPDATE_SRC_SUMMARY_CMD: -m is passed to pkg_src_summary by default

  Fix in signals handling

  Fix in "make-depends" (unknown function is_true)

  Fix: distbb -a option works correctly if pkg_summary.txt doesn't exist

  upload_pkgs_all_files:
    - directories and links are also output in addition to files

  distbb checks arguments passed to -x|-X for correctness.

  Configuraton variable SUDO was renamed to to DISTBB_SUDO.
  This fixed build failure of ruby193-base

  Configuraton variable OS was renamed to OPSYS

  Stderr of pkg_summary2deps is now a part of the final report
2013-02-02 11:19:47 +00:00
taca
2e70657138 + sudo-1.8.6p6. 2013-02-02 08:12:50 +00:00
taca
737b66d030 Note update of lang/ruby193-base package to 1.9.3p374nb1. 2013-02-02 08:12:28 +00:00
taca
86f0df3038 Add a two fixes from ruby-2.0.0/rubygems 1.8.25.
* Allow multiple conditions for requirement of gem's specification since
  some newer gem already use this feature.
2013-02-02 08:11:53 +00:00
jperkin
aa056b4497 Bump libssh dependency. Fixes bulk builds. 2013-02-02 01:18:03 +00:00
hans
8880bfeddd Fix previous, it didn't work as intended. Just having /usr/lib${LIBABISUFFIX}
there should be sufficient, and it works.
2013-02-02 01:04:59 +00:00
bad
26ec3f690a Work around the xdg-desktop-menu being completely useless wrt. pkgsrc.
Fix absolute paths in desktop file.
Bump PKGREVISION.
C.F. pkg/47523
2013-02-02 00:41:50 +00:00
hans
9e628609f3 Document .tar.bz2 requirement, requested by wiz. 2013-02-01 23:09:54 +00:00
wiz
ff9833a872 Pick up maintainership. 2013-02-01 22:25:26 +00:00
wiz
bd06e1cb46 Reset MAINTAINER/OWNER (became observers) 2013-02-01 22:21:05 +00:00
is
ee9abb69fa Make pkg_info show the upstream version, for comparison to advisories etc. 2013-02-01 21:55:55 +00:00
is
4431c09043 fix typo 2013-02-01 21:50:45 +00:00
is
693f205dd5 Commit missing file, and fix the version gate. Thanks to Noud de Brouwer
for beta-testing the package.
2013-02-01 16:47:51 +00:00
jperkin
2edc786c8d Spell XTHREAD_CPPFLAGS correctly. This is confirmed required on Solaris, so
remove the XXX comments.
2013-02-01 14:40:29 +00:00
is
c371d484dd Depend on newer libssh. As these packages need libssh >= 0.4 anyway (per
own build docs), this actually makes remmina offer ssh and sftp, and makes
the NX plugin build. Thus bumping revision.

XXX TODO:
XXX - RDP still isn't offered in the menu.
XXX - upstream package is 1.0

Thanks to Noud Brouwer for the original libssh-0.5.4 package from
pkgsrc-wip, which was used as security/libssh with some corrections.
2013-02-01 13:55:17 +00:00
is
55ec1ecd6f Update libssh to (upstream) 0.5.4 == (our) 0.54.
(We need to keep the old numbering syntax to make versions compare
correctly.)

There are only two consumers in pkgsrc; one of them (remmina and
remmina-plugins) actually needed library version 0.4 or later, and
didn't build the ssh/sftp/nx plugins without. Hydra is also supposed
to build with 0.4.x and later.)

Upstream changelogs:

0.5.4:
        CVE-2013-0176 - NULL dereference leads to denial of service
        Fixed several NULL pointer dereferences in SSHv1.
        Fixed a free crash bug in options parsing.

and for completeness 0.5.3:

        This is an important SECURITY and maintenance release in
        order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561
        and CVE-2012-4562.

        CVE-2012-4559 - Fix multiple double free() flaws
        CVE-2012-4560 - Fix multiple buffer overflow flaws
        CVE-2012-4561 - Fix multiple invalid free() flaws
        CVE-2012-4562 - Fix multiple improper overflow checks

        (...)

Suggested by Noud de Brouwer in wip/libssh and PR pkg/47518, but needed
some changes to PLIST as well as to make "pkg_admin audit" and updates
compare correctly.
2013-02-01 13:33:49 +00:00
is
455b7247c1 Update libssh to (upstream) 0.5.4 == (our) 0.54.
(We need to keep the old numbering syntax to make versions compare
correctly.)

There are only two consumers in pkgsrc; one of them (remmina and
remmina-plugins) actually needed library version 0.4 or later, and
didn't build the ssh/sftp/nx plugins without. Hydra is also supposed
to build with 0.4.x and later.)

Upstream changelogs:

0.5.4:
	CVE-2013-0176 - NULL dereference leads to denial of service
	Fixed several NULL pointer dereferences in SSHv1.
	Fixed a free crash bug in options parsing.

and for completeness 0.5.3:

	This is an important SECURITY and maintenance release in
	order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561
	and CVE-2012-4562.

	CVE-2012-4559 - Fix multiple double free() flaws
	CVE-2012-4560 - Fix multiple buffer overflow flaws
	CVE-2012-4561 - Fix multiple invalid free() flaws
	CVE-2012-4562 - Fix multiple improper overflow checks

	(...)
2013-02-01 13:33:48 +00:00
is
2ae067baf6 Update libssh to (upstream) 0.5.4 == (our) 0.54.
(We need to keep the old numbering syntax to make versions compare
correctly.)

There are only two consumers in pkgsrc; one of them (remmina and
remmina-plugins) actually needed library version 0.4 or later, and
didn't build the ssh/sftp/nx plugins without. Hydra is also supposed
to build with 0.4.x and later.)

Upstream changelogs:

0.5.4:
        CVE-2013-0176 - NULL dereference leads to denial of service
        Fixed several NULL pointer dereferences in SSHv1.
        Fixed a free crash bug in options parsing.

and for completeness 0.5.3:

        This is an important SECURITY and maintenance release in
        order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561
        and CVE-2012-4562.

        CVE-2012-4559 - Fix multiple double free() flaws
        CVE-2012-4560 - Fix multiple buffer overflow flaws
        CVE-2012-4561 - Fix multiple invalid free() flaws
        CVE-2012-4562 - Fix multiple improper overflow checks

        (...)

Suggested by Noud de Brouwer in wip/libssh and PR pkg/47518, but needed
some changes to PLIST as well as to make "pkg_admin audit" and updates
compare correctly.
2013-02-01 13:33:48 +00:00
is
2776e9a639 Update libssh to (upstream) 0.5.4 == (our) 0.54.
(We need to keep the old numbering syntax to make versions compare
correctly.)

There are only two consumers in pkgsrc; one of them (remmina and
remmina-plugins) actually needed library version 0.4 or later, and
didn't build the ssh/sftp/nx plugins without. Hydra is also supposed
to build with 0.4.x and later.)

Upstream changelogs:

0.5.4:
	CVE-2013-0176 - NULL dereference leads to denial of service
	Fixed several NULL pointer dereferences in SSHv1.
	Fixed a free crash bug in options parsing.

and for completeness 0.5.3:

	This is an important SECURITY and maintenance release in
	order to address CVE-2012-4559, CVE-2012-4560, CVE-2012-4561
	and CVE-2012-4562.

	CVE-2012-4559 - Fix multiple double free() flaws
	CVE-2012-4560 - Fix multiple buffer overflow flaws
	CVE-2012-4561 - Fix multiple invalid free() flaws
	CVE-2012-4562 - Fix multiple improper overflow checks

	(...)
2013-02-01 13:33:48 +00:00
wiz
6d2f32612c Fix HOMEPAGE. 2013-02-01 13:31:57 +00:00
jperkin
c3a27bbb2c Fix the first master site. 2013-02-01 13:13:22 +00:00
hans
35199213ea Treat /usr/lib${LIBABISUFFIX} like /usr/lib to avoid picking up the
wrong libraries from that dir.
2013-02-01 12:43:44 +00:00
hans
8cf5164992 Prefer openssl from pkgsrc on SunOS by default. 2013-02-01 12:36:06 +00:00
hans
6767f272e2 Use LIBABISUFFIX when creating the .pc files to make builtin openssl
work on 64bit SunOS and possibly others.
2013-02-01 12:34:15 +00:00
hans
b239a2ebb9 Set LIBABISUFFIX on SunOS x86_64. Should probably also be done for
sparcv9, but I can't test that.
2013-02-01 12:25:16 +00:00
obache
3d8e26c043 Updated www/opera to 12.13 2013-02-01 11:50:59 +00:00
obache
916976cf21 Update opera to 12.13.
Opera 12.13 is a recommended upgrade offering security and stability
enhancements.

Fixes and Stability Enhancements since Opera 12.12
General and User Interface
  * Fixed an issue where Opera gets internal communication errors on Facebook
  * Fixed an issue where no webpages load on startup, if Opera is disconnected
    from the Internet
  * Fixed an issue where images will not load after back navigation, when a site
    uses the HTML5 history API (deviantart.com)
    Linux and Windows
      * A new stand-alone update-checker, as part of a planned upgrade of the
	auto-update system
    Windows
      * Improved protection against hijacking of the default search, including
	a one-time reset
Security
  * Fixed an issue where DOM events manipulation might be used to execute
    arbitrary code, as reported by Arthur Gerkis; see our advisory:
      http://www.opera.com/support/kb/view/1042/
  * Fixed an issue where use of SVG clipPaths could allow execution of arbitrary
    code, as reported by anonymous via the iSIGHT Partners GVP Program; see our
    advisory:
      http://www.opera.com/support/kb/view/1043/
  * Fixed a low severity security issue; details will be disclosed at a later
    date
  * Fixed an issue where CORS requests could omit the preflight request, as
    reported by webpentest; see our advisory:
      http://www.opera.com/support/kb/view/1045/
2013-02-01 11:50:43 +00:00
hans
e7f7ae43b2 Use .tar.bz2 distfile so that no extra dependency on archivers/xz is
needed when building lang/gcc* with option gcc-inplace-math.
2013-02-01 11:26:22 +00:00
obache
6c2fcb1d3b Updated emulators/suse121_qt4 to 12.1nb2 2013-02-01 11:12:45 +00:00
obache
f0a87fcb8c Update libqt4 RPMs to 4.7.4-19.17.1 for CVE-2012-6093.
Bump PKGREVISION.
2013-02-01 11:12:29 +00:00
wiz
b87c35b987 Depend on boehm-gc-7.2. From tsugutomo.enami in PR 47519. 2013-02-01 08:02:38 +00:00
wen
2bce4f2fd6 Updated geography/p5-Geo-Distance to 0.20 2013-02-01 05:37:06 +00:00
wen
0b8366b14c Update to 0.20
Upstream changes:
0.20      2012-10-19
 - Fix a test that was comparing floating point numbers and falling over on
   some platforms.
2013-02-01 05:36:14 +00:00
wen
874e529726 Updated devel/p5-Mouse to 1.04 2013-02-01 05:31:43 +00:00
wen
aa66a3fad0 Update to 1.04
Upstream changes:
1.04 2013-01-11 01:46:18
    [FEATURES]
    - Implement $attr->default($instance) for compatibility with Moose

1.03 2013-01-11 01:10:38
    [FEATURES]
    - Add maybe_type() from Moose::Util::TypeConstraints (schwern)
2013-02-01 05:30:35 +00:00
wen
a14a5bc176 Updated devel/p5-App-cpanminus to 1.5021 2013-02-01 05:20:48 +00:00
wen
b40145dbf9 Update to 1.5021
Upstream changes:
1.5021 Thu Jan 31 00:42:28 PST 2013
   [Improvements]
      - Added new --verify option that enables verifying CHECKSUM and SIGNATURE for distributions
        from CPAN/PAUSE

1.5020 Tue Jan 29 10:29:08 PST 2013
   [Bug Fixes]
      - Fixed a bug in --cascade-search that was checking a wrong version from 02packages file (Bryce Baril)
      - Added a workaround for older version of File::Temp bug (kentnl)
2013-02-01 05:19:49 +00:00
wen
9256007723 Updated www/p5-Plack to 1.0016 2013-02-01 05:13:16 +00:00
wen
22fa653082 Update to 1.0016
Upstream changes:
1.0016 Thu Jan 31 13:21:14 PST 2013
    [SECURITY]
        - Fixed directory traversal bug in Plack::App::File on win32 environments

    [INCOMPATIBLE CHANGES]
        - Updated Plack::Builder OO interface to be more natural. Still keeps backward
          compatible to the old ->mount() and ->to_app() interface.

    [NEW FEATURES]
        - Static middleware 'path' callback now takes $env as a 2nd argument (avar)
        - Static middleware takes 'content_type' callback to determine custom MIME (pstadt)

    [IMPROVEMENTS]
        - Fixed regexp warning for blead (doy)
        - Documentation update for AccessLog::Timed to suggest Runtime (ether)
        - Ignore vim swap files on restarter (nihen)
        - Major doucmentation overhaul on Apache2 startup files (rkitover, avar)
2013-02-01 05:12:08 +00:00
wen
2b89d6ef4e Updated devel/p5-Tree-DAG_Node to 1.10 2013-02-01 05:07:08 +00:00
wen
28da8bdc75 Update to 1.10
Upstream changes:
1.10  Fri Feb  1 08:53:00 2012
	- Change t/pod.t to look for Test::Pod 1.45, but comment out Test::Pod in Build.PL and Makefile.PL.
		This means Test::Pod is not used at all if it is not installed. As per RT#83077.
2013-02-01 05:05:54 +00:00
wen
2d2a35bcf1 Updated time/p5-Time-Interval to 1.232 2013-02-01 04:58:31 +00:00
wen
c80a8163fc Update to 1.232
Add LICENSE

Upstream changes:
1.232		Thu Jan 31 21:41:40 CST 2013
		those damn ._* files os x kindly inserted into the distribution
		I have removed them. sorry everyone.

1.231	        Wed Jan 30 07:58:21 CST 2013
		forgot to add LICENSE to manifest.
		incremented version for CPAN upload

1.23		Tue Jan 29 10:13:54 CST 2013
		updated LICENSE.
		this perl module is released under the same license
		as perl itself
2013-02-01 04:57:13 +00:00
jmcneill
30e7b4ecf3 Fix NetBSD build with gcc <= 4.5 on arm (missing builtin atomics). 2013-02-01 03:44:22 +00:00
reed
420d10c182 added x11/lxsession (from wip) 2013-02-01 01:34:13 +00:00
reed
2c71acf7da move from pkgsrc wip
(change from wip package: install README)

LXSession is the default session manager of LXDE. It is used to
start and setup the desktop environment.  It can optionally restart
crashed programs.  It includes a built-in lightweight Xsettings
daemon which can configure gtk+ themes, keyboard, and mouse.  It
also provides a logout program.
2013-02-01 01:31:37 +00:00
hans
877500f25b Revert previous, jperkin says it's wrong. 2013-01-31 23:34:21 +00:00
hans
029d1a3152 Always set _USE_GCC_SHLIB on SunOS, just like the older versions of gcc do. 2013-01-31 23:12:53 +00:00
hans
2b95c823d7 Uses pod2man. 2013-01-31 23:08:55 +00:00