Skip to content

Commit

Permalink
Replace some bro.org usages with zeek.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiwek committed Jan 4, 2019
1 parent a411225 commit e0b8b4b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2.6-41 | 2019-01-04 17:50:00 -0600

* Replace some bro.org usages with zeek.org (Jon Siwek, Corelight)

2.6-39 | 2019-01-02 11:26:27 -0600

* Add BIF: Reporter::fatal_error_with_core (Stephen Hosom)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6-39
2.6-41
2 changes: 1 addition & 1 deletion doc/cluster/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ same interface. This allows you to easily take advantage of multiple
cores in a single physical host because Bro's main event loop is single
threaded and can't natively utilize all of the cores. If you want to use
PF_RING, see the documentation on `how to configure Bro with PF_RING
<http://bro.org/documentation/load-balancing.html>`_.
<https://www.zeek.org/documentation/load-balancing.html>`_.

Netmap
^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion doc/components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subcomponents
The following are snapshots of documentation for components that come
with this version of Bro (|version|). Since they can also be used
independently, see the `download page
<http://bro.org/download/index.html>`_ for documentation of any
<http://www.zeek.org/download/index.html>`_ for documentation of any
current, independent component releases.

.. toctree::
Expand Down
8 changes: 4 additions & 4 deletions doc/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. _MacPorts: http://www.macports.org
.. _Fink: http://www.finkproject.org
.. _Homebrew: http://brew.sh
.. _bro downloads page: https://www.bro.org/download/index.html
.. _downloads page: https://www.zeek.org/download/index.html

.. _installing-bro:

Expand Down Expand Up @@ -127,7 +127,7 @@ code forms.
Using Pre-Built Binary Release Packages
---------------------------------------

See the `bro downloads page`_ for currently supported/targeted
See the `downloads page`_ for currently supported/targeted
platforms for binary releases and for installation instructions.

* Linux Packages
Expand All @@ -143,7 +143,7 @@ Installing from Source
----------------------

Bro releases are bundled into source packages for convenience and are
available on the `bro downloads page`_.
available on the `downloads page`_.

Alternatively, the latest Bro development version
can be obtained through git repositories
Expand Down Expand Up @@ -183,7 +183,7 @@ standard prefixes for binary Bro packages to be installed, so those are
typically not good choices unless you are creating such a package.

OpenBSD users, please see our `FAQ
<https://www.bro.org/documentation/faq.html>`_ if you are having
<https://www.zeek.org/documentation/faq.html>`_ if you are having
problems installing Bro.

Depending on the Bro package you downloaded, there may be auxiliary
Expand Down
2 changes: 1 addition & 1 deletion doc/quickstart/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.. _FAQ: //www.bro.org/documentation/faq.html
.. _FAQ: https://www.zeek.org/documentation/faq.html

.. _quickstart:

Expand Down
2 changes: 1 addition & 1 deletion scripts/base/frameworks/cluster/main.bro
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export {
## The node type doing all the actual traffic analysis.
WORKER,
## A node acting as a traffic recorder using the
## `Time Machine <http://bro.org/community/time-machine.html>`_
## `Time Machine <https://www.zeek.org/community/time-machine.html>`_
## software.
TIME_MACHINE,
};
Expand Down
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ typedef int32 ptr_compat_int;
#define PRI_PTR_COMPAT_INT PRId32
#define PRI_PTR_COMPAT_UINT PRIu32
#else
# error "Unusual pointer size. Please report to [email protected]."
# error "Unsupported pointer size."
#endif

extern "C"
Expand Down
2 changes: 1 addition & 1 deletion testing/external/commit-hash.zeek-testing
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9ed8850017c9d252435f643bf0b1b1148e1256f2
42fd25c235d0c10319c3597d23f113dbbd89567f
2 changes: 1 addition & 1 deletion testing/external/commit-hash.zeek-testing-private
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6d1f5cee3efeff72f077dd087603a88fc61f8136
e71c2dc19eabc68f590381f52a53a207f3b92f78

0 comments on commit e0b8b4b

Please sign in to comment.