Commit graph

207908 commits

Author SHA1 Message Date
roy
47e8f1c411 Doesn't use ncurses, or any curses. 2013-10-16 16:34:37 +00:00
roy
4aadc97271 Build form and menu support now.
Perl Curses can use system curses fine, but we need to hand edit the
c-config.h file to so as not to conflict the system forms.h file
with the perl one. This is as documented in the package.
NetBSD system curses does not support panels.

If we're using ncurses we also build support for panels.
2013-10-16 16:27:26 +00:00
roy
f25aa6eca6 opencm doesn't use curses, just termcap. 2013-10-16 13:27:40 +00:00
roy
9d4fa008f1 Works fine with system curses 2013-10-16 13:09:00 +00:00
roy
36167307ba digest 2013-10-16 12:32:34 +00:00
roy
e933448a8c elf does't actually use curses, termcap or terminfo. 2013-10-16 12:32:17 +00:00
roy
253e4ea779 cscope works fine with system curses 2013-10-16 12:03:29 +00:00
roy
2b923de223 ncurses was removed from coconut 2013-10-16 11:55:43 +00:00
jperkin
afb53b2f96 Avoid multi-line comments after #define, they confuse g-ir-scanner from
gobject-introspection on OSX Snow Leopard.  Fixes build.
2013-10-16 10:59:13 +00:00
roy
c01e1c3758 cgdb works fine with terminfo and curses. 2013-10-16 10:51:39 +00:00
obache
813a612d53 Updated multimedia/gnome-mplayer to 1.0.8nb8 2013-10-16 10:41:22 +00:00
obache
33e72fb19b Change default dependencies.
* Drop gnome-power-manager dependency with gnome option.  It will be runtime
  detected automatically.
* Drop musicbrainz opiton from default, it is optional.

Bump PKGREVISION.
2013-10-16 10:39:05 +00:00
roy
a6f713ca31 Any curses should work. 2013-10-16 09:02:03 +00:00
roy
91ec58140a bump for pilot-link-libs ncurses removal 2013-10-16 08:55:01 +00:00
roy
12378cba55 Does not use curses or even termcap 2013-10-16 08:49:43 +00:00
roy
a5a41f94e8 tirc requires termcap, not ncurses 2013-10-16 07:37:10 +00:00
wiz
dced150771 Updated sysutils/libgksu to 2.0.12 2013-10-16 07:04:48 +00:00
wiz
c6ea6c5c89 Update to 2.0.12:
2009-06-29  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.12

2009-06-29  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/gksu-run-helper.c:
	- fix the fact that the main function ends without returning a
	value, on success (doh)

2009-06-29  Gustavo Noronha Silva  <kov@debian.org>

	* gksu-properties/gksu-properties.c:
	- fixed printf format for two error messages, introduced
	  by the last change

2009-06-29  Sebastien Bacher <seb128@ubuntu.com>

	* gksu-properties/gksu-properties.c,
	  gksu-properties/Makefile.am,
	  configure.ac:
	- use GtkBuilder instead of libglade

2009-06-29  Joshua Kwan <jkwan@vmware.com>

	* libgksu/libgksu.c:

	- Fix double-free introduced by recent changes.

2009-06-24  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.11

2009-06-24  Joshua Kwan <jkwan@vmware.com>

	* libgksu/libgksu.c:

	- Make su code work on Red Hat systems.

2009-06-17  Joshua Kwan <jkwan@vmware.com>

        * libgksu/libgksu.c:

        - Make sudo also use forkpty, to also work when /etc/sudoers is
          configured to require a tty.

2009-06-17  Joshua Kwan <jkwan@vmware.com>

	* libgksu/libgksu.c:
	- Make su backend work with Fedora's su.

2009-05-09  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.10

2009-05-09  François Wendling  <frwendling@free.fr>

        Document gksu-properties, briefly.

        * docs/gksu-properties.1, docs/Makefile.am:

2009-05-09  Robert Millan <rmh.debian.bts@aybabtu.com>

	This fixes two bugs in read_line function.  Both are exposed when
	running gksudo --debug:

	  - First, when read() fails, the printed value will come from
            uninitialised memory.  This results in stuff like
            "GNOME_SUDO_PASSSSSSSSSSSSSSSSS..."  being printed.

          - Second, the null terminator is off-by-one, resulting in
            garbage being printed at the end of each line. This may
	    also lead to memory corruption (for n >= 256)!

	* libgksu/libgksu.c:

2009-03-04  Gustavo Noronha Silva  <kov@debian.org>

	* Release 2.0.9

	* libgksu/libgksu.c: fix how the GdkDisplay* is obtained at
	gksu_context_launch_initiate

	* libgksu/gksu-run-helper.c: - cleanup the environment from
	ORBIT_SOCKETDIR and DBUS_SESSION_BUS_ADDRESS to acommodate recent
	changes in gconf

