| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=331103
|
|
|
|
| |
Notes:
svn path=/head/; revision=330857
|
|
|
|
| |
Notes:
svn path=/head/; revision=330669
|
|
|
|
| |
Notes:
svn path=/head/; revision=330667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use PKGNAMESUFFIX instead LATEST_LINK
- whitespace cleanup
- svn mv */bugzilla to */bugzilla40
- add vuxml entry
4.4.1, 4.2.7, and 4.0.11 Security Advisory
Wednesday Oct 16th, 2013
Summary
=======
Bugzilla is a Web-based bug-tracking system used by a large number of
software projects. The following security issues have been discovered
in Bugzilla:
* A CSRF vulnerability in process_bug.cgi affecting Bugzilla 4.4 only
can lead to a bug being edited without the user consent.
* A CSRF vulnerability in attachment.cgi can lead to an attachment
being edited without the user consent.
* Several unfiltered parameters when editing flagtypes can lead to XSS.
* Due to an incomplete fix for CVE-2012-4189, some incorrectly filtered
field values in tabular reports can lead to XSS.
All affected installations are encouraged to upgrade as soon as
possible.
[1] even bugzilla40 gets upstream fixes an upgrade to bugzilla42/44 is recommend
Security: vid e135f0c9-375f-11e3-80b7-20cf30e32f6d
CVE-2013-1733
CVE-2013-1734
CVE-2013-1742
CVE-2013-1743
Notes:
svn path=/head/; revision=330666
|
|
|
|
| |
Notes:
svn path=/head/; revision=330292
|
|
|
|
|
|
|
|
|
| |
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
Notes:
svn path=/head/; revision=330227
|
|
|
|
| |
Notes:
svn path=/head/; revision=329900
|
|
|
|
| |
Notes:
svn path=/head/; revision=329717
|
|
|
|
|
|
|
| |
. remove well-known license file (GPLv3).
Notes:
svn path=/head/; revision=329493
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=329034
|
|
|
|
| |
Notes:
svn path=/head/; revision=328775
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/
PR: ports/182045
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 16 days)
Notes:
svn path=/head/; revision=328628
|
|
|
|
|
|
|
| |
- remove bugzilla3 CONFLICTS
Notes:
svn path=/head/; revision=328405
|
|
|
|
|
|
|
|
|
| |
- Depend on Java 1.7+
- Support stage dir
- Use a single space for WWW
Notes:
svn path=/head/; revision=328191
|
|
|
|
| |
Notes:
svn path=/head/; revision=327943
|
|
|
|
| |
Notes:
svn path=/head/; revision=327888
|
|
|
|
| |
Notes:
svn path=/head/; revision=327804
|
|
|
|
|
|
|
| |
german)
Notes:
svn path=/head/; revision=327732
|
|
|
|
| |
Notes:
svn path=/head/; revision=327391
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326956
|
|
|
|
| |
Notes:
svn path=/head/; revision=326790
|
|
|
|
| |
Notes:
svn path=/head/; revision=326004
|
|
|
|
| |
Notes:
svn path=/head/; revision=325632
|
|
|
|
| |
Notes:
svn path=/head/; revision=325254
|
|
|
|
| |
Notes:
svn path=/head/; revision=325230
|
|
|
|
| |
Notes:
svn path=/head/; revision=324961
|
|
|
|
| |
Notes:
svn path=/head/; revision=324794
|
|
|
|
|
|
|
| |
Approved by: bapt@ (office@)
Notes:
svn path=/head/; revision=324225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Notes:
svn path=/head/; revision=323748
|
|
|
|
|
|
|
| |
Thanks to tijl@
Notes:
svn path=/head/; revision=323350
|
|
|
|
|
|
|
|
| |
- Pet portlint
- While here trim header
Notes:
svn path=/head/; revision=323324
|
|
|
|
| |
Notes:
svn path=/head/; revision=322618
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove an entry from all plists that slipped under radar and made
packaging fail.
- Properly save the OPTIONS defined by the user in the l10n ports. [1]
Quoting bapt, master of all things ports:
That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does
...
.include <bsd.port.pre.mk>
...
.include <bsd.port.options.mk>
...
.include <bsd.port.post.mk>
First the right order in that case should be:
...
.include <bsd.port.options.mk>
...
.include <bsd.port.pre.mk>
...
.include <bsd.port.post.mk>
Second in that case (kde) the pre.mk/post.mk can be removed just keeping
the options.mk and given that we now have the helpers options.mk can also
be removed.
The check for variables in OPTIONS_DEFINE is also useless (already done
by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some
empty values is also useless.
No PORTREVISION bump because the generated packages do not change regardless
of the changes/fixes in behavior here.
Reported by: avg [1]
Submitted by: bapt [1]
Notes:
svn path=/head/; revision=322586
|
|
|
|
|
|
|
|
|
| |
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Notes:
svn path=/head/; revision=322530
|
|
|
|
| |
Notes:
svn path=/head/; revision=322455
|
|
|
|
|
|
|
|
|
|
| |
- While here, use new Makefile header
PR: ports/180281
Submitted by: maintainer
Notes:
svn path=/head/; revision=322373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.
The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php
The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.
I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
Notes:
svn path=/head/; revision=322300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.
The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php
clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).
Work on the newly-released 4.10.5 will begin shortly.
Notes:
svn path=/head/; revision=322191
|
|
|
|
|
|
|
|
|
|
|
|
| |
- devel/bugzilla44
- japanese/bugzilla44
- german/bugzilla44
Release Notes:
http://www.bugzilla.org/releases/4.4/release-notes.html
Notes:
svn path=/head/; revision=321429
|
|
|
|
| |
Notes:
svn path=/head/; revision=321324
|
|
|
|
| |
Notes:
svn path=/head/; revision=320451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove RUN_DEPENDS for (already expired) perl 5.10
- update german/bugzilla42
- set expiration date for bugzilla3
The following important fixes/changes have been made in this release:
o MySQL 5.6 is now supported. (Bug 852560)
o A regression introduced in Bugzilla 4.2.4 made Oracle crash when
installing Bugzilla for the first time. (Bug 858911)
o If a custom field depends on a product, component or classification,
the "mandatory" bit was ignored on bug creation. (Bug 782210)
o Queries involving flags were broken in several ways.
These queries have been fixed. (Bug 828344)
o Tabular reports involving the empty resolution did not link bug
counts correctly. (Bug 212471)
o The Bug.search WebService method was returning all visible bugs
when called with no arguments, ignoring the max_search_results
and search_allow_no_criteria parameters. (Bug 859118)
Release Notes:
http://www.bugzilla.org/releases/4.2.6/release-notes.html
Notes:
svn path=/head/; revision=318912
|
|
|
|
|
|
|
|
|
|
|
| |
- Add CONFLICTS
- Trim Makefile headers
PR: 178161
Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
Notes:
svn path=/head/; revision=318479
|
|
|
|
|
|
|
|
|
| |
- Remove patches and checks for unsupported FreeBSD versions.
The area51 repository features commits by avilla, rakuco and myself.
Notes:
svn path=/head/; revision=318452
|
|
|
|
| |
Notes:
svn path=/head/; revision=317743
|
|
|
|
| |
Notes:
svn path=/head/; revision=317662
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
Notes:
svn path=/head/; revision=317605
|
|
|
|
|
|
|
| |
Approved by: multimedia (bapt, kwm)
Notes:
svn path=/head/; revision=317561
|
|
|
|
|
|
|
|
| |
PR: 177033
Submitted by: Slaven Rezic (maintainer)
Notes:
svn path=/head/; revision=316659
|