| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
./gldb.texi:34: raising the section level of @subsection which is too low
Reported by: pkg-fallout
|
|
|
|
| |
when libEGL.so from NVIDIA is installed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add libblkid to DISTFILES.
the corresponding src distfile is
util-linux-ng-2.17.2-12.18.el6.src.rpm
PR: 199083
Differential Revision: https://reviews.freebsd.org/D2315
Submitted by: trasz
Reviewed by: eadler, trasz
|
| |
|
|
|
|
|
|
|
|
|
| |
in well-defined C++ code (that is correct) and evaluates comparisons like
&foo == 0 to false, which breaks NetRadiant; "fix" this with a dirty hack
by casting those "bad" references to a local volatile int variable (since
NetRadiant is based on GtkRadiant 1.5 codebase, this is the same bug that
was fixed in r384239; patches are slightly different though)
- While here, make a comment more accurate, and bump port revision
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clang insists that reference cannot be bound to dereferenced null pointer
in well-defined C++ code (that is correct) and evaluates comparisons like
&foo == 0 to false, which breaks GtkRadiant; "fix" this with a dirty hack
by casting those "bad" references to a local volatile int variable
- Remove no longer required and no-op -lpthread vs. -pthread patch hunk
- Report operating system and correct compiler version in the About dialog
- When fixing annoying "GtkSpinButton: setting an adjustment with non-zero
page size is deprecated" warnings, replace find(1) with grep(1) to narrow
down initial search results and, subsequently, sed(1) furiousness
- Omit port revision bump as the port was BROKEN for quite some time
|
|
|
|
|
| |
Approved by: mentor (mat, implicit)
MFH: 2015Q2
|
|
|
|
|
| |
Approved by: mentor (mat, implicit)
MFH: 2015Q2
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2029
Approved by: kuriyama, mat (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.
Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
all affected ports.
PR: 199400
Obtained from: Xorg-devel repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xlogmaster.texinfo:728: command @bullet not accepting argument in brace should not be on @table line
xlogmaster.texinfo:729: warning: @item missing argument
xlogmaster.texinfo:732: warning: @item missing argument
xlogmaster.texinfo:734: warning: @item missing argument
xlogmaster.texinfo:738: command @bullet not accepting argument in brace should not be on @table line
xlogmaster.texinfo:738: warning: @table has text but no @item
xlogmaster.texinfo:751: command @bullet not accepting argument in brace should not be on @table line
xlogmaster.texinfo:752: warning: @item missing argument
xlogmaster.texinfo:774: warning: @item missing argument
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
| |
versions that 1.14.
Obtained from: xorg devel repo
|
| |
|
|
|
|
|
|
| |
PR: 199244
Submitted by: tkato432@yahoo.com
MFH: 2015Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was really painful. I consolidated numerous shared_ptr (TR1)
patches to a single big patch (including moving part of an existing
patch to it because the target needed yet another change).
Tested on FreeBSD 8/i386 and FreeBSD 10/amd64. This was previously
built on DragonFly with gcc 4.7, but libstdc++ incompatibilities caused
avogadro to break which eventually broken kde4 metapackage.
Those openbabel guys are long overdue for a new release, this was a bit
absurd although maybe some clever sed'ding could have reduced the patch
count.
Approved by: blanket (gcc5 & DF breakage)
|
|
|
|
|
|
|
|
|
|
|
| |
Fix for hangs on FreeBSD 10.1+ due to WCHAR_T missing as an alias for
UCS-4-INTERNAL.
[1] https://github.com/fish-shell/fish-shell/issues/1741
PR: 196661
Submitted by: David Adam <zanchey ucc.gu.uwa.edu.au>
Approved by: maintainer <freebsd.users gmail com>
|
| |
|
|
|
|
|
| |
Bump port revision.
Reported by marino
|
| |
|
|
|
|
|
|
| |
Testing for OPSYS/OSVERSION requires <pre> and <post> inclusions and
isn't necessary. All we need is the same logic that USES=makeinfo uses.
This simplifies previous commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The husky-htp texi file can still be processed by the latest texinfo
programs, so all it needed was USES+= makeinfo to fix FreeBSD 11.
However, the husky-htick texi file is too old, so the makefile was
adjusted to not install info if the base texinfo isn't available.
While here, use PORTDOCS and remove very short pkg-plist file.
The maintainer will be notified so he can restore the info page
on all platforms.
Approved by: blanket (restores build on FreeBSD 11)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
removed in r368357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The reason all husky ports were bumped is because the -devel package
suffix was not removed as intended. It's been removed now so all husky
packages have different names.
The fidoconf package uses texi files to build an info page and an html
page. It appears there is no man page equivalent. I couldn't find a
patch to fix the old-format texi files that the latest texinfo programs
can read, so I blocked them from building on FreeBSD 11 and DragonFly
where the port was broken.
While here, I removed %%PORTDOCS%% from man pages. There were installed
unconditionally (as they should be), so setting DOCS option to off would
have broken the port as well. Also use the INFO definition as it should
be rather than hardcoding the pkg-plist.
The maintainer will be notified so he can prepare a patch for texi or
update the port.
Approved by: blanket (unbreaks F11)
|
|
|
|
| |
PR: 199483
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf
2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef
2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update
2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update
2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update
2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update
2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
|
|
|
|
| |
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
|
|
|
|
| |
PR: 199508
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building package for xview-clients-3.2.1.4.19c_2
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/clock: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/cmdtool: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwm: No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwmslave: No such file or directory
...
Reported by: pkg-fallout
|
|
|
|
|
| |
- Add patch, when default encoding is not UTF-8 in Preferences window (avoid
Pango's warnings)
|
|
|
|
| |
- Remove unneeded patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The version of makeinfo in the texinfo package, the one that FreeBSD 11
and DragonFly use because texinfo is no longer in base, is too new to
create the info page on this ancient port.
It would be preferred to either update japanese/gawk to match the same
version as textproc/gawk, or just remove the port completely. However,
for some reason it's a dependency over textproc/gawk on two of rodrigo's
ports.
I initially tried using extra-patches to only block info on FreeBSD 11
and DragonFly, but Makefile.in is already patched and it was getting
complicated so I decided just to remove the old info page for everyone.
The man page is still installed of course.
Approved by: blanket (unbreaks F11)
|
|
|
|
| |
No-op for FreeBSD, it just allows cmake treat DragonFly the same way.
|
|
|
|
|
|
|
| |
- Add missing execinfo to USES
PR: 199498
Submitted by: tom@hur.st (maintainer)
|
| |
|
| |
|
|
|
|
| |
Security: CVE-2015-2806
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark BROKEN on 10.x+
It accesses field of structure which was made opaque in r235647
to change internally used file descriptor:
cwd.c:892:15: error: incomplete definition of type 'struct _dirdesc'
search->dp->dd_fd = squirrel_fd(search->dp->dd_fd);
~~~~~~~~~~^
/usr/include/dirent.h:58:8: note: forward declaration of 'struct _dirdesc'
struct _dirdesc;
^
This hack is no longer possible on 10.x+. Doscmd may work fine
without it though, but I'm not taking responsibility by blindly
removing it. If you know the interlans and can test it, see
extra-patch-cwd.c.
|
| |
|
|
|
|
|
|
| |
different c++ libraries and drop gcc requirement
Suggested by: jbeich
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
PR: 199162
Submitted by: Marco Bröder (maintainer)
MFH: 2015Q2
Security: https://vuxml.freebsd.org/freebsd/e426eda9-dae1-11e4-8107-94de806b0af9.html
|
|
|
|
| |
PR: 196092
|
|
|
|
|
| |
PR: 199465
Submitted by: antont@inbox.lv (maintainer)
|
|
|
|
|
| |
PR: 199162
Submitted by: Marco Bröder (maintainer)
|
|
|
|
| |
Patch from: Denis Denisov <denji0k@gmail.com> (via mail)
|
|
|
|
| |
2015-04-15 databases/php53-pdo_sqlite: security EOL reached 14 Aug 2014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It provides the following statements and commands: INPUT, PRINT,
LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, and RUN. Integer
arithmetic is supported, and strings may be PRINTed. A built-in
RND(n) function provides random numbers.
The small size of the language make it easy to learn and master
while providing all of the building blocks needed to develop many
interesting programs. tcbasic runs on a variety of platforms and
aims to be as portable as possible.
WWW: https://github.com/tcort/tcbasic
PR: 197938
Submitted by: Thomas Cort <linuxgeek@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014
2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014
2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014
2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014
2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014
2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based ports
2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based ports
2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014
2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014
2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014
2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014
2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014
2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014
2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014
2015-04-15 www/php53-session: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014
2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014
2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014
2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014
2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014
2015-04-15 lang/php53: security EOL reached 14 Aug 2014
2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014
2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014
2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014
2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CGI-Cache/CHANGES
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PDF-WebKit/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Moose/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Class-C3/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
|
|
|
|
|
|
| |
- Regenerate patch file
Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/App-GitGot/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/GeoIP2/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Encode/Changes
|
|
|
|
|
| |
PR: 199492
Submitted by: Chris Petrik <chris@bsdjunk.com> (co-maintainer)
|
|
|
|
|
|
|
| |
AVFS doesn't build on DragonFly, so setting the option on by default
broke the port.
Approved by: blanket
|
|
|
|
|
|
|
|
|
|
| |
The patch was committed upstream. The commit message has a detailed
explanation:
https://github.com/darktable-org/darktable/commit/9d77a28e54f8bc19592a170b1e4b9cf083f7b5a3
Differential Revision: https://reviews.freebsd.org/D2308
Reviewed by: kwm
Approved by: kwm
|
|
|
|
|
|
| |
PR: 199332
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 199331
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Require openmp-capable compiler for OPENMP
PR: 199497
Approved by: Torsten Zühlsdorff (maintainer)
|
|
|
|
| |
PolarSSL 1.3 when they fail to build with 1.2.
|
|
|
|
|
|
| |
While here, change ${MAKE} to ${MAKE_CMD} for build targets.
Approved by: Just fix it
|
|
|
|
|
|
| |
- Try to fix openssl port dependency
Submitted by: Anton Juzhaninov via private email [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
HTTP is changing under our feet. HTTP/1.1, our old friend, is being
supplemented by the brand new HTTP/2 standard. HTTP/2 provides many
benefits: improved speed, lower bandwidth usage, better connection
management, and more.
hyper supports the final draft of the HTTP/2 specification:
additionally, it provides support for drafts 14, 15, and 16 of the
HTTP/2 specification. It also supports the final draft of the HPACK
specification
WWW: https://hyper.readthedocs.org
|
| |
|
|
|
|
|
| |
Suggested by: marino
Approved by: culot (maintainer)
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
- Update to 11.2r202.457
Spotted by: kwm
MFH: 2015Q2
Security: 3364d497-e4e6-11e4-a265-c485083ca99c
|
|
|
|
| |
Approved by: madpilot
|
| |
|
|
|
|
| |
Affected: www/linux-*-flashplugin11.
|
|
|
|
| |
libx264
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Obtained from: http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=patch;h=3e07588e6c2d11464b458cef3965ae31b5f99181
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Changes: http://forums.wesnoth.org/viewtopic.php?t=41870
PR: 199414
Submitted by: Torsten Zühlsdorff (maintainer)
MFH: 2015Q2
Security: https://vuxml.freebsd.org/freebsd/ba326a36-5f02-452d-a215-31e7b06d5edf.html
|
|
|
|
| |
PR: 199414
|
|
|
|
|
|
|
| |
- Minor fixes
PR: 199430
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
|
|
|
| |
Reported by: antoine
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PACKAGE_VERSION is 3.8.9, not 3.8.9.0. tcl-sqlite3 uses it for
naming shared library. Also saved in pkg-config --modversion.
Bump PORTREVISION to make sure both ports are on the same PORTVERSION.
PR: 199312
PR: 199313
Reported by: pkg-fallout
Requested by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Pointy hat: jbeich
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 7ea2255 (Fixes Login bug [1])
- No longer need dos2unix
- Deprecate GH_COMMIT
Note: It would be really nice if upstream started 'releasing', or at
least incrementing versions & uploading to PyPi [1]
[1] https://github.com/VitaliyRodnenko/geeknote/issues/269
[2] https://github.com/VitaliyRodnenko/geeknote/issues/212
Reported by: Sergiy Mikhailushko <ooomka yandex ru> (via email)
|
| |
|
|
|
|
|
|
|
|
| |
- changed the PORTVERSION style from using revision to
a date checked out because the version managament
system of gyp was changed from subversion to git.
Reviewed by: thierry
|
|
|
|
|
|
| |
My previous attempt at making this jobs safe wasn't entirely succesful.
It was still deleting the generating files and deleting them in a race.
This updated patch should fix that.
|
| |
|
|
|
|
|
|
|
| |
The patch target will fail if EXTRA_PATCHES is defined, but it is
only defined on DragonFly (change is no-op for FreeBSD)
Approved by: Just fix it
|
| |
|
| |
|
|
|
|
| |
Submitted by: Chris Petrik (via irc)
|
| |
|
|
|
|
|
| |
Currently and in near future I don't have time to be responsible
for any port.
|
| |
|
|
|
|
| |
H264 encoder/decoder plugin for Mediastreamer based on OpenH264
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 199481
Submitted by: neel@neelc.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mediastreamer 2.11.1, Linphone 3.8.1
- Switch to PolarSSL 1.3.x to enable instant messaging encryption
- SRTP/ZRTP support has been moved from oRTP to Mediastreamer
Notable enhancements in this release:
- Fullscreen mode
- Hang up button in the video window
- Wizard for audio/video settings
- Arabic translation
- Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows
transmission error recovery for video, which greatly enhances the
video quality over unreliable links
|
|
|
|
|
| |
PR: 199415
Submitted by: Nikolai Lifanov (maintainer, based on)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
Changes:
- Fix pkg ssh://
- Fix a missing '\n' in pkg audit
- Fix compat at functions to not mess up with cwd
|
|
|
|
|
|
|
| |
Changes:
- Fix pkg ssh://
- Fix a missing '\n' in pkg audit
- Fix compat at functions to not mess up with cwd
|
|
|
|
|
|
| |
Upstream is accepting this change and it will land in the next release.
PR: 198387
|
|
|
|
|
|
| |
Differential Revision: D2298
Reviewed by: portmgr (bapt)
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
SMP is an XML control interface for Strongswan used by pfSense and
Opnsense. SMP has been deprecated by upstream since 5.2.0 in favor of a
newer IPC mechanism called VICI. As a result upstream is not motivated
to take patches for SMP, and this uses non-portable strlcpy anyway.
The code has not been deleted from the project and if we can bludgeon it
into a working state I see no harm.
PR: 199442
|
| |
|
| |
|
|
|
|
| |
I have no time left to work on lua at all for now
|
|
|
|
|
|
| |
man page.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
will come from, from now on.
Please, only use the -devel port for testing, not for production purposes.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Obtained from: https://github.com/the-tcpdump-group/tcpdump/issues/446
MFH: 2015Q2
Security: CVE-2015-3138
|
|
|
|
| |
- Remove old CONFIGURE_ARGS that are now invalid
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
- Logging improvements
- Zone parser bug fixes
- Integer overflow bug fixes
PR: 199462
Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
This fixes building devel/gettext-runtime with gcc from lang/gcc*.
With base system compiler gettext includes /usr/include/iconv.h but
lang/gcc* implies -I/usr/local/include and gettext calls
libiconv_set_relocation_prefix when it sees _LIBICONV_VERSION which
isn't implemented (and isn't needed) by libc iconv.
Reported by: Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
|
|
|
|
|
|
|
|
|
| |
$ pkg version --test-version 3.8.9 3.8.9.0
=
PR: 199312 (fixup)
PR: 199313 (fixup)
Submitted by: mat
|
|
|
|
|
|
| |
PR: 198929
Submitted by: Olivier Duchateau <olivierd@FreeBSD.org>
Approved by: maintainer (moggie@elasticmind.net, timeout 21 days)
|
|
|
|
|
|
| |
PR: 199369
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
| |
This allows the gstreamer plugin to actualy link to the needed opencv libraries.
PR: 196021
Approved by: maintainer timeout (4 months)
Obtained from: debian
|
|
|
|
|
|
| |
PR: 199375
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
| |
Fix plist when the ALSA option is enabled. [2]
Submitted by: jbeich@ [1], Barbara Guida <barbara.freebsd@gmail.com> [2]
|
|
|
|
|
|
| |
PR: 199373
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
are installed.
PR: 199473
Submitted by: smh
|
|
|
|
|
|
|
|
| |
Changes: https://sqlite.org/releaselog/3_8_9.html
ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080803_to_3080900/abi_compat_report.html
PR: 199312
PR: 199313
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Fix install wrt PREFIX/LOCALBASE
- Fix build on >= 10.0
- Strip library
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Changelog at <https://sourceforge.net/projects/cimg/files/#readme>.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Correct some paths in the default config file (default.pa). [1]
* Add run depend freedesktop-sound-theme since pulse tries to run these files.
* Add a small patch to allow 24bit audio formats, it not clear why this is
disabled by default. [2]
* Add pkg-message with instructions how to set input/output channel.
* The kde start script was merged into the normal x11 start script.
PR: 198567 [1], [2]
Submitted by: olivierd@ [1], romain@ [2]
|
|
|
|
|
|
| |
PR: 199455
Submitted by: bradleythughes@fastmail.fm
Approved by: mom040267@gmail.com (maintainer)
|
|
|
|
| |
Reported by: glebius
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
An implementation of ZRTP by Belledonne Communications (Linphone).
ZRTP (RFC 6189) is a media path key agreement protocol for unicast
secure RTP.
|
| |
|
|
|
|
|
| |
PR: 199393
Submitted by: ppp15478@ribbon.or.jp
|
|
|
|
|
|
|
|
|
| |
- Drop BROKEN: builds fine on 8.4R i386/amd64
- Checking "no" value is only required for MK_ variables
- Convert to option helpers
- Clarify LICENSE allows any later version
PR: 191548 [1]
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if OSVERSION is specified on the cmdline. This makes testing simpler.
This only works for bmake.
# make -V CONFIGURE_LIBS
-lnew_release
# make -V CONFIGURE_LIBS OSVERSION=800000
-lolder_release
# env OSVERSION=800000 make -V CONFIGURE_LIBS
make: "/root/svn/ports/Mk/bsd.port.mk" line 1182: UNAME_r (11.0-CURRENT) and OSVERSION (800000) do not agree on major version number.
# echo OSVERSION=800000 >> /etc/make.conf
# make -V CONFIGURE_LIBS
make: "/root/svn/ports/Mk/bsd.port.mk" line 1182: UNAME_r (11.0-CURRENT) and OSVERSION (800000) do not agree on major version number.
Reported by: danfe
With hat: portmgr
|
|
|
|
|
| |
PR: 199464
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
|
|
|
|
|
|
|
|
| |
warning when PORTSDIR is set to a directory that is symlinked to the real
ports directory.
Reported by: smh
With hat: portmgr
|
|
|
|
|
|
|
|
| |
11.0-CURRENT which lacks /usr/bin/makeinfo since base r276551
- Unbreak build against print/texinfo [1]
Obtained from: Debian [1]
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The case for this is a recent head kernel building an older branch that uses
GCC in a jail.
This is discussed at https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
It may be possible to fix GCC to do the right thing with mmap(2) but it would
not be simple to make ports use a fixed GCC on older releases and without
needlessly building a ports compiler when the system one would otherwise be
fine without PCH.
With hat: portmgr
|
|
|
|
| |
- Remove options (reload-browser removed from tarball)
|
| |
|
| |
|
|
|
|
|
|
| |
- Respect CC
Approved by: portmgr blanket
|
|
|
|
|
|
| |
before port.pre.mk that had no place after it.
Sponsored by: Absolight
|
|
|
|
|
|
| |
That's what http://cpan.metacpan.org/src/ says anyway.
Sponsored by: Absolight
|
|
|
|
| |
- Add CPE info
|
|
|
|
| |
- Add CPE info
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add CPE info
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
PR: 199368
|
|
|
|
|
| |
PR: 199368
Approved by: mm
|
| |
|
|
|
|
|
|
| |
PR: 199368
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 199367
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 199398
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 199456
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
LIBICONV_PLUG is defined in the iconv test, also switch to external
gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5
Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
dependencies
PR: 199099
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
Not bumping PORTREVISION as this is not worth shaking up qmail installations
over.
|
| |
|
|
|
|
|
| |
Implement regression-check target (also known under other aliases)
using upstream's self-tests.
|
| |
|
| |
|
|
|
|
|
|
|
| |
The patch target will fail if EXTRA_PATCHES is defined, but it is
only defined on DragonFly (change is no-op for FreeBSD)
Approved by: Just fix it
|
|
|
|
|
| |
For example, if ports-mgmt/pkg is PKG_ORIGIN then it is safe to use
ccache for ports-mgmt/pkg-devel.
|
|
|
|
| |
- Chase shlib version bump
|
| |
|
|
|
|
| |
loops in Makefile.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes since pkg 1.4.0:
- Initial provides/requires support
- Lots of new regression tests have been added
- Initial support for OS X
- Initial support for NetBSD/EdgeBSD
- Update most of the bundled third party software has been updated to their
latest version
- Improve the messages reported by pkg
- Properly support file flags
- Implement argument support for custom keywords
- Extend setting credential via plist to allow to set file flags
- Make credential syntax via plist more flexible allow to only defines the first
- pkg updating now supports case insensitive matching
- pkg create now support a verbose mode
- Add an option to change the default on question, until now the default answer
was "No" with that option set it would be "Yes"
- Lots of fixes to pkg audit -r
- Global memory usage reduction and speed up
- Improvements and cleanup on pkg alias
- pkg annotate --show --all has been fixed
- Make pkg.h C++ friendly
- Lots of improvements in the solver
- Lots of fixes on 32 bits platforms
- Add support for: pkg create -M ./plop.ucl -p ./plop.plist
- New pkg -r <rootdir> that will install in the given rootdir without chrooting
- Export PKG_ROOTDIR to scripts allow to make them as portable as possible
- Stop trying to remove all installed package with the argument of pkg delete is
a local file
- Be more explicit about why the solver it going to reinstall, remove or upgrade
(when possible)
- Plenty of bug fixes
- Plenty of new bugs
- pkg shlibs now support -q
- pkg lock gained a new --has-locked-packages option
- pkg now resumes fetch if possible
- CONSERVATIVE_UPGRADE is now on by default
- pkg alias now have a -l argument to list aliases
- A sample pkg.conf is now installed with a bunch of aliases set by default
- Fix the backup script to properly export an sql which will be importable via
pkg shell and/or sqlite out of box
Thanks to all testers and contributors,
|
|
|
|
|
|
| |
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES
|
|
|
|
| |
- Sort PLIST
|
|
|
|
|
|
|
|
|
| |
Changes:
- Fix pkg query -e "%#0"
- Add some test for pkg query
- Add some tests for pkg repo
- pkg repo now follows symlinks and skip Latest
- Bunch of documentation updates
|
|
|
|
|
|
|
|
|
| |
This module provides a cache for an EC2's IAM credentials represented by
VM::EC2::Security::Credentials. Rather than retriving the credentials for every
possible call that uses them, cache them until they expire and retreive them
again if they have expired.
WWW: http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is an interface to Amazon AWS API. It was written provide access to the new
tag and metadata interface that is not currently supported by Net::Amazon::EC2,
as well as to provide developers with an extension mechanism for the API. This
library will also support the Open Stack open source cloud.
The main interface is the VM::EC2 object, which provides methods for
interrogating the Amazon EC2, launching instances, and managing instance
lifecycle. These methods return major object classes which act as specialized
interfaces to AWS.
WWW: http://search.cpan.org/dist/VM-EC2/
|
|
|
|
| |
Changes: https://github.com/ai/autoprefixer-rails/blob/master/ChangeLog.md
|
|
|
|
|
|
|
| |
AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results
and can improve the connection times to remote hosts.
WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Authen-SASL-SASLprep/Changes
|
| |
|
|
|
|
|
|
| |
compile warnings (except those about deprecations).
Unbreak and uncondemn.
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Use LDFLAGS for linker flags
Chamgelog: http://homebank.free.fr/ChangeLog
|
|
|
|
| |
Obtained from upstream d8f391caef623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As it is written on http://www.squid-cache.org/Versions/ for 3.4.x
versions: they are no longer intended for general use in new installations.
So this is a big upgrade.
Changes to squid-3.5.3 (28 Mar 2015):
- Regression Bug 4213: negotiate_kerberos_auth: freeing non-dynamic memory
- Regression Bug 4206: Incorrect connection close on expect:100-continue
- Bug 4204: ./configure does not abort when required helpers cannot be built
- Bug 3805: support shared memory on MacOS X in Mem::IPC::Segment
- Bug 2907: high CPU usage on CONNECT when using delay pools
- basic_getpwnam_auth: fail authentication on crypt() failures
- basic_nis_auth: fail authentication on crypt() failures
- ext_kerberos_ldap_group_acl: Heimdal support improvements
- ext_wbinfo_group_acl: Perl 5.20 support
- ... and several compile issues
Changes to squid-3.5.2 (18 Feb 2015):
- Regression Bug 4176: Digest auth too many helper lookups
- Regression Bug 4180: not-fully-initialized data member in ACLUserData
- Bug 4172: Solaris broken krb5-config
- Bug 4073: Cygwin compile errors
- Bug 3919: remove several never-true / never-false comparisons
- HTTPS: Add missing root CAs when validating chains that passed
internal checks
- Fix some cbdataFree related memory leaks
- Quieten CBDATA 'leak' messages
- Set SNI information in transparent bumping mode
- negotiate_kerberos_auth: fix krb5.conf backward compatibility
- Fix memory leaks in cachemgr.cgi URL parser
- Fix sslproxy_options in peek-and-splice mode
- ... and fix several portability and build issues
- ... and some documentation updates
- ... and all fixes from squid 3.4.11
Changes to squid-3.5.1 (13 Jan 2015):
- Fix handling of invalid SSL server certificates when splicing connections
- basic_smb_lm_auth: Simplified MSNT basic auth helper
- squidclient: Fix -A and -P options
- ... and several portability fixes
- ... and all fixes from squid 3.4.11
- ... and a lot of documentation updates
Changes to squid-3.5.0.4 (21 Dec 2014):
- Bug 3826: pt 2: Provide a systemd .service file for Squid
- Support http_access denials of SslBump "peeked" connections.
- Fix DONT_VERIFY_DOMAIN ssl flag
- Fix peek-and-splice mode: certificate validation for domain mismatched errors
- negotiate_kerberos_auth: MEMORY keytab and replay cache support
- ... and some documentation updates
- ... and a large amount of code polishing (non-logic changes)
Changes to squid-3.5.0.3 (09 Dec 2014):
- Bug 4146: workaround SSL Bump crash on Linux
- Bug 4135: Support \-escaped characters in regex patterns
- Bug 4131: SIGSEGV at store.cc:962 content_length > store_maxobjsize
- Fix delay_parameters parsing
- HTTP/2: handle 'PRI' method found in HTTP/1.x traffic
- ... and all changes from squid 3.4.10
- ... and a lot of documentation updates
Changes to squid-3.5.0.2 (31 Oct 2014):
- Fix FTP socket opening during reconfigure
- ... and all changes from 3.4.9
- ... and some build errors in rarely used code
- ... and several documentation updates
Changes to squid-3.5.0.1 (17 Oct 2014):
- Port from 2.7: redirector and logging urlgroup feature
- Bug 4093: source-maintenance.sh bad perl -i option
- Bug 3608: per-service name for workers UDS sockets
- Bug 2554: 32-bit wrap in AUFS counters
- Bug 1961 pt1: URL handling redesign
- Bug 1202 pt1: documentation for refresh_pattern algorithms
- Update Squid boilerplate copyright/license
- Update the http(s)_port directives protocol= parameter
- Update forward_max_tries to permit 25 server paths
- Update Kerberos library detection and build options
- Support ACLs on ftp_epsv directive
- Support >32KB objects in cache_dir rock storage
- Support client connection annotation by helpers via clt_conn_tag=TAG
- Support native FTP Relay
- Support libgnugss Kerberos library
- Support libecap v1.0
- Support SSL Peek and Splice feature
- Support receiving PROXY protocol version 1 and 2
- Replace --enable-ssl build option with --with-openssl
- Enable -n service name command line option for all Squid builds
- Enable ICAP client by default
- Fix configuration file parsing bugs, related to quoted strings
- Fix Windows MinGW build errors
- Fix multiple TCP outgoing TOS/DiffServ bugs
- Fix Cygwin /etc/resolv.conf parsing
- Fix crash when sending %ssl::cert_subject to external ACL w/o certificate
- Fix crash reading malformed config files
- Send selected SSL version and cipher to the certificate validation helper
- Validate server certificates without bumping
- Add zero-copy string buffer support
- Add automated squid.conf parser testing with squid -k parse
- Add adaptation_service ACL
- Add logformat code %tS to log transaction start time
- Add logformat code %>rd to log client URL domain name
- Add key_extras to proxy authentication
- Add url_rewrite_extras and store_id_extras directives
- Add send_hit and store_miss directives
- Add collapsed_forwarding directive
- Add sslproxy_cert_sign_hash directive
- Add SMP SSL session cache
- Add cache_peer standby connections
- Add helper ext_delayer_acl
- Add TCP_TUNNEL log code for CONNECT tunnels which are not SSL-bumped
- Add BUILDCXX and BUILDCXXFLAGS configure options for cross-compile
- Remove COSS storage in favour of Rock storage
- Remove dnsserver and external DNS helper API in favour of mDNS
- Remove broken mallinfo() accounting and memory tracing
- Remove hierarchy_stoplist in favour of always_direct
- Deprecate tag ACL type in favour of note ACL type
- Deprecate urlgroup feature in favour of note ACL type
- HTTP/1.1: method names are case-sensitive
- HTTP/1.1: register new headers from RFC 723x
- squidclient: polish and update help display
- squidclient: support TLS with GnuTLS 3.1.5+
- squidclient: support verbosity levels
- squidclient: --ping mode module support
- url_fake_rewrite: support concurrency
- storeid_file_rewrite: support concurrency
- digest_file_auth: support concurrency
- digest_edirectory_auth: support concurrency
- digest_ldap_auth: support concurrency
- ... and many error page translation updates
- ... and much code cleanup and polishing
PR: 198089
Submitted by: Pavel Timofeev <timp87@gmail.com>
Tested by: John Marshall <john.marshall@riverwillow.com.au>
|
|
|
|
| |
old code is ugly, it is correct and replacement is thus not warranted.
|
|
|
|
|
| |
on 10 and head since bsd.own.mk includes bsd.compiler.mk. This is not the case
on older releases though.
|
|
|
|
| |
https://www.varnish-cache.org/lists/pipermail/varnish-announce/2015-April/000702.html
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
Pass maintainership to perl@
Approved by: tobez (maintainer, implicit)
Sponsored by: Absolight
|
|
|
|
|
| |
Obtained from: https://code.google.com/p/perl-compiler/source/detail?r=86223007f5b2e947c81ee2ccbc350d49c000d3c8
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
The schemas should be listed in GLIB_SCHEMAS instead of in the plist so the
glib schema database can be updated on installed/removal of the package.
This updating is done by the GLIB_SCHEMAS macro.
Make shotwell not run glib-compile-schemas in the stagedir, this has no effect.
Additional this generates the share/glib-2.0/schemas/gschemas.compiled file.
This file is managed by the glib20 port. And has a changing checksum because
it recompiled every time a GLIB_SCHEMAS enabled port is installed or removed.
|
|
|
|
|
|
| |
to run.
Submitted by: mat@
|
|
|
|
|
|
|
| |
- Maintainer's timeout (ale@FreeBSD.org)
PR: 199038
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
| |
- Maintainer's timeout (ale@FreeBSD.org)
PR: 199035
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
| |
- Maintainer's timeout (bf@FreeBSD.org)
PR: 198637
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
| |
PR: 198910
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
| |
Reported by: mat@
Pointy hat: culot@
|
|
|
|
|
|
|
| |
- Maintainer's timeout (kuriyama@FreeBSD.org)
PR: 198851
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
| |
Multiple vulnerabilities in Qt image format handling.
MFH: 2015Q2
Security: 5713bfda-e27d-11e4-b2ce-5453ed2e2b49
|
|
|
|
|
| |
Multiple vulnerabilities in Qt image format handling (the 3 CVEs are part of
the same security advisory).
|
|
|
|
|
|
|
| |
- Maintainer's timeout (kuriyama@FreeBSD.org)
PR: 198850
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist issue while I am here
- Maintainer's timeout (demon@FreeBSD.org)
PR: 198967
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
|
|
| |
- Shorten COMMENT
- Update WWW link
Changes: https://metacpan.org/changes/distribution/Config-IniFiles
|