summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05Create symlinks to library under OpenBSDryoon1-1/+10
2014-05-05Fix packaging under OpenBSDryoon2-11/+19
* It create .so.1.0 libraries instead of .so * Use bsdtar as tar forcibly under OpenBSD * Fix tremor/vorbis conditional, but it is not used now
2014-05-05Updated devel/libuuid to 2.24.2adam2-3/+3
2014-05-05Changes 2.24.2:adam6-48/+47
* __uuid_generate_time() report if clock_seq is safe * do not use invalid file descriptor * fix test in get_clock() * get_clock() report if the clock_seq is safe * introduce uuid_generate_time_safe() * manpage spelling fixes * move __uuid function to UUIDD_PRIVATE in uuid.sym * rename uuid__generate_* to __uuid_generate_* * update manpage, mention uuid_generate_time_safe
2014-05-05- bump PKGREVISION for previous commitszptvlfn1-2/+2
Thanks wiz@
2014-05-05fix possible creation of invalid P2M entries, leading to xen crashdrochner4-12/+56
The vulnerability is only exposed to service domains for HVM guests which have privilege over the guest. In a usual configuration that means only device model emulators (qemu-dm). bump PKGREV
2014-05-05add missing fileszptvlfn1-1/+2
2014-05-05Changes 2.53:adam2-6/+6
Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
2014-05-05Fix build under Mac OS X.tron2-1/+19
2014-05-05Updated www/squid3 to 3.4.5; www/squidanalyzer to 5.4adam1-1/+3
2014-05-05Changes 3.4.5:adam2-6/+6
* Logformat annotation fixes * Resolve 'dying from an unhandled exception: c' * Fix order dependency between cache_dir and maximum_object_size * Bug 4051: fix inverted test on CONNECT payload existence
2014-05-05Changes 5.4:adam3-7/+12
- Change CSS to adjust calendar position. - Add Czech language file. - Add Ukrainian translation file. - Add CustomHeader to allow custom definition of the logo and title. See squidanalyzer.conf or documentation for more explanation and example. - Replace logrotate example that was too simplistic. - Update documentation about -P option. - Prevents the script to run multiple instances using a pid file. This patch adds a new command line option -P to change the default pid file (/tmp/squid-analyzer.pid). - Remove useless command to delete special files because those files are not installed by make install. - Fix spec file to build RPM. - Fix usage to show $DEFAULT_CONFIGFILE that may not always be the right place following the installation. - Remove squid requirement from RPM spec file. - Add spanish language file. - Remove ^M when reading translation files. - Add new weekly reports. - Add build and storage of weekly statistics. - Fix CSS to reduce font size used in the calendar and increase size of the header. - Add WeekDay translation string. - Remove link on week, the week view is not available yet. - Add week day and week number to the calendar. - Fix bug where statistics from the last parsed day was count twice in months and years statisics. - Add file etc/included to limit entries to matching users, networks or ip address. - Show values of all dataset when mouse is over graph. - Update pt_BR.txt language file. - Update flotr2 to most recent version. Replace bars in graphs with line to have mouse tracking on each dataset. Change line graphs colors and reformat label shown on mouse over graph data. - Remove special hidden character from documentation that prevent pod2man from working. - Add TCP DENIED report in cache statistics. - Fix missing semi-colon after graph width definition. Add missing graph on mime type. - Add russian translation. - Fix german lang file about new second level domain label. - Update translation files with new Second_domain_graph_hits_title and Second_domain_graph_bytes_title variables. - Add ordering of pie legend following percentage. - Change trackFormatter so that mouse over the pie-chart color shows the domain/TLD name also with the value. - Add advice about parsing access.log after logrotate. - Fix some more issue on top second level report.
2014-05-05Note/Update comments for patches.obache5-11/+15
2014-05-05Note comment.obache2-3/+5
2014-05-05move preference conditional line below bsd.prefs.mk.obache1-5/+5
2014-05-05Update example instruction.obache1-2/+2
Current default ruby is 200.
2014-05-05for hack before we intoduce fake openssl.pc, not referenced from anywhere.obache1-7/+0
2014-05-05missing recursive bump from pixman.obache1-1/+2
2014-05-05Exactly buildlink with gtk2 and gtk3, modules.mk will not prepared by ↵obache1-1/+3
finddepends(1).
2014-05-05Not found sites providing update rpm for suse-10.0.obache1-32/+2
2014-05-05Back out premature 1.7 libobjc2 Makefile commitrh1-4/+8
2014-05-05Add PLIST.Linux to fix bulk builds (adds extra .so.4 link on Linux installs)rh2-8/+6
2014-05-05Add entries for ppc.obache1-1/+4
2014-05-05Update MASTER_SITES for suse10.0 distributuion.obache1-6/+2
2014-05-05Try to fix build under OpenBSDryoon3-6/+6
2014-05-05Recursive revbump from pixman, fix PR pkg/48777ryoon2-7/+15
And bump library requirements
2014-05-05Recursive revbump from x11/pixmanryoon1154-2168/+2311
Fix PR pkg/48777
2014-05-04Bump BUILDLINK_{API,ABI}_DEPENDSryoon1-3/+3
* pixman_region32_clear() is implemented in 0.25.2 or later. It is required by firefox-29.0.
2014-05-04Updated devel/py-virtualenv to 1.11.5wiz2-3/+3
2014-05-04Update to 1.11.5:wiz3-9/+9
1.11.5 (2014-05-03) ~~~~~~~~~~~~~~~~~~~ * Updated setuptools to 3.4.4 * Updated documentation to use https://virtualenv.pypa.io/
2014-05-04Updated sysutils/py-psutil to 2.1.1wiz2-3/+3
2014-05-04Update to 2.1.1:wiz3-39/+6
2.1.1 - 2014-04-29 ------------------ BUG FIXES * 446: [Windows] fix encoding error when using net_io_counters() on Python 3. (patch by Szigeti Gabor Niif) * 460: [Windows] net_io_counters() wraps after 4G. * 491: [Linux] psutil.net_connections() exceptions. (patch by Alexander Grothe)
2014-05-04Updated devel/py-setuptools to 3.5wiz2-3/+3
2014-05-04Update to 3.5:wiz2-6/+6
--- 3.5 --- * Issue #195: Follow symbolic links in find_packages (restoring behavior broken in 3.4). * Issue #197: On Python 3.1, PKG-INFO is now saved in a UTF-8 encoding instead of ``sys.getpreferredencoding`` to match the behavior on Python 2.6-3.4. * Issue #192: Preferred bootstrap location is now https://bootstrap.pypa.io/ez_setup.py (mirrored from former location).
2014-05-04Updated textproc/py-yaml to 3.11wiz2-3/+3
2014-05-04Update to 3.11:wiz2-7/+6
3.11 (2014-03-26) ----------------- * Source and binary distributions are rebuilt against the latest versions of Cython and LibYAML.
2014-05-04Updated www/py-cherrypy to 3.3.0wiz2-3/+3
2014-05-04Update to 3.3.0:wiz3-10/+13
The CherryPy team is proud to announce the release of CherryPy 3.3.0! After a long stable life, CherryPy 3.2 is now superseded by CherryPy 3.3. In addition to several bugs fixed, the latest release also includes a few improvements, detailed in the Release Notes. Beginning with this release, the CherryPy maintainers will seek to make more frequent updates and follow semver versioning. The more frequent releases will allow improvements and bug fixes to quickly percolate and get frequent feedback. The semver scheme will allow package maintainers to manage their expectations when upgrading. We hope these changes to the release cycle will spur innovation and reinvigorate the project. Given that changes in this 3.3.0 release include changes going back several years, please do upgrade with caution. If you encounter any issues, please report those to the issue tracker. Wishing you Voodoo-free HTTP, The CherryPy team
2014-05-04Updated textproc/redland to 1.0.17wiz2-3/+3
2014-05-04Update to 1.0.17:wiz3-32/+6
2013-12-28 Redland Version 1.0.17 Released Configuration and build improvements Fixed Issues: [1]0000529, [2]0000540, [3]0000541, [4]0000542 and [5]0000543
2014-05-04Updated textproc/rasqal to 0.9.32wiz2-3/+3
2014-05-04Update to 0.9.32:wiz3-8/+8
2014-02-23 Rasqal Version 0.9.32 Released SPARQL parser now uses and requires Bison 3.0 (for maintainer) Fixed SPARQL 1.0 vs SPARQL 1.1 syntax feature checking Make ossp work as a UUID library option. Fixed configure searching for libgcrypt-config and pcre-config. Made --with-libgcrypt-config and --with-pcre-config work again. Made other fixes and improvements including fixing reported issues: 0000558, 0000560, 0000561, 0000564 and 0000567. 2013-12-13 Rasqal Version 0.9.31 Released roqet with new -t mode can now read query results formats and act as a results format converter Added read support for SPARQL 1.1 Query Results CSV and TSV Formats Query engine can execute VALUES Multiple configuration and build improvements Several query engine bug fixes Made other fixes and improvements including fixing reported issues: 0000527, 0000536, 0000537, 0000538 and 0000539
2014-05-04Updated devel/memcached to 1.4.19wiz2-3/+3
2014-05-04Update to 1.4.19:wiz2-7/+6
Fixes Fix endianness detection during configure. Fixes a performance regression with binary protocol (up to 20%) Fix rare segfault in incr/decr. disable tail_repair_time by default. Likely not needed anymore, and can rarely cause bugs. use the right hashpower for the item_locks table. Small perf improvement. Fix crash for LRU crawler while using lock elision (haswell+ processors)
2014-05-04Updated converters/libetonyek to 0.0.4wiz2-3/+3
2014-05-04Update to 0.0.4:wiz2-6/+6
libetonyek 0.0.4 - fix some build problems - avoid data loss in some cases - scale images properly
2014-05-04Updated devel/liblangtag to 0.5.3wiz2-3/+3
2014-05-04Update to 0.5.3:wiz3-26/+6
0.5.2 -> 0.5.3 ================= Akira TAGOH (7): add a script to prepare a release Fix non-literal format string issues (fixed issue#5) Fix typo Update autotools macro Merged in erAck/liblangtag/0.5.x (pull request #7) Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS separately canonicalize into the canonical form and the extlang form Eike Rathke (2): Merged tagoh/liblangtag/0.5.x into 0.5.x resolves #6, include last record in language-subtag-registry.xml 0.5.1 -> 0.5.2 ================= Akira TAGOH (6): Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS Merge commit '8532462c5354b66848e387a7d435ca5dadbf768c' into 0.5.x Merged in juikim/liblangtag/0.5.x (pull request #3) Use AM_CPPFLAGS instead of INCLUDES Merged in erAck/liblangtag/0.5.x-libreoffice (pull request #4) Fix duplicate definition of EXTRA_DIST David Tardon (10): fix automake error coverity: free the iter, not _pointer_ to it coverity: check if error is non-null before using it coverity: check return value of malloc coverity: returning ptr as const is meaningless coverity: free string in case of error coverity: close file handle coverity: check ptr before it is used coverity: check ptr before it is used coverity: check ptr before it is used Eike Rathke (11): check return value of C99 vsnprintf() check for MSVC defined ssize_t MSVC-32 has _snprintf() instead of snprintf() MSVC has _strtoui64() instead of strtoull() variable declarations need to be at beginning of scope undefined HAVE_SYS_PARAM_H automatically appending dir separator does not work on Windows check for HAVE_UNISTD_H do not specify a document encoding to avoid garbage conversion MSVC does not like const typedef'ed function pointers Revert "do not specify a document encoding to avoid garbage conversion" Jung-uk Kim (2): Use awk(1) instead of sed(1) to fix build on *BSD. Fix duplicate typedef introduced in 57c47aa.
2014-05-04Updated converters/libabw to 0.0.2wiz2-3/+3
2014-05-04Update to 0.0.2:wiz2-6/+6
0.0.1 -> 0.0.2 - Do not add extra tab for list indentation - Avoid possible crash on file format detection - Ignore cells that are not inside a table