summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-07Update to 2.16.1, provided by Andreas Hallmann in PR 32190.wiz4-14/+16
Changes in binutils: * Binutils-2.16 will be the last release for a number of targets due to lack of maintenance (of course, if maintainers step up, then this list will change!). The targets are: a29k-*-* d10v-*-* d30v-*-* dlx-*-* h8300-*-coff h8300-*-rtems* h8500-*-coff h8500-*-rtems* i370-*-* i960-*-* i960-*-bout i960-*-coff i960-*-nindy* i960-*-rtems* i960-*-vxworks* i960-*-vxworks5.* i960-*-vxworks5.0 m68k-*-coff m68k-*-hpux* m68k-*-linux*aout* m68k-*-rtemscoff* m68k-*-sunos* m68k-*-sysv* m68k-*-vxworks* m68k-apollo-* m68k-apple-aux* m68k-bull-sysv3* m68k-ericsson-ose m68k-motorola-sysv* m88k-*-* (*) mn10200-*-* openrisc-*-* or32-*-* or32-*-coff pj*-*-* sh-*-coff* sh-*-rtemscoff* tic80-*-* vax-*-bsd* (*) vax-*-netbsd* excluding vax-*-netbsdelf (*) vax-*-ultrix* (*) w65-*-* xscale-*-coff *-*-linux*aout* *-*-linux*oldld (*) bfd and opcodes support will be kept. * Add "-g/--section-groups" to readelf to display section groups. * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard matching the original --strip-symbol/--strip-symbols provided, but retaining any symbols matching but needed by relocations. * readelf can now display address ranges from .debug_range sections. This happens automatically when a DW_AT_range attribute is encountered. The command line switch --debug-dump=Ranges (or -wR) can also be used to display the contents of the .debug_range section. * nm and objdump now have a switch "--special-syms" to enable the displaying of symbols which the target considers to be special. By default these symbols are no longer displayed. Currently the only special symbols are the Mapping symbols used by the ARM port to mark transitions between text and data and between ARM and THUMB code. * dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional import and export symbols with <preifx> prepended to them. Changes in gas: * Redefinition of macros now results in an error. * New command line option -mhint.b=[ok|warning|error] for IA64 targets. * New command line option -munwind-check=[warning|error] for IA64 targets. * The IA64 port now uses automatic dependency violation removal as its default mode. * Port to MAXQ processor contributed by HCL Tech. * Added support for generating unwind tables for ARM ELF targets. * Add a -g command line option to generate debug information in the target's preferred debug format. * Support for the crx-elf target added. * Support for the sh-symbianelf target added. * Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations on pe[i]-i386; required for this target's DWARF 2 support. * Support for Motorola MCF521x/5249/547x/548x added. * Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC instrucitons. * New command line option -mno-shared for MIPS ELF targets. * New command line option --alternate and pseudo-ops .altmacro and .noaltmacro added to enter (and leave) alternate macro syntax mode. Changes in ld: * Support for the R_ARM_V4BX relocation as defined in the ARM AAELF specification has been added via the --fix-v4bx command-line option. * New linker script construct AS_NEEDED(), which sets the --as-needed flag for input files listed inside of it. * A new command-line option, --sysroot, can be used to override the default sysroot location. It only applies to toolchains that were configured using --with-sysroot. * New linker script functions: ORIGIN() and LENGTH() which return information about a specified memory region. * Port to MAXQ processor contributed by HCL Tech. * Added SEGMENT_START to the linker script language to permit the user to override the base address for a segment from the command-line. * ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared object. * Added SORT_BY_NAME and SORT_BY_ALIGNMENT to the linker script language to permit sorting sections by section name or section maximum alignment. * Added a new linker command line switch, --sort-section name|alignment, to sort sections by section name or maximum alignment. * ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag should be added when a shared library comes from DT_NEEDED tags. * Support for the crx-elf target added. * Support for the sh-symbianelf target added. * A new linker command line switch has been added which allows the hash table size to be set to a suitable prime value near to its argument. This switch is --hash-size=<NUMBER>. Also if the switch --reduce-memory-overheads is used, and --hash-size has not been used, then the default value will be set to 1021. * Linker map files are now generated with an O(N) algorithm for finding symbols that are defined in each section. This uses about 40% more memory for symbols than the old O(N^2) algorithm. You can use the new --reduce-memory-overheads option to select the old algorithm; this option might also be used in the future to select similar tradeoffs.
2006-01-07Note transcode PKGREVISION bump.veego1-1/+2
2006-01-07Fix the last commit so that the link points to libxvidcore.so.4 and not toveego1-3/+3
the target libxvidcore.so.4.[0-9]*, which is wrong. Bump PKGREVISION again.
2006-01-07Use GNU make under Darwin to fix a build problem.tron1-1/+3
2006-01-07- Enabled the quoting warning for SUBST_MESSAGE (this time the otherrillig1-6/+1
direction: it had been quoted too much in the past).
2006-01-07Added two missing :Q operators. One of them affects how therillig1-3/+3
SUBST_MESSAGE is printed. The ones that have been defined with "quotes" in their Makefiles are printed with quotes (of course). This is the consequence of the design pattern "quote-exactly-where-necessary", which in fact should be have been applied to pkgsrc as a whole, but still isn't.
2006-01-07- Added pbc_checkpathname, pbc_checkbasename, pbc_checkurl.rillig1-8/+34
- Modified pbc_checkexisting{dir,file} to use pbc_checkpathname.
2006-01-07Even if you build a package from source, you don't gain any securityrillig1-3/+10
unless you have completely read and understood the source code of all the tools involved in building the package.
2006-01-07Added a patch to prevent expansion of the toupper and tolower macros inrillig2-1/+20
C++. Needed at least for NetBSD 1.6.2/i386.
2006-01-07Cleaned up a bit on the wording.rillig1-17/+15
2006-01-07databases/mysql-client does not exist anymore. Provide a replacement usingrillig1-2/+2
mk/mysql.buildlink3.mk.
2006-01-07Provide the configure script with an empty input file instead of feedingrillig1-2/+4
a line of "\\n" to it.
2006-01-07Fix some buffer overflows in OpenMotif's UIL.joerg1-1/+2
2006-01-07Fix a number of buffer overflows in OpenMotif's UIL implementation.joerg4-2/+91
For non-propolice systems this might be exploitable when the user-provided data (e.g. certain filenames) or the locale files are manipulated. Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some additional cases are handled which have the same impact. Bump revision.
2006-01-07Fix PLIST for last change.markd1-3/+3
2006-01-07Don't see why htfuzzy needs to rerun when pkg_add'ing so remove INSTALLmarkd2-12/+5
script and put back in a post-install rule. Fixes CHECK_FILES complaint as synonyms.db now created before check files testing happens.
2006-01-07- Added SUBST_MESSAGE to the list of checked variables. The plan is torillig2-3/+20
remove the quoting from the definitions in the Makefiles. - When checking with -Wall, print warnings about possibly misquoted variables in the various states of the shell word parser.
2006-01-07Add R's index files, that are regenerated when a local modulemarkd1-1/+7
is added, to CHECK_FILES_SKIP.
2006-01-07Remove commented out USE_PKGINSTALL line.wiz1-2/+1
2006-01-07Removed the use of ${FILE_CMD} from the substitution framework. Therillig1-11/+2
detection whether a given file was a text file or some other file had been unreliable. In the recent bulk builds, all of the warnings that had appeared because of that unreliable detection had been false positives.
2006-01-07Remove BROKEN_IN, fixed by commit to ast-ksh.wiz1-3/+1
2006-01-07Fix build on NetBSD with statvfs. Remove BROKEN_IN.wiz3-4/+19
2006-01-07+ postgresql-8.1.1, scribus-1.2.4.1, silc-client-1.0.3, vobcopy-0.5.16.wiz1-1/+5
2006-01-07Use textproc/intltool/buildlink3.mk.wiz1-3/+2
2006-01-07Needs XML::Parser at build time for intltool.salo1-1/+3
2006-01-07Remove duplicates.wiz1-4/+2
2006-01-07zope3 updated to 3.2.0.wiz1-1/+2
2006-01-07Update to 3.2.0, from wip/zope3-unstable, provided by Yoshito Komatsu.wiz12-105/+3245
Closes PR 32465. Most Important Changes Since 3.1 * The ZServer has been replaced with the Twisted server. The Twisted server supports all that the ZServer supporting has well has HTTP over SSL natively and SFTP (disabled for now because of error handling problems). Also in the future it brings a better chance of other non-HTTP related protocols from being implemented for Zope3, like SMTP-in and IMAP. ZServer is still supported and will be used if you use the --zserver when you run mkzopeinstance. * Added a test browser. The test browser simulates a real Web browser as much as possible as a Python object. This allows us to write functional tests the same way the site would be experienced by the user. This greatly simplifies functional tests, makes documentation better and even helps analyzing usability. And of course, it can be used in functional doctests. * Changed the way returning large results is handled. The response.write method is no longer supported. Applications can now simply return files to the publisher. * Implemented the password managers proposal. Main idea beside the proposal is a standard way to implement password encoders/checkers, see zope.app.authentication.interfaces.IPasswordManager for details. + Added basic password managers: Plain Text, MD5, SHA1. + Support for password managers added for ZCML principals and principals saved in local PrincipalFolers. + Added bin/zpasswd command line script which helps to create ZCML principals. + Password managers support integrated into bin/mkzopeinstance. + New database generation created for convert local principals to new format. * Implemented the language namespace proposal. Now you can override the browser preferred language through the URL, like this: http://site.org/++lang++ru/path Note: If you want to use a custom IUserPreferredLanguages adapter and the ++lang++ feature together you should use zope.app.publisher.browser.CacheableBrowserLanguages adapter as a base class or at least as example. * Implemented a new object introspector. Instead of just providing information of the object's class, the new introspector focuses on providing information that is specific to the instance, such as directly provided interfaces and data, for example attribute values and annotation values. * Implemented the `devmode` switch for `zope.conf`. When turned on a ZCML feature called `devmode` is provided. Packages can then register functionality based on this feature. In Zope 3 itself, the devmode is used to only load the API doc is devmode; turning off the devmode thus closes a potential security hole and increases the start time by more than a second. * addMenuItem directive supports a `layer` attribute. * Added a re-implementation of i18n message IDs (now simply called ``Message``) that is immutable and thus can be treated like unicode strings with respect to security proxying. This implementation will replace the old one in upcoming versions. * Added "test" message catalog for testing i18n. If you specify ++lang++test in a URL, then all translated strings will be translated to [[domain][message_id], as in "[[zope][Preview]]". Text without the domain marker isn't translated. For a complete list of changes see the CHANGES.txt file.
2006-01-07Disabled bindings for tcl and python. Without it the buildwulf1-1/+3
process may fail if these packages are installed and found by the configure process.
2006-01-07Remove unnecessary msgfmt configure environment settings and a duplicatedpeter1-8/+1
BUILD_USES_MSGFMT variable. Pointed out by the bulk build via wiz@.
2006-01-07Note update of "xlockmore" and "xlockmore-lite" package totron1-1/+3
version 5.20.1nb1.
2006-01-07Fix installation path of application defaults file "XLock" which ended uptron3-3/+6
in "${X11BASE}/lib/X11/app-defaults" instead of "${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents of binary package has been corrected.
2006-01-07Add same fix for new libexif as in libgphoto2. Noted needed by veego.wiz1-1/+7
2006-01-07Note transcode PKGREVISION bump.wiz1-1/+2
2006-01-07Updated the Bacula packages to 1.38.3.ghen1-1/+4
2006-01-07Fix installation after xvidcore update. Noted by veego.wiz1-3/+3
Bump PKGREVISION.
2006-01-07Update the Bacula packages to 1.38.3.ghen4-12/+12
Changes to 1.38.3: - This is mainly a bug release fix. In addition, the multiple drive reservation algorithm has been rewritten. - In addition, the method of handling waiting for tapes to be mounted and the mount messages has been modified. (the above two items are a potential source of problems). - Simplify code in askdir.c that waits for creating an appendable volume so that it can handle multiple returns from the wait code. - Modify the wait code to permit multiple returns. - Return a zero when "autochanger drives" is called and it is not an autochanger. - Make rewind_dev() a method taking a DCR as an argument. This permits closing and reopening the drive if the rewind fails as happens if the drive was loaded while the file descriptor was open. This refreshes the file descriptor. - Remove the ST_OPENED flag and always rely on fd < 0 for knowing if the device is open or not. This should eliminate Arnos problem. - Return error if reserve cannot find at least one suitable device. - Make wait_for_sysop() return correct state information. - Fix Win32 state file problem. write was not using compat code. This should fix bug #500. - Modify gui on command to set only GUI mode and not batch. - Modify .messages command to always print messages regardless of the mode. - If GUI mode is on, suppress automatic printing of You have messages. - Modify restore command in wx-console to set gui on and to use only .messages instead of messages. Hopefully this fixes bug #514. - Implement load balancing code with multiple drive autochangers. - Rewrite reservation algorithm again. Rename variables to be more logical, add HEARTBEAT with Director, allow cancel of jobs stuck in reservation, add last resourt any_drive. - Fix seg fault if user labels a drive directly bug #513 - Remove quotes around Version as it breaks things. - Merge in Aleksandar Milivojevic's mods to the spec file. - Apply sparse code fix for raw drives and fifos. Bug 506 - Thorsten fixed Unicode cd problem with wx-console bug 505. - Correct reservation system to do a last ditch try for any mounted volume, then anyone anywhere. - Updates to ssh-tunnel from Joshua Kugler. - Added a report.pl program from Jonas Bjorklund. - Simplify the O_NONBLOCK open() code for tape drives, and always open nonblocking. - Do not wait for open() if EIO returned (shouldn't happen). - Eliminate 3 argument to tape open(). - Correct the slot # edited in the 3995 Bad autochanger unload message. - With -S on bscan (show progress) do not divide by zero. - Make cancel pthread_cond_signal() pthread_cond_broadcast(). - When dcr is freed, also broadcast dev->wait_next_vol signal. - Remove unused code in wait_for_device. - Make wait_for_device() always return after 60 seconds of wait. - Use localhost if no network configured - Eliminated duplicate MaxVolBytes in cat update -- bug 509. - Update specs to include mysql4 define. - Return rec->FileIndex in dcr->VolLastIndex for normal and partial records in read_record(). This allows bscan to get FileIndex at EOT correct. - Fix butil.c to correctly set dcr -- fixes seg fault in bls. - Apply patch supplied by user (slightly modified) to fix correct detection of holes in block devices and FIFOs. Bug # 506. - Apply patch supplied by user (slightly modified) to fix SD hang with multiple pools and bad client IP. Fixes bug # 508. - Add nagios plugin to the examples directory. Submitted by Christian Masopust. - Remove warning message about multiple saves of hardlinked files from find_one.c as it can generate too many warning messages. - Reset timeout values before select() per patch from Frank Sweetser for problems with non-blocking sockets. - Unlink the state file if either reading or writing it gets errors. Hopefully this will fix Win32 exit problems. - Get next volume from Scratch pool before creating a volume. - Set new Pool defaults in Vol when moved from Scratch Pool. - Remove argument from create_bacula_database for SQLite as it caused an error. - Fix reservation so that mutexes are properly applied. - Rework reservation algorithm so that two drives can be used at the same time. - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at If this patch is applied, the number of days can be specified with "list nextvol days=xx" or "status dir days=xx". My use case is to be able to preview the next scheduled job (and the next tape to be used) on fridays if there are no scheduled jobs during the weekend. - Fix font code in gnome2 console user patch. Fixes bug #501. - Fix malformatted bnet error message that caused seg fault fixes bug 502 - Applied user patch to improve README.vc8 in src/win32. - Ensure that StorageId is stored in Media record when ever possible. - Remove old code from winservice.cpp - Break on error in scan. - Fix typo in signal.c - Separate read/write DCR in SD. Add jcr->read_dcr. - Cleanup how find_device() works. - Remove abs() in bfile.c so that it compiles on Solaris. Bug #491.
2006-01-07Remove mysql-server and mysql-client packages. Ok by wiz + xtraeme.ghen1-3/+1
2006-01-07* Remove mysql-4.0.x now the packages were removed.xtraeme1-5/+3
* Change default mysql pkg to 5.x.
2006-01-07Note removal of databases/mysql-(client|server).ghen1-1/+3
2006-01-07Remove mysql-server and mysql-client (versions 4.0.26), becauseghen26-1046/+0
1) they will not be maintained anymore 2) their package directory names where confusing (mysql4-* have a more recent version) These package directories may be used for meta-pkgs in the future (pulling in the latest mysql?-* packages).
2006-01-07Update spamprobe to version 1.4.hubertf5-15/+28
Submitted by Ossi 'ohub' Herrala <oherrala@ee.oulu.fi> in private mail as discussed on IRCnet #NetBSD. Changes to software: * Spamprobe has a config file! * Added comprehensive command line option help. * Added support for maildir directories to all file based commands. * Added support for auto-purge (-P command line option). * Commands create-db and create-config to greate database and config file. * Added gif parser support using libungif to analyzes image attachments and derive useful information from them. Changes to package: * bdb is not in SUGGESTED_OPTIONS anymore. * added depency to graphics/libungif and gif is in SUGGESTED_OPTIONS.
2006-01-07Note addition of databases/tinycdb.schmonz1-1/+2
2006-01-07Initial import of tinycdb-0.75, a very fast and simple package forschmonz5-0/+74
creating and reading constant data bases, a data structure introduced by Dan J. Bernstein in his cdb package. It may be used to speed up searches in a sequence of (key,value) pairs with very big number of records. Example usage is indexing a big list of users - where a search will require linear reading of a large /etc/passwd file, and for many other tasks. It's usage/API is similar to ones found in BerkeleyDB, gdbm and traditional *nix dbm/ndbm libraries, and is compatible in great extent to cdb-0.75 package by Dan Bernstein. CDB is a constant database, that is, it cannot be updated at a runtime, only rebuilt. Rebuilding is atomic operation and is very fast - much faster than of many other similar packages. Once created, CDB may be queried, and a query takes very little time to complete.
2006-01-07Conflicts with the to-be-added-shortly tinycdb package: both installschmonz1-1/+3
include/cdb.h and lib/libcdb.a.
2006-01-07Suggest that GnomeMeeting be packaged.schmonz1-1/+4
2006-01-07Tell configure we really do not want doxygen (breaks installation,wiz1-1/+2
and would break PLIST if it succeeded). Reported by veego.
2006-01-07Fix configure script to detect libexif header files correctly,wiz1-1/+7
even with 0.6.13. Reported broken by veego@ and tron@.
2006-01-06Note update of pkgtools/pkg_comp to version 1.25 [libkver support fix]seb1-1/+2
2006-01-06Update to version 1.25.seb3-33/+15
Fix libkver support for pkg_comp's build, auto and install targets, Reported broken and fix tested by salo@. Also ensure libkver is built, if needed, even before digest. Approved by jmmv@