Commit graph

205697 commits

Author SHA1 Message Date
richard
0d558c28c2 fix PLIST options for solaris, including builtin openssl support 2013-08-24 16:45:08 +00:00
schnoebe
a935ba55a3 Update to hplip 3.13.8:
Release Notes/Change Log:

HPLIP 3.13.8 - This release has the following changes:
Added Support for the Following New Printers:

- HP Deskjet 1510 All-in-One Printer
- HP Deskjet 1512 All-in-One Printer
- HP Deskjet 1513 All-in-One Printer
- HP Deskjet 2540 All-in-One Printer
- HP Deskjet 2542 All-in-One Printer
- HP Deskjet Ink Advantage 1010 Printer Series
- HP Deskjet Ink Advantage 1015 Printer
- HP Deskjet Ink Advantage 1510 All-in-One Printer Series
- HP Deskjet Ink Advantage 1515 All-in-One Printer
- HP Deskjet Ink Advantage 1516 All-in-One Printer
- HP Deskjet Ink Advantage 3540 e-All-in-One Printer Series
- HP Deskjet Ink Advantage 3545 e-All-in-One Printer
- HP Deskjet Ink Advantage 3546 e-All-in-One Printer

Launchpad fixes:

233393  - Smart install disable popup is coming for HP pen drive and HP
          CD/DVD ROM

Change log:

- Added support for Avahi network printer browsing
- Using SLP protocol by default to browse printer in hp-setup
- Fix for Failing to install libtool package in Fedora 18 during HPLIP
  installation


HPLIP 3.13.7 - This release has the following changes:
Added Support for the Following New Printers:

- HP Deskjet 1010 Printer
- HP Deskjet 1012 Printer
- HP ENVY 5530 e-All-in-One Printer
- HP ENVY 5535 e-All-in-One Printer
- HP Officejet 7610 Wide Format e-All-in-One Printer

Added support for the following new Distro's:

- Debian 7.1
- Fedora 19

Launchpad fixes:

746814  - CVE-2010-4267 Remote Stack Overflow Vulnerability
1195221 - Unable to install plugin for network printer Laserjet 2600n
1197306 - HP laserjet 1020 not printing on Ubuntu12.10 after power cycle
	  the printer
1196335 - HPLIP 3.13.6 stop working after shutting down/rebooting the
	  computer

Issues fixed:

- Unable to launch "Align Cartrides" and "Clean Cartridges" interfaces
  from HP Device Manager
- Lot of debug prints(File Pointer is NULL) are found in syslog even
  when hpLogLevel is not 15
- Updated plugin-reason for HP LaserJet Professional P1607dn Printer
  Series
2013-08-24 16:44:15 +00:00
richard
69919cc680 fix kerberos build for solaris 2013-08-24 16:42:47 +00:00
jaapb
184748a969 Added libodfgen subdirectory. 2013-08-24 16:18:51 +00:00
jaapb
eeb49b0337 Added textproc/libodfgen version 0.0.2 2013-08-24 16:17:34 +00:00
jaapb
fec95e4cca Packaged textproc/libodfgen, a library providing the ability to generate
ODF documents from libwpd and libwps API calls. (libreoffice dependency)
2013-08-24 16:17:12 +00:00
jaapb
2035334b7f Added liblangtag subdirectory. 2013-08-24 16:15:56 +00:00
jaapb
bd23634a81 Added devel/liblangtag version 0.5.1 2013-08-24 16:15:32 +00:00
jaapb
ae7f35e80d Packaged devel/liblangtag, an interface for language tag recognition that
complies with RFC 5646. (libreoffice dependency).
2013-08-24 16:15:10 +00:00
agc
b47060f94f note update of ipv6-toolkit to 1.4 2013-08-24 16:14:04 +00:00
jaapb
1c7e39900e Added subdir orcus. 2013-08-24 16:13:21 +00:00
jaapb
b2fdf2f5a2 Added converters/orcus version 0.5.1 2013-08-24 16:12:39 +00:00
agc
de894f6661 Update ipv6-toolkit to version 1.4 from 1.3.4
Pkgsrc changes:
+ quieten warnings from gcc 4.5.3 about uninitialised variables

