Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaraya committed Oct 31, 2015
1 parent f6ead68 commit 32f0466
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 32 deletions.
27 changes: 0 additions & 27 deletions ChangeLog

This file was deleted.

1 change: 1 addition & 0 deletions ChangeLog
27 changes: 27 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Corrected security weaknesses (#15, #16, #17, #18, #19, #20, #21, #22)

### Changed
- Enabled all compiler warning

### Added
- Added files to make autoconf and automake happy (#29)

## [1.4.1] - 2015-10-23
### Changed
- Eliminated as many automake and autoconf generated files as possible (#10)
- Removed preprocessor directives checking for Windows (#11)

### Added
- travis-ci continuous integration (#12)
- coverity-scan security static code analysis (#13)

## [1.4.0] - 2015-10-03
### Changed
- Imported code from https://code.google.com/p/port-mirroring/ (version 1.3)
- Rebuilt automake files to compile against OpenWrt Designated Driver (Bleeding Edge, r47045)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ port-mirroring runs on all [hardware platforms supported by OpenWrt](http://wiki

Download
--------
port-mirroring v1.4.1 has been tested against OpenWrt Chaos Calmer 15.05 and is available for the the following platform(s):
* Atheros AR71xx/AR724x/913x or "ar71xx" platform: [port-mirroring_1.4.1_ar71xx.ipk] (https://github.com/mmaraya/port-mirroring/releases/download/v1.4.1/port-mirroring_1.4.1_ar71xx.ipk).
port-mirroring v1.4.2 has been tested against OpenWrt Chaos Calmer 15.05 and is available for the the following platform(s):
* Atheros AR71xx/AR724x/913x or "ar71xx" platform: [port-mirroring_1.4.2_ar71xx.ipk] (https://github.com/mmaraya/port-mirroring/releases/download/v1.4.2/port-mirroring_1.4.2_ar71xx.ipk).

If you need binaries for your router architecture, please submit a [request](https://github.com/mmaraya/port-mirroring/issues).

Expand All @@ -22,7 +22,7 @@ These instructions will only work on routers that use the Atheros AR71xx/AR724x/

From your OpenWrt terminal, run the following command to install the precompiled package:
```
root@OpenWrt:~# opkg install https://github.com/mmaraya/port-mirroring/releases/download/v1.4.1/port-mirroring_1.4.1_ar71xx.ipk
root@OpenWrt:~# opkg install https://github.com/mmaraya/port-mirroring/releases/download/v1.4.2/port-mirroring_1.4.2_ar71xx.ipk
```
Modify the `/etc/config/port-mirroring` file to suit your environment.
```
Expand Down
4 changes: 2 additions & 2 deletions openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include $(TOPDIR)/rules.mk

# Name and release number of this package
PKG_NAME:=port-mirroring
PKG_VERSION:=1.4
PKG_RELEASE:=f44de4d09783ff766c37b6db7a8a57eb3ed7e3e3
PKG_VERSION:=1.4.2
PKG_RELEASE:=f6ead68b7760fa86e8da73ac1e062349f243ac93

# This specifies the directory where we're going to build the program.
# The root build directory, $(BUILD_DIR), is by default the build_mipsel
Expand Down

0 comments on commit 32f0466

Please sign in to comment.