Commit graph

167166 commits

Author SHA1 Message Date
ghen
4cbbfc22d5 Fix the fix for Arch Linux 2011-01-17 15:12:46 +00:00
drochner
17bc3bee63 make this build with new gtkmm 2011-01-17 14:30:06 +00:00
is
9fc1d5d456 Declaring char *getcwd(); interfered with _USE_FORTIFY_SOURCE=N (for N>0).
(pointed out by aniou@ircnet).

The problem is avoided by not declaring in make.h if defined(HAVE_UNISTD_H).

(I wish people would actually use configure's findings after it spent several
billions(en_US) of CPU cycles computing them.)
2011-01-17 14:17:29 +00:00
drochner
ad856611dc update to 4.0.6
changes:
-improved foomatic-ppd-to-xml script
-XML files generated by foomatic-db-engine now have the same formatting
-fixes
2011-01-17 14:16:50 +00:00
drochner
b276527249 update to 4.0.6
changes:
-improved automatic input data format recognition
-bugfixes
2011-01-17 14:14:52 +00:00
drochner
591017bb29 update to 0.2.1.29
changes:
-Fix a heap overflow (probably allows remote code execution)
 (CVE-2011-0427)
-Prevent a denial-of-service attack by disallowing any
 zlib-compressed data whose compression factor is implausibly
 high
-Zero out a few more keys in memory before freeing them
-bugfixes
-Update to the January 1 2011 Maxmind GeoLite Country db
-Introduce output size checks on all of our decryption functions
2011-01-17 14:06:53 +00:00
is
d22dbc03d8 Add USE_TOOLS+=perl; needed to run make test. 2011-01-17 12:53:23 +00:00
he
8204ea19dd Note update of time/titrax -- a new patch. 2011-01-17 12:52:59 +00:00
he
020df85955 Fix the sumtitra script to work without warning from newer perl. 2011-01-17 12:52:15 +00:00
drochner
4500e0cecb -adjust the patch for manpage location so that it doesn't hardwire
the pkgsrc specific path, so that it could be submitted upstream
-deal with desktopdb
approved by jkunz The Maintainer
2011-01-17 11:22:43 +00:00
jmcneill
f6f18953e8 replace netscape with firefox in default menu config 2011-01-17 11:15:16 +00:00
wiz
bc990adae0 Fix build with png-1.5. 2011-01-17 10:36:54 +00:00
wiz
95b6eb4ba0 Updated print/luatex to 0.65.0 2011-01-17 10:33:51 +00:00
wiz
29a9f8e8f7 Update to 0.65.0, set LICENSE, and fix build with png-1.5.
0.65.0:

I have just uploaded the archives for a new luatex release, 0.65.0.

This release mostly fixes a number of bugs, but it also deprecates
a number of existing lua and macro commands. Please read the News
section carefully if you are the current maintainer of a luatex
macro package.

News:

    * The Aleph and Omega version primitives are deprecated.
    * The Apple Snow Leopard Truetype font collections now work
      properly.
    * Libpng has been updated to 1.4.4, and zlib to 1.2.5.
    * New lua functions node.next() and node.prev().
    * The already deprecated for some time node.protrusion_skipable()
      function has been removed.
    * fontloader.apply_featurefile() and
      fontloader.apply_afmfile() now return nil,<errortable> on failure.
    * The various node list fields in the lua node interface have
      been renamed from 'list' to 'head', e.g. tex.box[0].head,
      and the 'list' name is deprecated. For now, the deprecation
      is silent, as 'list' will stay for quite some time. Please
      update your lua source as soon as possible, though.
    * The call node.type(<node>) now returns "node". The existing
      functionality is otherwise unchanged.
    * Luafilesystem has been updated to 1.5.0. NOTE: there is an
      incompatible change in the directory iterator method.
    * The restriction on linebreak_filter has been eased: at least one
      horizontal box should be returned, but that is not necessarily
      the last node any more.
    * Backward compatibility has been restored for \meaning\mathchar
    * node.first_character() has been renamed to node.first_glyph()
      to better match its actual functionality.
    * The \Umathaccent primitive now supports both/bottom keywords,
      and \Umathbotaccent / \Umathaccents are now deprecated.
    * The \Umathaccent primitive now also supports the fixed keyword,
      which supports non-growing math accents even if the font says
      there are extensible variants.
    * Ongoing work on the epdf library.


0.64.0:

I have just uploaded the archives for a new luatex release, 0.64.0.
This is a development release, but it also fixes a few rather
annoying bugs in 0.63.0.


News:

* New lua functions pdf.refobj(), pdf.maxobjnum() and pdf.objtype()
* New lua function node.is_node()
* The max_strings configuration variable's maximum value is
  raised to be identical to texlive's maximum (2097151), and
  same for param_size (32767).