Distribution changes:
SI6 Networks' IPv6 Toolkit v1.4 release

   * frag6: Fixed the flooding option
     Fixed the fragment size used when employing the flooding option. It was
     prevously sending fragment sizes that where not a multiple of eight, and
     hence these fragments were dropped.

   * scan6: Added support for 64-bit encoding of IPv4 addresses
     Option "--tgt-ipv4" was augmented to support both encodings (32 bit
     and 64 bit) of embedded IPv4 addresses.

   * tcp6: Fixed response to Neighbor Solicitations
     tcp6 was not responding to incomming Neighbor Solicitations. Hence, when
     packets were sent from spoofed addresses, tcp6 would never receive the
     response packets, because the NSs sent by the local router or target node
     would never be responded.

   * tcp6: Added support for TCP Window-based attacks
     tcp6 can now close the window after sending an app-layer command, and
     also "modulate" the TCP window to circumvent trivial mitigations for these
     attacks ("--window-mode" and "--win-modulate" options).

   * tcp6: Support for multiple connection-establishment types
     tcp6 can now cause e.g. TCP simultaneous opens (see the "--open-mode"
     option).

   * tcp6: Support for multiple connection-termination types
     tcp6 can now perform multiple connection-termination types (see the
     "--close-mode" option).

   * tcp6: Support for sending application layer requests
     tcp6 can now send application-layer requests with the "--data" option.

   * Many improvements to the manual pages.
     Fixed the troff encoding of many manual pages. Added ipv6toolkit(7), that
     describes a general description of the toolkit.

   * All: Fixed bug in link-layer destination address selection
     Tools now try to find a local router or perform Neighbor Discovery only
     when necessary (i.e., underlying link-layer is *not* loopback or tunnel,
     destination address is *not* link-local, and a link-layer destination
     address has *not* been specified).

   * All: Fixed bug in option handling
     Incorrect data type was used for the return value of getopt_long(), thus
     leading to problems in some architectures.

   * All: Fixed a number of issues with pcap_next_ex()
     The timeout parameter of pcap_next_ex() is now based on the platform (the
     previous constant value had different semantics in different platforms).
     Additionally, handle the case where pcap_next_ex() returns no packets.

   * All: General improvements and clean-up
     The development process now includes building the toolkit with the clang
     compiler (in addition to gcc), which has lead to the identification of a
     number of issues.

   * All: Improved support for building the toolkit.
     The toolkit now contains one makefile for pmake, and another for GNU make.
     Added support for the DESTDIR variable. Appropriate paths are selected
     based on the value of a number of variables. Configuration file is
     dynamically generated, with the right path to the oui.txt file.
2013-08-24 16:12:24 +00:00
jaapb
a704d10ffb Packaged converters/orcus, a library that deals with spreadsheet documents
(libreoffice dependency).
2013-08-24 16:12:10 +00:00
jaapb
6a86bb598c Added subdir libmwaw. 2013-08-24 16:10:36 +00:00
jaapb
0dc053f9ee Added converters/libmwaw version 0.1.10 2013-08-24 16:10:14 +00:00
jaapb
cce0407e9e Packaged converters/libmwaw, a library for reading old (pre-MacOS X)
Mac documents. Dependency of libreoffice.

(pkglint complains about C not being added to USE_LANGUAGES; this is fine,
the package only uses C++)
2013-08-24 16:09:56 +00:00
jaapb
d812662677 added libmspub package 2013-08-24 16:07:52 +00:00
jaapb
14eeda9793 Added converters/libmspub version 0.0.6 2013-08-24 16:07:17 +00:00
jaapb
55e8d45c74 Packaged converters/libmspub, a library for importing Microsoft Publisher
documents (used by libreoffice).

(pkglint complains about c not being added to USE_LANGUAGES; this is fine,
as the package only uses c++)
2013-08-24 16:06:56 +00:00
prlw1
70f4324062 We reached NetBSD "6". 2013-08-24 15:34:39 +00:00
drochner
52749607c3 update to 4.15.1
This fixes a regression in v4.15 related to the handling of hidden
virtual methods.
(hopefully fixes the build problem with py-qt3 reported by Greg Oster)
2013-08-24 11:48:37 +00:00
obache
9251839e27 Tell "readlink" location for Cygwin, DragonFly, FreeBSD and Haiku. 2013-08-24 11:30:44 +00:00
jaapb
9ef3070ec9 Updated print/teTeX3-texmf to 3.0nb40 2013-08-24 11:00:07 +00:00
jaapb
4c97772ee7 Split ntheorem package. Bumped PKGREVISION. 2013-08-24 10:59:49 +00:00
jaapb
c12155b52a Added ntheorem-doc package 2013-08-24 10:59:10 +00:00
jaapb
6981283b1e Added print/tex-ntheorem-doc version 1.31 2013-08-24 10:58:38 +00:00
jaapb
2fcce4d52c Added documentation for tex-ntheorem package 2013-08-24 10:58:18 +00:00
jaapb
6027e73b36 Added tex-ntheorem package 2013-08-24 10:58:01 +00:00
jaapb
2fa4099d93 Added print/tex-ntheorem version 1.31 2013-08-24 10:57:49 +00:00
jaapb
ed64d19dc5 Added package print/tex-ntheorem, version 1.31. 2013-08-24 10:57:01 +00:00
tron
92da4312a1 Define "readlink" location for Linux and OpenBSD. 2013-08-24 10:12:52 +00:00
obache
9b73eceb0a share hacks.mk with its base package. 2013-08-24 09:36:43 +00:00
ryoon
8e7131a2e3 Updated security/crypto++ to 5.6.2nb2 2013-08-24 08:19:05 +00:00
ryoon
6028768349 Set LICENSE. 2013-08-24 08:17:56 +00:00
ryoon
d5d7f4683f Bump PKGREVISION.
Fix PR pkg/48134 with patch from Onno van der Linden.
Fix build of net/amule.
2013-08-24 08:16:12 +00:00
wen
7b3bfbcdef Updated textproc/p5-XML-SemanticDiff to 1.0002 2013-08-24 02:35:17 +00:00
wen
009c6e1672 Update to 1.0002
Upstream changes:
1.0002 2013-08-17
    - Convert "Changes" (this file) to CPAN::Changes.
    - Thanks to https://bitbucket.org/sromanov .