2009-02-22  Gustavo Noronha Silva  <kov@alface>

	* Release 2.0.8

2009-02-22  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/libgksu.c: - added threads protection for the gdk
	fadeout/fadein animation, so that callers will not have X errors
	when trying to use gdk functions in parallel with us
	See http://bugzilla.gnome.org/show_bug.cgi?id=549760.

2009-02-22  Gustavo Noronha Silva  <kov@debian.org>

	* configure.ac, libgksu/libgksu.{c,h}, libgksu/gksu-run-helper.c:
	- accepted patch by Joshua Kwan <jkwan@vmware.com> to
	  return the same status code as the child

2009-02-03  Gustavo Noronha Silva  <kov@debian.org>

	* configure.ac:
	- added th to ALL_LINGUAS

2008-08-29  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/libgksu.c: patch by Daniel Richard G. <skunk@iSKUNK.ORG>
	to allow changing the location of the lockfile, so that libgksu
	will work on AFS/NFS mounted home directories

2008-06-20  Gustavo Noronha Silva  <kov@debian.org>

	* libgksu/gksu-run-helper.c: accepted patch by Michael Vogt, from
	Ubuntu, to fix very long commands not fitting in the helper's
	statically-sized buffer (Debian bug #486087, launchpad #173757)

	* libgksu/libgksu.c (sudo_full): accepted patch by Michael Vogt,
	from Ubuntu, to fix sudo having problems resolving network
	addresses breaking gksu (Debian bug #486083, launchpad #237325)
2013-10-16 07:04:37 +00:00
roy
bb0dfc462b naim can use system curses 2013-10-15 21:20:29 +00:00
pettai
d3575146ef Updated security/softhsm to 1.3.5 2013-10-15 21:20:24 +00:00
pettai
52ce9bb0e8 SoftHSM 1.3.5
Bugfixes:
* SOFTHSM-45: Improved handling of a busy database
* SUPPORT-76: Add -Wall -Werror flags and fix the warnings.
              Fix more warnings on EPEL.
2013-10-15 21:19:39 +00:00
joerg
67b607b421 PowerPC64 is a 64bit platform. 2013-10-15 20:46:41 +00:00
roy
f1e5076ad6 Allow any curses to work with licq-gui-console 2013-10-15 17:08:02 +00:00
roy
c460b39410 gtmess should work with any curses 2013-10-15 16:45:41 +00:00
asau
e033e7df73 Give Lisp users an option to build CLISP without PDF documentation.
This lets building CLISP and SBCL without pulling the whole X11 stack in.
2013-10-15 16:21:46 +00:00
ryoon
04d9a913cb Updated devel/nss to 3.15.2 2013-10-15 16:12:06 +00:00
ryoon
922bd83d4b Update to 3.15.2
Changelog:
Security Advisories

The following security-relevant bugs have been resolved in NSS 3.15.2. Users are encouraged to upgrade immediately.

    Bug 894370 - (CVE-2013-1739) Avoid uninitialized data read in the event of a decryption failure.

New in NSS 3.15.2
New Functionality

    AES-GCM Ciphersuites: AES-GCM cipher suite (RFC 5288 and RFC 5289) support has been added when TLS 1.2 is negotiated. Specifically, the following cipher suites are now supported:
        TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
        TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
        TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
        TLS_RSA_WITH_AES_128_GCM_SHA256

New Functions

PK11_CipherFinal has been introduced, which is a simple alias for PK11_DigestFinal.
New Types

No new types have been introduced.
New PKCS #11 Mechanisms

No new PKCS#11 mechanisms have been introduced
Notable Changes in NSS 3.15.2

    Bug 880543 - Support for AES-GCM ciphersuites that use the SHA-256 PRF
    Bug 663313 - MD2, MD4, and MD5 signatures are no longer accepted for OCSP or CRLs, consistent with their handling for general certificate signatures.
    Bug 884178 - Add PK11_CipherFinal macro

Bugs fixed in NSS 3.15.2

    Bug 734007 - sizeof() used incorrectly
    Bug 900971 - nssutil_ReadSecmodDB() leaks memory
    Bug 681839 - Allow SSL_HandshakeNegotiatedExtension to be called before the handshake is finished.
    Bug 848384 - Deprecate the SSL cipher policy code, as it's no longer relevant. It is no longer necessary to call NSS_SetDomesticPolicy because all cipher suites are now allowed by default.

A complete list of all bugs resolved in this release can be obtained at https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.2&product=NSS&list_id=7982238
Compatibility

NSS 3.15.2 shared libraries are backward compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with NSS 3.15.2 shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.
2013-10-15 16:10:33 +00:00
christos
d31944e7f4 prefer terminfo/termcap before curses 2013-10-15 16:06:18 +00:00
roy
88cdf0d3f4 Ispell language files don't use curses 2013-10-15 15:54:25 +00:00
taca
c084bd7e56 Fix php-socket with php55.
- Use USE_PHP_EXT_PATCHES in net/php-sockets.
- Make AI_V4MAPPED noop if platform dosen't have it.

It is poor assumption that AI_V4MAPPED is always defined and V4 mapped
address is always available.
2013-10-15 15:46:37 +00:00
wen
373ce03e0c Updated devel/p5-Config-IniFiles to 2.82 2013-10-15 15:27:08 +00:00
wen
fcb9046f5c Update to 2.82
Upstream changes:
Version 2.82    ( Tue 21 May 18:32:23 IDT 2013 )
------------------------------------------------

* Add t/style-trailing-space.t .
    - Remove trailing space.

Version 2.81    ( Thu 16 May 13:31:34 IDT 2013 )
------------------------------------------------

* Add the CopySection method to copy a section.
    - Thanks to James Rouzier.

Version 2.80    ( Tue 14 May 22:22:55 IDT 2013 )
------------------------------------------------

* Add the RenameSection method to rename a section.
    - Thanks to James Rouzier.

Version 2.79    ( Mon  6 May 10:02:47 IDT 2013 )
------------------------------------------------

* Fix test failures with Pod-Simple-3.28:
    - http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286

Version 2.78    ( Sun 21 Oct 13:14:39 IST 2012 )
------------------------------------------------

* Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259:
    - Warnings on undefined value in length in perl-5.10.x.
2013-10-15 15:26:13 +00:00
wen
989934126c Updated devel/p5-Config-GitLike to 1.12 2013-10-15 15:19:58 +00:00
wen
9774f519ac Update to 1.12
Update DEPENDS

Upstream changes:
1.12 2013-08-05

    - Reformat Changes file to follow CPAN::Changes::Spec; no functional
      changes.

1.11 2013-08-04

    - Switch from the deprecated Any::Moose to Moo

1.10 2012-11-07

    - Provide and API got accessing the original key that a value was set
      with, in a case-preserving way.  If the case of the key in a file
      matters, it is now possible to determine.
    - The 'name' value passed to the 'callback' parameter is now no longer
      forced to lower-case, as a consequence.
2013-10-15 15:19:08 +00:00
wen
4124cb93d0 Updated devel/p5-Config-INI to 0.020 2013-10-15 15:11:38 +00:00
wen
5f2d3572b7 Update to 0.020
Upstream changes:
0.020     2013-07-01 21:30:50 America/New_York
          update bugtracker
2013-10-15 15:10:48 +00:00
wen
30c3839f0e Updated devel/p5-Perl-Tidy to 20130922 2013-10-15 14:55:29 +00:00
wen
2d87b45c90 Update to 20130922
(Upstream changelog is too long, please visit:
 http://cpansearch.perl.org/src/SHANCOCK/Perl-Tidy-20130922/CHANGES)

Update MASTER_SITES to CPAN
2013-10-15 14:54:17 +00:00
joerg
73110800dc Don't use dynamic_cast when RTTI is disabled. Don't add default
arguments to friends.
2013-10-15 14:49:35 +00:00
joerg
1809d5161d Fix enough problems with Clang so that the build hangs in the RPC
compiler, which seems to also occur at least with GCC 4.7's cpp.
2013-10-15 14:48:38 +00:00
joerg
5df498dfef Don't use tr1/memory for libc++ or any C++11 compiler. 2013-10-15 14:46:07 +00:00
joerg
d9225188c8 Ignore unused constants for clang. 2013-10-15 14:44:42 +00:00
joerg
0de1e064b5 Don't use -I-. 2013-10-15 14:44:18 +00:00
joerg
e2502b1736 Add patch that would fix the build of net/php-sockets for PHP 5.5, if I
knew how to get it applied.
2013-10-15 14:43:51 +00:00
joerg
9ed970698c Explicitly depend on lcms. 2013-10-15 14:43:00 +00:00
joerg
44941b111d Needs lcms. 2013-10-15 14:42:41 +00:00
joerg
85e51c7b9c Fix missing dependency as seen in libc++ build. 2013-10-15 14:42:10 +00:00
roy
ec87ac432a BitchX uses terminfo, not curses 2013-10-15 14:41:53 +00:00
joerg
a4f3c01534 Honor wrappers. Fix build with libc++. 2013-10-15 14:41:36 +00:00
joerg
330f46f92a Allow py-sqlalchemy 0.8
XXX tonnerre or whoever cares, please check.
2013-10-15 14:40:48 +00:00