* The embedded mplib is now 1.503.
* Minor cleanups in the output of fontloader.to_table():
  - removed out-of-range altuni's from the output
  - don't dump the extra encodings, just the actual font encoding
  - export the encoding's name also as 'enc_name' at one level up
  - no longer exporting unset macstyles, nor zero uniqueids
  - fix creationtime and modification time
* Ongoing work on the epdf library

Bugfixes:
* Fix a bug where an explicit hyphen prevented hyphenation for the
  whole rest of the paragraph
* Internal font copying forgot to copy the last font dimen
* os.selfdir() is now documented
* patch quad (\fontdimen6) in \letterspacefont to be compatible
  with pdftex
* Multi-page pdf inclusion was very slow in 0.63.0
* Some extra checks added to the handling of glue_spec node
  objects in lua code.
* Some node.prev pointers have been corrected (but this is not
  quite finished).
* A small fix to lpeg 0.9.
2011-01-17 10:33:43 +00:00
wiz
65ff373c48 Fix build with png-1.5. 2011-01-17 09:14:15 +00:00
wiz
1d19f5b147 Updated pkgtools/pkglint to 4.95 2011-01-17 09:14:08 +00:00
wiz
c5559214d0 Allow fortran77 in USE_LANGUAGES. 2011-01-17 09:13:59 +00:00
sbd
4e6d22ce57 On Linux, extra libs will be created, same as Darwin and DragonFly. 2011-01-17 04:11:23 +00:00
asau
6081b117b4 Solaris needs -lsocket in LIBS. PR pkg/44401 2011-01-17 04:10:40 +00:00
imil
720b785f3f Updated pkgtools/pkgin to 0.3.3.2 2011-01-16 22:57:24 +00:00
imil
70ad22906c Removed patches, now upstream. 2011-01-16 22:52:52 +00:00
imil
af39bce556 pkgin 0.3.3.2
Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3
Included is@ patch upstream for Solaris build
2011-01-16 22:47:56 +00:00
tnn
5fde09540b png-1.5 build fix 2011-01-16 18:18:18 +00:00
jnemeth
2d1fc65e05 Updated comms/asterisk18 to 1.8.2 2011-01-16 17:52:59 +00:00
jnemeth
9ac341baff Update to 1.8.2:
The release of Asterisk 1.8.2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* 'sip notify clear-mwi' needs terminating CRLF.
   (Closes issue #18275. Reported, patched by klaus3000)

* Patch for deadlock from ordering issue between channel/queue locks in
   app_queue (set_queue_variables).
   (Closes issue #18031. Reported by rain. Patched by bbryant)

* Fix cache of device state changes for multiple servers.
   (Closes issue #18284, #18280. Reported, tested by klaus3000. Patched, tested
   by russellb)

* Resolve issue where channel redirect function (CLI or AMI) hangs up the call
   instead of redirecting the call.
   (Closes issue #18171. Reported by: SantaFox)
   (Closes issue #18185. Reported by: kwemheuer)
   (Closes issue #18211. Reported by: zahir_koradia)
   (Closes issue #18230. Reported by: vmarrone)
   (Closes issue #18299. Reported by: mbrevda)
   (Closes issue #18322. Reported by: nerbos)

* Fix reloading of peer when a user is requested. Prevent peer reloading from
   causing multiple MWI subscriptions to be created when using realtime.
   (Closes issue #18342. Reported, patched by nivek.)

* Fix XMPP PubSub-based distributed device state. Initialize pubsubflags to 0
   so res_jabber doesn't think there is already an XMPP connection sending
   device state. Also clean up CLI commands a bit.
   (Closes issue #18272. Reported by klaus3000. Patched by Marquis42)

* Don't crash after Set(CDR(userfield)=...) in ast_bridge_call. Instead of
   setting peer->cdr = NULL, set it to not post.
   (Closes issue #18415. Reported by macbrody. Patched, tested by jsolares)

* Fixes issue with outbound google voice calls not working. Thanks to az1234
   and nevermind_quack for their input in helping debug the issue.
   (Closes issue #18412. Reported by nevermind_quack. Patched by dvossel)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.2
2011-01-16 17:52:42 +00:00
tnn
ce4c3c4b00 png-1.5 build fix 2011-01-16 17:03:06 +00:00
wiz
b5a2d3777b Partial fix for building with png-1.5. (Need to find out how to
handle png->transformations.)
2011-01-16 15:07:16 +00:00
wiz
23e8e555e1 + Sigil-0.3.4, dcc-1.3.135, jpeg-8c, x264-devel-20110115. 2011-01-16 14:31:00 +00:00
wiz
2aa2bc1a6b + amarok-2.4.0, fuse-1.0.0.1, gcompris-9.5, gnome-commander-1.2.8.10,
gnupg2-2.0.17, gtk-doc-1.16, kchmviewer-5.3, libXp-1.0.1,
  libev-4.03, libnotify-0.7.1, nut-16.6, vala-0.11.4, weechat-0.3.4.
2011-01-16 13:57:53 +00:00
wiz
a1e290b181 Improve output when license (combination) is not accepted by user. 2011-01-16 13:13:14 +00:00
wiz
c6cafa1612 Updated net/jigdo to 0.7.3nb8 2011-01-16 13:07:28 +00:00
wiz
091d1e1c25 Add wget dependency, it is needed by jigdo-lite. Reported by John D. Baker
in PR 44398.
2011-01-16 13:07:19 +00:00
wiz
9ccf37122f Fix build with png-1.5. Breakage reported by Stefano Marinelli. 2011-01-16 13:02:38 +00:00
wiz
7541419da9 Start fixing build, final bits missing. 2011-01-16 12:51:24 +00:00
tnn
45f0d464ec Attempt to fix png-1.5 fallout. Only build tested. 2011-01-16 12:36:59 +00:00
wiz
e51d9bafa6 Remove "--without-libiconv-prefix", almost no configure script recognizes it. 2011-01-16 11:16:28 +00:00
wiz
ada99cb564 Fix build with png-1.5. 2011-01-16 10:38:44 +00:00
wiz
a061088b00 Added textproc/fop version 1.0 2011-01-16 10:00:02 +00:00
wiz
d7346151ca + fop. 2011-01-16 09:59:50 +00:00
wiz
90aa2a6d67 Try merging fop-1.0. 2011-01-16 09:58:37 +00:00
wiz
c0d5131462 Initial import of fop-1.0 from pkgsrc-wip, packaged by Francois Tigeot.
FOP is a print formatter driven by XSL formatting objects (XSL-FO).
It is a Java application that reads a formatting object (FO) tree
and renders it into a specified output.
Many output formats are supported, including PDF, PS, PCL, AFP, XML,
Print, AWT, Tiff, PNG, RTF, TXT. The primary output target is PDF.
2011-01-16 09:56:01 +00:00
wiz
e544d7c511 Document PKG_JAVA_HOME, from Francois Tigeot. 2011-01-16 08:40:28 +00:00
wiz
542cbbe674 Fix build on AIX, from J Raynor on pkgsrc-users. 2011-01-16 07:31:12 +00:00
jnemeth
2273b1f649 Updated comms/asterisk16 to 1.6.2.16 2011-01-16 06:41:54 +00:00
jnemeth
2de8371ff4 Update to 1.6.2.16:
The release of Asterisk 1.6.2.16 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* Fix cache of device state changes for multiple servers.
   (Closes issue #18284, #18280. Reported, tested by klaus3000. Patched, tested
   by russellb)

* Resolve issue where channel redirect function (CLI or AMI) hangs up the call
   instead of redirecting the call.
   (Closes issue #18171. Reported by: SantaFox)
   (Closes issue #18185. Reported by: kwemheuer)
   (Closes issue #18211. Reported by: zahir_koradia)
   (Closes issue #18230. Reported by: vmarrone)
   (Closes issue #18299. Reported by: mbrevda)
   (Closes issue #18322. Reported by: nerbos)

* Linux and *BSD disagree on the elements within the ucred structure. Detect
   which one is in use on the system.
   (Closes issue #18384. Reported, patched, tested by bjm, tilghman)

* app_followme: Don't create a Local channel if the target extension does not
   exist.
   (Closes issue #18126. Reported, patched by junky)

* Revert code that changed SSRC for DTMF.
   (Closes issue #17404, #18189, #18352. Reported by sdolloff, marcbou. rsw686.
   Tested by cmbaker82)

* Resolve issue where REGISTER request with a Call-ID matching an existing
   transaction is received it was possible that the REGISTER request would
   overwrite the initreq of the private structure.
   (Closes issue #18051. Reported by eeman. Patched, tested by twilson)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.16
2011-01-16 06:30:56 +00:00
obache
73319bc20e Try to detect PF_VERSION upto 4.7.
fixes a part of PR#44339.
2011-01-16 02:18:36 +00:00
jym
8743f4260c Add amazon-software-license, which is used by EC2 tools provided
by Amazon.
2011-01-16 00:34:39 +00:00
tnn
b0c52c6418 fix libpng-1.5 fallout 2011-01-15 22:42:48 +00:00
adam
23df750f42 Updated devel/pcre to 8.12 2011-01-15 21:15:06 +00:00
adam
c95f0c42ce Changes 8.12:
This release contains several bug fixes for the pcregrep program.
There are no changes to the code of the PCRE library.
2011-01-15 21:14:21 +00:00