1.0001 2013-08-17
    - Fix https://rt.cpan.org/Ticket/Display.html?id=87903
        - Case problem with "repository" in "Build.PL".
    - Remove trailing space.
2013-08-24 02:34:24 +00:00
wen
3a5e88a5c4 Updated textproc/p5-XML-SAX-ExpatXS to 1.33 2013-08-24 02:30:59 +00:00
wen
20e44c20cf Update to 1.33
Upstream changes:
1.33 Oct 26, 2012
    - LICENSE field added to ExpatXS.pm
    - [rt.cpan.org #69253] t/f08noexpand.t is missing in distro ()

1.32 Apr 12, 2011
    - NoExpand option test added
    - type warnings fixed (gcc 4.4)
2013-08-24 02:30:02 +00:00
wen
2665e1ba7b Updated textproc/p5-XML-SAX-Expat to 0.50 2013-08-24 02:25:59 +00:00
wen
8158eec5fb Update to 0.50
Add LICENSE

Upstream changes:
0.50 May 2013
    - fixed broken link to SAX2 specification in POD
    - added repository information to Makefile.PL
    - added README file to satisfy packaging guidelines
2013-08-24 02:25:09 +00:00
wen
28e12e8768 Updated textproc/p5-XML-RegExp to 0.04 2013-08-24 02:22:25 +00:00
wen
bf9132162b Update to 0.04
Add LICENSE

Upstream changes:
0.04  3/26/2012 (tjmather)
	- Fixed version number bug in $VERSION, set to 0.04 instead of 0.02
		( https://rt.cpan.org/Public/Bug/Display.html?id=38536 )
2013-08-24 02:21:32 +00:00
wen
44ebba8a2b Updated textproc/p5-XML-Rabbit to 0.3.0 2013-08-24 02:17:56 +00:00
wen
c681e95db1 Update to 0.3.0
Upstream changes:
0.3.0     2013-03-15 15:24:53 Europe/Oslo
        Gotten rid of Data::Visitor::Callback used to parse type
          constraints. Reported by Alceu Rodrigues de Freitas Junior
          (RT #81753). Solution contributed by chromatic.
2013-08-24 02:17:01 +00:00
wen
bcd5c65fc3 Restore the line of PKGNAME 2013-08-24 02:13:21 +00:00
wen
c5c3e60d23 Updated textproc/p5-XML-LibXML to 2.0103 2013-08-24 02:08:05 +00:00
wen
b62bb526d0 Update to 2.0103
Upstream changes:
2.0103          Thu 22 Aug 08:34:46 IDT 2013
    - Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
        - https://rt.cpan.org/Public/Bug/Display.html?id=83779
        - Changed the variable name to start with an underscore for internal
        use.

2.0102          Mon 19 Aug 15:14:13 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=83744
        - XPathContext memory leak on registerFunction.
        - Thanks to DGINEV for the report and Yuriy for the patch.
    - Apply proposed fix for https://rt.cpan.org/Ticket/Display.html?id=80521
        - "replaceNode() segfaults when copying DTD nodes with ATTLISTs"
        - Thanks to GUIDO@cpan.org for the report and to YOREEK for
        the patch.
    - Apply fix for https://rt.cpan.org/Ticket/Display.html?id=83779
        - "building on RHEL-5-64 fails"
        - Thanks to mathias@koerber.org for the report, SREZIC@cpan.org
        and d.thomas@its.uq.edu.au for taking part and Yuriy for the patch.

2.0101          Thu 15 Aug 08:29:15 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=87089 .
        - "HTML doctype differs for string/scalar input"
        - Thanks to NGLENN for the report and to Yuriy for the tests and
        fix.
2013-08-24 02:06:47 +00:00
ryoon
327623e08d Updated www/php-owncloud to 5.0.10 2013-08-24 01:11:31 +00:00